We are working on CG6100C cards, on which we are facing problems in allocating the DSP resources: As per the setup, there are 9 CG6100C cards in a chasis with 2000 MIPS on each. on each board 1,2,3,4,5,9,10,11,12,13 E1's are configured for incoming and 6,7,8,14,15,16 are configured for outgoing. With the cofig file that is attached, i am able to open first 250 cic on each board, for the remaining cics i am receiving nccStartProtocol Failed error. I am opening the following services on each and every cic CTA_SERVICE_DESC noccOpenSvcLst[4] = {
{{"NCC", "ADIMGR"},{0},{0},{0}},
{{"ADI", "ADIMGR"},{0},{0},{0}},
{{"VCE", "VCEMGR"},{0},{0},{0}},
{{"SWI", "SWIMGR"},{0},{0},{0}},
};
ctaOpenServices - Success
nccStartProtocol - failing ................... from channel 250 on each board
is there any thing i need to do programatically and in the config files. Help me out in resolving this issue.
|