FPGA VC Error - VC 0x1f was not allocated

Good Morning,

I have been seeing some error messages (see below) and I am curous what they mean?

Any ideas?


04:37:32 UT : 01/29/05 : File httptask.c : Line 634 Reboot from Webpage.
04:37:14 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/syslog.c : Line 1055 Time set
04:37:14 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/syslog.c : Line 914 System Reset Exception – External Hard Reset WatchDog
04:37:14 UT : 01/29/05 : File root.c : Line 908 System Startup
04:37:14 UT : 01/29/05 : File root.c : Line 913 Software Version : CANOPY 6.1 Dec 08 2004 09:22:02 AP-DES
04:37:14 UT : 01/29/05 : File root.c : Line 917 Software Boot Version : CANOPYBOOT 3.0
04:37:14 UT : 01/29/05 : File root.c : Line 923 FPGA Version : 111604
04:37:14 UT : 01/29/05 : File root.c : Line 927 FPGA Features : DES Sched
04:37:25 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/rfhwsched.c : Line 1405 Acquired GPS Sync Pulse.
04:38:46 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/syslog.c : Line 1055 Time set
09:37:58 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x1f was not allocated
10:34:34 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x0f was not allocated
12:34:17 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x1f was not allocated
17:23:41 UT : 01/29/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x1f was not allocated
22:02:04 UT : 01/30/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x16 was not allocated
22:47:53 UT : 01/30/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x0f was not allocated
13:35:13 UT : 01/31/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x16 was not allocated
15:51:26 UT : 01/31/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x0f was not allocated
15:57:17 UT : 01/31/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x16 was not allocated
16:49:57 UT : 01/31/05 : File C:/ISIPPC/pssppc.250/bsps/devices/whisp/session.c : Line 3482 FPGA VC Error - VC 0x16 was not allocated
19:37:08 UT : 02/03/05 : File httptask.c : Line 634 Reboot from Webpage.

This is a status message and not a warning or alarm message.

An AP, at the hardware level, sets up a VC (Virtual Circuit) with every SM that registers to it. The AP can receive a variety of different types of requests to tear this virtual circuit down. The AP might not be able to process this request immediately so the request will go into a queue.

What is happening in this case is another request is coming in to tear down this virtual circuit before the AP has a chance to process the first request. When it gets to the second request there is no virtual circuit to tear down. When this happens a message gets put into the event log.

This shouldnt cause any alarm or worries.