- 在线时间
- 241 小时
- 最后登录
- 2015-12-10
- 威望
- 241
- 金钱
- 118937
- 贡献
- 3011
- 注册时间
- 2011-1-20
- 阅读权限
- 200
- 主题
- 1529
- 帖子
- 4004
- 分享
- 3
- 精华
- 8
- 积分
- 126474
- 相册
- 32
|
回复 xiaoxiaoh16 的帖子
我手上没有,但我把你的需求翻译一下,看大家有没有哦。不过gmm_type好像没有0x4a这个值哦!
如下:
const value_string gsm_a_dtap_msg_gmm_strings[] = {
{ 0x01, "Attach Request" },
{ 0x02, "Attach Accept" },
{ 0x03, "Attach Complete" },
{ 0x04, "Attach Reject" },
{ 0x05, "Detach Request" },
{ 0x06, "Detach Accept" },
{ 0x08, "Routing Area Update Request" },
{ 0x09, "Routing Area Update Accept" },
{ 0x0a, "Routing Area Update Complete" },
{ 0x0b, "Routing Area Update Reject" },
{ 0x0c, "Service Request" },
{ 0x0d, "Service Accept" },
{ 0x0e, "Service Reject" },
{ 0x10, "P-TMSI Reallocation Command" },
{ 0x11, "P-TMSI Reallocation Complete" },
{ 0x12, "Authentication and Ciphering Req" },
{ 0x13, "Authentication and Ciphering Resp" },
{ 0x14, "Authentication and Ciphering Rej" },
{ 0x1c, "Authentication and Ciphering Failure" },
{ 0x15, "Identity Request" },
{ 0x16, "Identity Response" },
{ 0x20, "GMM Status" },
{ 0x21, "GMM Information" },
{ 0, NULL }
};
const value_string gsm_a_dtap_msg_sm_strings[] = {
{ 0x41, "Activate PDP Context Request" },
{ 0x42, "Activate PDP Context Accept" },
{ 0x43, "Activate PDP Context Reject" },
{ 0x44, "Request PDP Context Activation" },
{ 0x45, "Request PDP Context Activation rej." },
{ 0x46, "Deactivate PDP Context Request" },
{ 0x47, "Deactivate PDP Context Accept" },
{ 0x48, "Modify PDP Context Request(Network to MS direction)" },
{ 0x49, "Modify PDP Context Accept (MS to network direction)" },
{ 0x4a, "Modify PDP Context Request(MS to network direction)" },
{ 0x4b, "Modify PDP Context Accept (Network to MS direction)" },
{ 0x4c, "Modify PDP Context Reject" },
{ 0x4d, "Activate Secondary PDP Context Request" },
{ 0x4e, "Activate Secondary PDP Context Accept" },
{ 0x4f, "Activate Secondary PDP Context Reject" },
{ 0x50, "Reserved: was allocated in earlier phases of the protocol" },
{ 0x51, "Reserved: was allocated in earlier phases of the protocol" },
{ 0x52, "Reserved: was allocated in earlier phases of the protocol" },
{ 0x53, "Reserved: was allocated in earlier phases of the protocol" },
{ 0x54, "Reserved: was allocated in earlier phases of the protocol" },
{ 0x55, "SM Status" },
{ 0x56, "Activate MBMS Context Request" },
{ 0x57, "Activate MBMS Context Accept" },
{ 0x58, "Activate MBMS Context Reject" },
{ 0x59, "Request MBMS Context Activation" },
{ 0x5a, "Request MBMS Context Activation Reject" },
{ 0x5b, "Request Secondary PDP Context Activation" },
{ 0x5c, "Request Secondary PDP Context Activation Reject" },
{ 0x5d, "Notification" },
|
|