aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-rbm.h
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-06-16 16:11:25 +0700
committerAnders Broman <a.broman58@gmail.com>2018-06-16 11:07:10 +0000
commit580b2e13f104a4890451664f9018ca60902300fb (patch)
tree1710dcb14bfe487f993e42f6cdd1dbdaffd1bf9c /epan/dissectors/file-rbm.h
parent1a8ed6fa2807893c15c9220453bf1e59f47f4982 (diff)
GSUP: fix incorrect message types
In the reference libosmocore's implementation we have: OSMO_GSUP_MSGT_PURGE_MS_REQUEST = 0b00001100, // 0x0c OSMO_GSUP_MSGT_PURGE_MS_ERROR = 0b00001101, // 0x0d OSMO_GSUP_MSGT_PURGE_MS_RESULT = 0b00001110, // 0x0e while here we had: OSMO_GSUP_MSGT_PURGE_MS_REQUEST = 0x0c, OSMO_GSUP_MSGT_PURGE_MS_ERROR = 0x0e, // != 0x0d OSMO_GSUP_MSGT_PURGE_MS_RESULT = 0x0f, // != 0x0e Same problem with the 'OSMO_GSUP_MSGT_LOCATION_CANCEL_RESULT'. Change-Id: Ie49fd2fca8298d97c21e03649935704309015324 Reviewed-on: https://code.wireshark.org/review/28297 Reviewed-by: Harald Welte <laforge@gnumonks.org> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/file-rbm.h')
0 files changed, 0 insertions, 0 deletions