Dear Sir
As we know that mnc 01 and 1 are different for GSM. In config file even on providing MCC 001 and mnc 01 its flashes mcc as 1 and mnc as 1. How to get over from this issue and get the network as 001-01 instead of 1-1.
Regards.
Ravi
On Thu, Aug 06, 2015 at 09:03:59PM +0530, Ravi Shankar wrote:
How to get over from this issue and get the network as 001-01 instead of 1-1.
mcc and mnc are handled as integer variables all over the code, I don't think it is possibele without some major changes.
Actually, I would guess that rather than changing it from integer to string, it might make sense to have a boolean flag for 2digit/3digit MNC.
But basically you would have to review the entire codebase for that. So far nobody has required 3-digit MNC with OpenBSC, as far as I know.
But basically you would have to review the entire codebase for that.
I have done that, made and been testing these changes and have it on my todo list to get the changes into git...
Ravi, note it's an MNC of 00n and 0n or even 0nn and nn that differ; MNC can be 2 or 3 digits.
Kind Regards,
Mike