Skip to content

Commit

Permalink
Correctly decode LTE RRC OTA signallings packets issues with the vers…
Browse files Browse the repository at this point in the history
…ion 25 of LOG_LTE_RRC_OTA_MSG_LOG_C (see issue #56)
  • Loading branch information
p1-mmr committed May 21, 2021
1 parent 3d65eae commit 51a6ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pcap_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def on_log(self, log_type, log_payload, log_header, timestamp = 0):
LTE_UL_DCCH_v9: GSMTAP_LTE_RRC_SUB_UL_DCCH_Message,
})

if ext_header_ver in (14, 15, 16, 20, 24):
if ext_header_ver in (14, 15, 16, 20, 24, 25):

channel_lookup_table.update({
LTE_BCCH_BCH_v14: GSMTAP_LTE_RRC_SUB_BCCH_BCH_Message,
Expand Down

0 comments on commit 51a6ee0

Please sign in to comment.