Comment # 1
on bug 9286
from Anders Broman
You can help us doing that by providing an update to
packet-e212.c, specifically to this table:
/*
* Annex to ITU Operational Bulletin No. 1019 - 1.I.2013
*
* According to Recommendation ITU-T E.212 (05/2008)
*
* The value parts of the list below are equal to:
* 1000 * MCC + 10 * MNC, in case of 2 digits long MNCs
* 1000 * MCC + MNC, in case of 3 digits long MNCs
* with this encoding, we are sure that even in cases of mixed length
* MNCs under the same MCC, it is impossible for 2 MNCs to get mapped to
* the same entry. Aliasing to the same entry in the list below occurs
* only in case of an invalid combination of MNCs, i.e. in the same MCC a
* 2 digits long MNC is a prefix of a 3 digits long MNC
*/
static const value_string mcc_mnc_codes[] = {
{ 202010, "Cosmote" },
:
Regards
Anders
You are receiving this mail because:
- You are watching all bug changes.