LTE S1AP 为什么要这样解码?
时间:09-04
整理:3721RD
点击:
如题。
wireshark 解
procedureCode: id-UEContextReleaseRequest (18)
cause:
radioNetwork: interrat-redirection (28)
对应的 RAW DATA : 03 在 02 03 80 中的。
0050 00 03 40 03 a3 00 02 40 02 03 80 00 00 00
这个cause是个ENUMERATED 中的第28个(TS36.413), 怎么得出来的呢?
这是orangeqw 给的答案:
02 03 80
0000 0010 0000 0011 1000 0000
0000001 --ignore(1)
000 --group
0 --id
00011100 --28
00000 --pad
我不明白为什么02 03 80 转换成 binary后要断成 7位 3位 1位 8位 5位?根据是什么?
wireshark 解
procedureCode: id-UEContextReleaseRequest (18)
cause:
radioNetwork: interrat-redirection (28)
对应的 RAW DATA : 03 在 02 03 80 中的。
0050 00 03 40 03 a3 00 02 40 02 03 80 00 00 00
这个cause是个ENUMERATED 中的第28个(TS36.413), 怎么得出来的呢?
这是orangeqw 给的答案:
02 03 80
0000 0010 0000 0011 1000 0000
0000001 --ignore(1)
000 --group
0 --id
00011100 --28
00000 --pad
我不明白为什么02 03 80 转换成 binary后要断成 7位 3位 1位 8位 5位?根据是什么?
有点高深,不懂帮顶
期待高手解决这个entire