config 'net_stat_type' 'net_status'
    option 'rf_switch'              '1'     # 0: Off, 1: On.
    option 'roam_stat'              '0'     # 0: Not roaming, 1: Roaming.
    option 'net_type'               '0'     # 0: None, 1: GSM, 2: WCDMA, 3: LTE.
    option 'reg_stat'               '0'     # 0: Not registered, 1: Registered, 2: Searching, 3: Denied, 4: Unknown.
    option 'conn_stat'              '1'     # 0: Disabled, 1: Disconnected, 2: Connecting, 3: Disconnecting, 4: Connected.
    option 'sig_lvl'                '0'     # 0: None or unknown, 1: Poor, 2: Moderate, 3: Good, 4: Great.
    option 'srv_stat'               '0'     # 0: No service, 1: Limited service, 2: Available, 3: Limited area.
    option 'net_sel_stat'           '0'     # 0: Idle, 1: Registering, 2: Registered,
                                            # 3: Searching, 4: Searched,
                                            # 5: Search generic failure,
                                            # 6: Register generic failure,
                                            # 7: Register denied by network,
                                            # 8: Register illegal sim or me,
                                            # 9: Saving, 10: Saved.
    option 'region'                 'null'  # MCC predicted wifi region

config 'tmp_cfg_type' 'temp_config'
    option 'connect_fail_by_roam'   '0'     # 0: Otherwise, 1: Disconnect because of roam.
    option 'allow_temp_roam'        '0'     # 0: Disallow, 1: Allow roaming until next reboot.

config 'rf_info_type' 'rf_info'
    option 'rat'                    '0'     # 0:None 1:GSM, 2:WCDMA, 3:LTE
    option 'rssi'                   '0'     # RSSI in dBm
    option 'rsrp'                   '0'     # Current RSRP in dBm. Range: -44 to -140 (-44 means -44 dBm, -140 means -140 dBm).
    option 'rsrq'                   '0'     # RSRQ value in dB. Range: -3 to -20 (-3 means -3 dB, -20 means -20 dB).
    option 'snr'                    '0'     # SNR level as a scaled integer in units of 0.1 dB (-160 means -16dB).
    option 'ecio'                   '0'     # ECIO value representing negative 0.5 dB increments (2 means -1dB).
    option 'band'                   '0'     #
    option 'channel'                '0'     #
    option 'cell_id'                '0'     #
