The meaning of some items in Qualcomm Mobile NV

Source: Internet
Author: User

1. Tdscdma_op_plmn_list
<nvefsitem fullpathname= "/nv/item_files/modem/nas/tdscdma_op_plmn_list" name= "UNKNOWN" mapping= "direct" encoding= "Dec" index= "0" > 4,100,240,0,100,240,32,100,240,112,100,240,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,0,0,0,0,0</nvefsitem>


4,100,240,0,100,240,32,100,240,112,100,240,128, change to 16 binary Yes

0x03 0x64 0xf0 0x00 0x64 0xf0 0x20 0x64 0xf0 0x70 0x64 0xf0 0x80

Reference: Http://www.cnblogs.com/bastard/archive/2013/05/09/3068602.html, which mentions 0x03 0x64 0xf0 0x00 0x64 0xf0 0x20 0x64 0xf0 0x70 (46000, 46002, 46007)

Then the whole representation: 4 items, respectively 46000, 46002, 46007, 46008


Nv65602:location–/nv/item_files/modem/nas/ehplmn

Default value–0x03 0x64 0xf0 0x00 0x64 0xf0 0x20 0x64 0xf0 0x70 (46000, 46002, 46007)     

Nv70189:location–/nv/item_files/modem/nas/tdscdma_op_plmn_list

Default value–0x03 0x64 0xf0 0x00 0x64 0xf0 0x20 0x64 0xf0 0x70 (46000, 46002, 46007)

The modem code deals with functions related to PLMN:

Reg_sim.c:reg_sim_read_ehplmn_list


2. Rat_acq_order

Company solution Call M Unable to answer the question, this NV item is adjusted to
<nvefsitem fullpathname= "/sd/rat_acq_order" name= "UNKNOWN" mapping= "direct" encoding= "Dec" index= "0" > 0,8,0,6,9,11,3,5,2,4,0,0,0,0</nvefsitem>

Search the code to find Pdsm_stubs.h

Sys_sys_mode_none =-1,/* for INTERNAL use only! */

/** @endcond

*/


Sys_sys_mode_no_srv=0,

/**< No Service; Nv_mode_inactive. */


Sys_sys_mode_amps=1,

/**< Analog Mobile Phone System (AMPS) mode. */


sys_sys_mode_cdma=2,

/**< CDMA mode. */


Sys_sys_mode_gsm=3,

/**< GSM mode. */


Sys_sys_mode_hdr=4,

/**< HDR mode. */


Sys_sys_mode_wcdma=5,

/**< WCDMA mode. */


Sys_sys_mode_gps=6,

/**< GPS mode. */


Sys_sys_mode_gw=7,

/**< GSM and WCDMA mode. */


Sys_sys_mode_wlan=8,

/**< WLAN mode. */


Sys_sys_mode_lte=9,

/**< LTE mode. */


SYS_SYS_MODE_GWL=10,

/**< GSM, WCDMA, and LTE mode. */


Sys_sys_mode_tds=11,

/**< TDS mode. */

Combining code

0,8,0,6,9,11,3,5,2,4,0,0,0,0 probably understood: 8 items, No_srv, GPS, LTE, TDS, GSM, WCDMA, CDMA, HDR. Seems to be the Internet search order. TDS is estimated to be tdscdma, that is, except for GPs, and then 4g/3g/2g (for mobile).

function Qmi_nasi_sys_sel_pref_ind,.



The meaning of some items in Qualcomm Mobile NV

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.