Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 1022 Bytes

Mno.md

File metadata and controls

15 lines (7 loc) · 1022 Bytes

Mno

Properties

Name Type Description Notes
networkId Integer Unique network identifier assigned to MNO.
displayName String Display name of the mobile network operator.
osrBitmaskIndex Integer NetNumber OSR 'campaign_id' property's 'status' attribute holds individual MNO campaign operation status. The 'status' attribute leverages bitmasking technique to store multiple MNOs' operating status. The campaign operation status is reduced to '1' or '0' value where '1' indicate an 'ACTIVE' status and '0' represents every other non-active statuses, including REVIEW, REJECT and SUSPEND. The 'osrBitmaskIndex' holds the bitmask index of the MNO. For example, T-Mobile's bitmask index is 2, which implies T-Mobile's campaign operation status is stored in bit #2, or 3rd bit when counting from right.