谁能读懂这个段信令 大概什么意思?》
时间:09-26
整理:3721RD
点击:
如题。
chan_type = 0 (0x0)
trans_id_or_skip_ind = 0 (0x0)
prot_disc = 10 (0xa) (GSM_SM_MESSAGES)
msg_type = 70 (0x46)
prot
gprs_sess_man_prot
SM_DEACTIVATE_PDP_CONTEXT_REQUEST
sm_cause
sm_cause_val = 36 (0x24) (Regular deactivation)
tear_down_ind_incl = 1 (0x1)
tear_down_ind
tdi_flag = 1 (0x1)
prot_conf_opt_incl = 0 (0x0)
mbms_prot_conf_opt_incl = 0 (0x0)
chan_type = 0 (0x0)
trans_id_or_skip_ind = 0 (0x0)
prot_disc = 10 (0xa) (GSM_SM_MESSAGES)
msg_type = 70 (0x46)
prot
gprs_sess_man_prot
SM_DEACTIVATE_PDP_CONTEXT_REQUEST
sm_cause
sm_cause_val = 36 (0x24) (Regular deactivation)
tear_down_ind_incl = 1 (0x1)
tear_down_ind
tdi_flag = 1 (0x1)
prot_conf_opt_incl = 0 (0x0)
mbms_prot_conf_opt_incl = 0 (0x0)
等高手来解答 学习下
这是神马东西?
是去激活消息的信令解码吗
是GPRS的PDP 去激活的请求信令
PDP去激活消息的信令解码,去激活的原因是Regular deactivation
彩信?鼎利测的?
SM_DEACTIVATE_PDP_CONTEXT_REQUEST
这表示这个信令是PDP去激活的请求。
sm_cause_val = 36 (0x24) (Regular deactivation)
这个表示去激活的原因是36 (0x24) (Regular deactivation),如果想搞明白,可以到规范查查36的含义,我就能解答到这个程度了。
难道没有高手?
#这个手机终端上发的一条Short Message消息。
GSM_SM_MESSAGES,类型为70:msg_type = 70 (0x46)
#这条消息的内容为GPRS--PDP去激活的请求。
SM_DEACTIVATE_PDP_CONTEXT_REQUEST
#PDP去激活的请求的原因36,正常的去激活。
sm_cause_val = 36 (0x24) (Regular deactivation)
#然后进行拆除指示。
tear_down_ind
(后续应该还有相对应的PDP去激活完成消息)
完全不懂,期待高手解答