mt6735为什么Modem catcher log上的systrace 的IMEI 最后一个数字是0
时间:10-02
整理:3721RD
点击:
[DESCRIPTION]
在Modem catcher log 上systrace 的可以看到IMEI 的,但为什么IMEI 最后一个数字是0
[SOLUTION]
这个IMEI 是MM 这个module打印的,MM 回复IMEI 给NW, 是根据 3GPP spec 规范,最后一个数字都要填成 0,所以也是这样印在 SYS trace。
Spec 23.003:
6.2.1 Composition of IMEI
|8 digits|6 digits|1 digit
TAC| SNR | spare
Spare digit: this digit shall be zero, when transmitted by the MS
在Modem catcher log 上systrace 的可以看到IMEI 的,但为什么IMEI 最后一个数字是0
[SOLUTION]
这个IMEI 是MM 这个module打印的,MM 回复IMEI 给NW, 是根据 3GPP spec 规范,最后一个数字都要填成 0,所以也是这样印在 SYS trace。
Spec 23.003:
6.2.1 Composition of IMEI
|8 digits|6 digits|1 digit
TAC| SNR | spare
Spare digit: this digit shall be zero, when transmitted by the MS
多谢分享
:):)
学习了!
谢谢分享