|
From: Alexander C. <ale...@gm...> - 2011-08-18 07:43:52
|
Sma, On Thu, Aug 18, 2011 at 11:03, sma s <ss...@gm...> wrote: > But when I run, openBTS, ./OpenBTS > root@edcn311:/home/edcn311/Sushma/ttsou-openbts-uhd-980d31a/public-trunk/apps# > ./OpenBTS > OpenBTS: GSML3CommonElements.cpp:45: > GSM::L3LocationAreaIdentity::L3LocationAreaIdentity(const char*, const > char*, unsigned int): Assertion `strlen(wMCC)==3' failed. > Aborted It looks like MCC setting in your OpenBTS.config file has length other then 3 digits, while it must be 3-digit value for OpenBTS to operate correctly. PS The way OpenBTS handles errors in a config file (it crashes) is horrible. Some should take the task to make it more polite and with meaningful errors reported to a user. -- Regards, Alexander Chemeris. |