|
From: Alexander C. <ale...@gm...> - 2010-11-11 07:29:14
|
Hi Tomas, thank you for the testing. Comments below: 2010/11/10 Tomas Kopsa <de...@vo...>: > 1) 'achemeris/pending' branch works fine. I have especially watched IMEI in > TMSI table which is great! > For other testers: dont forget to turn on IMEI querying in the config: > # Things to query during registration updates. > Control.LUR.QueryIMEI > $optional Control.LUR.QueryIMEI > Control.LUR.QueryClassmark > $optional Control.LUR.QueryClassmark Yes, you need to enable Control.LUR.QueryIMEI in your config. But Control.LUR.QueryClassmark has nothing to do with IMEI and TMSI table actually. > 2) 'USSD' branch only needs 'Fix wrong assert, commit d0b797e6' > - assert(s!=0); > + assert(s==0); > I have tested only sending codes like *101# with few phones, it worked. Im > about to do more testing. Yes, I have to merge this commit to USSD branch when I get back to it. > 3) 'achemeris/sms-split' branch could not compile. > smcommands.cpp:26:18: error: smsc.h: No such file or directory > smcommands.cpp: In function ‘void > SMqueue::init_smcommands(SMqueue::short_code_map_t*)’: > smcommands.cpp:384: error: ‘shortcode_smsc’ was not declared in this scope > Is there 'smsc.h' left to commit ? Indeed. Forgot to check in those files. Fixed now in the repo. -- Regards, Alexander Chemeris. http://www.fairwaves.ru |