aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s1ap.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-01 13:48:36 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-01 13:48:36 +0000
commit23669a5ac72553f082abdeeab73a771c6d9d1bd8 (patch)
tree1497fae16e14e9a24713d680e384d2971dabdffd /epan/dissectors/packet-s1ap.c
parent05809c5f842c99408939092477d4dbe753b6333f (diff)
Update to 3GPP TS 36.413 V8.7.0 (2009-09)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30231 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-s1ap.c')
-rw-r--r--epan/dissectors/packet-s1ap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-s1ap.c b/epan/dissectors/packet-s1ap.c
index a05ea56f53..56eaf62fe2 100644
--- a/epan/dissectors/packet-s1ap.c
+++ b/epan/dissectors/packet-s1ap.c
@@ -1773,6 +1773,7 @@ static const value_string s1ap_CauseRadioNetwork_vals[] = {
{ 34, "s1-inter-system-handover-triggered" },
{ 35, "x2-handover-triggered" },
{ 36, "redirection-towards-1xRTT" },
+ { 37, "not-supported-QCI-value" },
{ 0, NULL }
};
@@ -1780,7 +1781,7 @@ static const value_string s1ap_CauseRadioNetwork_vals[] = {
static int
dissect_s1ap_CauseRadioNetwork(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
- 36, NULL, TRUE, 1, NULL);
+ 36, NULL, TRUE, 2, NULL);
return offset;
}
@@ -3201,7 +3202,7 @@ dissect_s1ap_RIMTransfer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_
static int
dissect_s1ap_RepetitionPeriod(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
- 0U, 4096U, NULL, FALSE);
+ 0U, 4095U, NULL, FALSE);
return offset;
}