aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2018-03-26 14:43:56 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2018-03-26 13:54:29 +0000
commita0fd52dcae8d365b68dfdf2d7f99ddf79d6e49bc (patch)
tree406c800a565afd4a09994c6939e6c726f813032b
parent2e94babc10e078693c2757c9fad3a1e948af1270 (diff)
BSSGP: Add 2 new values to 11.3.112 Redirection Indication.
Bug: 14570 Change-Id: Ia2d8323a89ed4b59f5c7167a51ea18017faf5408 Reviewed-on: https://code.wireshark.org/review/26653 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--epan/dissectors/packet-bssgp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bssgp.c b/epan/dissectors/packet-bssgp.c
index 8478b93c7b..a550bb8146 100644
--- a/epan/dissectors/packet-bssgp.c
+++ b/epan/dissectors/packet-bssgp.c
@@ -3323,7 +3323,9 @@ static const value_string bssgp_redir_indiction_reroute_reject_cause_vals[] = {
{0x0E, "GPRS services not allowed in this PLMN"},
{0x0F, "No suitable cell in location area"},
{0x10, "CS/PS domain registration coordination required"},
- /* {0x11~0xFF, "Reserved"} */
+ {0x11, "Network failure" },
+ {0x12, "Rerouting to a DCN required" },
+/* {0x13~0xFF, "Reserved"} */
{ 0, NULL },
};