I was reading the Wikipedia page on MNC codes (Mobile country code - Wikipedia), which is linked from this forum multiple times as an explanation of how these codes work.
The Wikipedia page states:
mobile network code consists of two or three decimal digits (for example: MNC of 001 is not the same as MNC of 01)
However, when I look at the net
column of a OpenCelliD CSV file, I see MNC codes that are just one digit long, and no MNC codes that start with a 0. It seems these are handled as integers instead of as 2- or 3-digit identifiers where leading zeroes matter.
Thus, my question: what is going on? Is the Wikipedia page wrong? Or is the data in the CSV incorrectly removing leading zeroes, thus grouping different MNC’s together? Or is Wikipedia only “technically” correct but in are there no such MNC’s in the real world where the leading zeroes matter?