Wireshark-commits: [Wireshark-commits] master 9b882af: GSUP/SMS: add READY-FOR-SM message decoding
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b882af4499e5abafced905b1b6e44b74edea496
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9b882af by Vadim Yanitskiy (axilirator@xxxxxxxxx):
GSUP/SMS: add READY-FOR-SM message decoding
According to 3GPP TS 29.002, section 12.4, MAP-READY-FOR-SM is
used between the MSC and VLR as well as between the VLR and the
HLR to indicate that a subscriber has memory available for SMS.
This change replicates this service in GSUP as READY_FOR_SM_*.
The only mandatory IE for this service (excluding Invoke ID) is
'Alert Reason' that is replicated by OSMO_GSUP_SM_ALERT_RSN_IE.
For more information, please see:
https://git.osmocom.org/libosmocore/commit/?id=f9ee8da0cda6a8989c706e618915d09c9cffd0f4
https://git.osmocom.org/osmo-gsm-manuals/commit/?id=d1596fe75aba94e485b1dfcee32328086bf54e22
Change-Id: Ie7591066af7446b2df8bfdb03ef790b4478d2bc9
Reviewed-on: https://code.wireshark.org/review/30587
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d749bea rfc7468: Fix a memory leak
add 9b882af GSUP/SMS: add READY-FOR-SM message decoding
Summary of changes:
epan/dissectors/packet-gsm_gsup.c | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)