aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-h225.c8
-rw-r--r--epan/dissectors/packet-h245.c80
-rw-r--r--epan/dissectors/packet-h282.c30
-rw-r--r--epan/dissectors/packet-h450.c32
-rw-r--r--epan/dissectors/packet-h460.c4
-rw-r--r--epan/dissectors/packet-lte-rrc.c146
-rw-r--r--epan/dissectors/packet-nbap.c874
-rw-r--r--epan/dissectors/packet-pcap.c116
-rw-r--r--epan/dissectors/packet-per.c23
-rw-r--r--epan/dissectors/packet-per.h4
-rw-r--r--epan/dissectors/packet-ranap.c116
-rw-r--r--epan/dissectors/packet-rnsap.c572
-rw-r--r--epan/dissectors/packet-rrc.c968
-rw-r--r--epan/dissectors/packet-rrlp.c62
-rw-r--r--epan/dissectors/packet-s1ap.c80
-rw-r--r--epan/dissectors/packet-sabp.c16
-rw-r--r--epan/dissectors/packet-ulp.c10
-rw-r--r--epan/dissectors/packet-x2ap.c48
18 files changed, 1603 insertions, 1586 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index 180fd1eca7..cfffbdfa58 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -3786,7 +3786,7 @@ static int
dissect_h225_SEQUENCE_SIZE_1_512_OF_EnumeratedParameter(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h225_SEQUENCE_SIZE_1_512_OF_EnumeratedParameter, SEQUENCE_SIZE_1_512_OF_EnumeratedParameter_sequence_of,
- 1, 512);
+ 1, 512, FALSE);
return offset;
}
@@ -3800,7 +3800,7 @@ static int
dissect_h225_SEQUENCE_SIZE_1_16_OF_GenericData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h225_SEQUENCE_SIZE_1_16_OF_GenericData, SEQUENCE_SIZE_1_16_OF_GenericData_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -3889,7 +3889,7 @@ static int
dissect_h225_T_parameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h225_T_parameters, T_parameters_sequence_of,
- 1, 512);
+ 1, 512, FALSE);
return offset;
}
@@ -5780,7 +5780,7 @@ static int
dissect_h225_SEQUENCE_SIZE_1_256_OF_QOSCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h225_SEQUENCE_SIZE_1_256_OF_QOSCapability, SEQUENCE_SIZE_1_256_OF_QOSCapability_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-h245.c b/epan/dissectors/packet-h245.c
index f2ae3be628..65820e8567 100644
--- a/epan/dissectors/packet-h245.c
+++ b/epan/dissectors/packet-h245.c
@@ -2848,7 +2848,7 @@ static int
dissect_h245_SET_SIZE_1_256_OF_Q2931Address(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_256_OF_Q2931Address, SET_SIZE_1_256_OF_Q2931Address_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4248,7 +4248,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_RTPPayloadType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_RTPPayloadType, SEQUENCE_SIZE_1_256_OF_RTPPayloadType_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4522,7 +4522,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_QOSCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_QOSCapability, SEQUENCE_SIZE_1_256_OF_QOSCapability_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4592,7 +4592,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_MediaChannelCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_MediaChannelCapability, SEQUENCE_SIZE_1_256_OF_MediaChannelCapability_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4642,7 +4642,7 @@ static int
dissect_h245_T_frameSequence(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_T_frameSequence, T_frameSequence_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4671,7 +4671,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_RTPH263VideoRedundancyFrameMapping(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_RTPH263VideoRedundancyFrameMapping, SEQUENCE_SIZE_1_256_OF_RTPH263VideoRedundancyFrameMapping_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4707,7 +4707,7 @@ static int
dissect_h245_T_containedThreads(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_T_containedThreads, T_containedThreads_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4772,7 +4772,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_CapabilityTableEntryNumber(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_CapabilityTableEntryNumber, SEQUENCE_SIZE_1_256_OF_CapabilityTableEntryNumber_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -4802,7 +4802,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_RedundancyEncodingCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_RedundancyEncodingCapability, SEQUENCE_SIZE_1_256_OF_RedundancyEncodingCapability_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -5182,7 +5182,7 @@ static int
dissect_h245_SET_SIZE_1_16_OF_CustomPictureClockFrequency(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_16_OF_CustomPictureClockFrequency, SET_SIZE_1_16_OF_CustomPictureClockFrequency_set_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -5222,7 +5222,7 @@ static int
dissect_h245_T_customPCF(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_T_customPCF, T_customPCF_set_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -5261,7 +5261,7 @@ static int
dissect_h245_T_pixelAspectCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_T_pixelAspectCode, T_pixelAspectCode_set_of,
- 1, 14);
+ 1, 14, FALSE);
return offset;
}
@@ -5290,7 +5290,7 @@ static int
dissect_h245_T_extendedPAR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_T_extendedPAR, T_extendedPAR_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -5347,7 +5347,7 @@ static int
dissect_h245_SET_SIZE_1_16_OF_CustomPictureFormat(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_16_OF_CustomPictureFormat, SET_SIZE_1_16_OF_CustomPictureFormat_set_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -5418,7 +5418,7 @@ static int
dissect_h245_SET_SIZE_1_16_OF_H263ModeComboFlags(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_16_OF_H263ModeComboFlags, SET_SIZE_1_16_OF_H263ModeComboFlags_set_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -5447,7 +5447,7 @@ static int
dissect_h245_SET_SIZE_1_16_OF_H263VideoModeCombos(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_16_OF_H263VideoModeCombos, SET_SIZE_1_16_OF_H263VideoModeCombos_set_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -5534,7 +5534,7 @@ static int
dissect_h245_SET_SIZE_1_14_OF_EnhancementOptions(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_14_OF_EnhancementOptions, SET_SIZE_1_14_OF_EnhancementOptions_set_of,
- 1, 14);
+ 1, 14, FALSE);
return offset;
}
@@ -5573,7 +5573,7 @@ static int
dissect_h245_SET_SIZE_1_14_OF_BEnhancementParameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_14_OF_BEnhancementParameters, SET_SIZE_1_14_OF_BEnhancementParameters_set_of,
- 1, 14);
+ 1, 14, FALSE);
return offset;
}
@@ -6130,7 +6130,7 @@ static int
dissect_h245_EncryptionCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_EncryptionCapability, EncryptionCapability_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -6205,7 +6205,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_16_OF_NonStandardParameter(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_16_OF_NonStandardParameter, SEQUENCE_SIZE_1_16_OF_NonStandardParameter_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -6285,7 +6285,7 @@ static int
dissect_h245_AlternativeCapabilitySet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_AlternativeCapabilitySet, AlternativeCapabilitySet_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -6299,7 +6299,7 @@ static int
dissect_h245_SET_SIZE_1_256_OF_AlternativeCapabilitySet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_256_OF_AlternativeCapabilitySet, SET_SIZE_1_256_OF_AlternativeCapabilitySet_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -6573,7 +6573,7 @@ static int
dissect_h245_SET_SIZE_1_256_OF_CapabilityTableEntry(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_256_OF_CapabilityTableEntry, SET_SIZE_1_256_OF_CapabilityTableEntry_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -6612,7 +6612,7 @@ static int
dissect_h245_SET_SIZE_1_256_OF_CapabilityDescriptor(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_256_OF_CapabilityDescriptor, SET_SIZE_1_256_OF_CapabilityDescriptor_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -8604,7 +8604,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_EscrowData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_EscrowData, SEQUENCE_SIZE_1_256_OF_EscrowData_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -8843,7 +8843,7 @@ dissect_h245_T_subElementList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *act
h223_me = &dummy_me;
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_T_subElementList, T_subElementList_sequence_of,
- 2, 255);
+ 2, 255, FALSE);
parent_me->sublist = dummy_me.next;
h223_me = parent_me;
@@ -8960,7 +8960,7 @@ dissect_h245_T_elementList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _
h223_me = &dummy_me;
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_T_elementList, T_elementList_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
/* set h223_me to the head of the list for MEDescriptor to pick up */
h223_me = dummy_me.next;
@@ -9002,7 +9002,7 @@ static int
dissect_h245_SET_SIZE_1_15_OF_MultiplexEntryDescriptor(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_15_OF_MultiplexEntryDescriptor, SET_SIZE_1_15_OF_MultiplexEntryDescriptor_set_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -9031,7 +9031,7 @@ static int
dissect_h245_SET_SIZE_1_15_OF_MultiplexTableEntryNumber(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_15_OF_MultiplexTableEntryNumber, SET_SIZE_1_15_OF_MultiplexTableEntryNumber_set_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -10106,7 +10106,7 @@ static int
dissect_h245_ModeDescription(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_ModeDescription, ModeDescription_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -10120,7 +10120,7 @@ static int
dissect_h245_SEQUENCE_SIZE_1_256_OF_ModeDescription(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_SEQUENCE_SIZE_1_256_OF_ModeDescription, SEQUENCE_SIZE_1_256_OF_ModeDescription_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -10229,7 +10229,7 @@ static int
dissect_h245_CertSelectionCriteria(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h245_CertSelectionCriteria, CertSelectionCriteria_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -10393,7 +10393,7 @@ static int
dissect_h245_SET_SIZE_1_255_OF_DialingInformationNetworkType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_255_OF_DialingInformationNetworkType, SET_SIZE_1_255_OF_DialingInformationNetworkType_set_of,
- 1, 255);
+ 1, 255, FALSE);
return offset;
}
@@ -10423,7 +10423,7 @@ static int
dissect_h245_SET_SIZE_1_65535_OF_DialingInformationNumber(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_65535_OF_DialingInformationNumber, SET_SIZE_1_65535_OF_DialingInformationNumber_set_of,
- 1, 65535);
+ 1, 65535, FALSE);
return offset;
}
@@ -11264,7 +11264,7 @@ static int
dissect_h245_SET_SIZE_1_15_OF_MultiplexEntryRejectionDescriptions(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_15_OF_MultiplexEntryRejectionDescriptions, SET_SIZE_1_15_OF_MultiplexEntryRejectionDescriptions_set_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -11342,7 +11342,7 @@ static int
dissect_h245_SET_SIZE_1_15_OF_RequestMultiplexEntryRejectionDescriptions(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_15_OF_RequestMultiplexEntryRejectionDescriptions, SET_SIZE_1_15_OF_RequestMultiplexEntryRejectionDescriptions_set_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -11627,7 +11627,7 @@ static int
dissect_h245_SET_SIZE_1_256_OF_CommunicationModeTableEntry(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_256_OF_CommunicationModeTableEntry, SET_SIZE_1_256_OF_CommunicationModeTableEntry_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -11751,7 +11751,7 @@ static int
dissect_h245_SET_SIZE_1_256_OF_TerminalLabel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_256_OF_TerminalLabel, SET_SIZE_1_256_OF_TerminalLabel_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -12325,7 +12325,7 @@ static int
dissect_h245_SET_SIZE_1_65535_OF_CapabilityTableEntryNumber(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_65535_OF_CapabilityTableEntryNumber, SET_SIZE_1_65535_OF_CapabilityTableEntryNumber_set_of,
- 1, 65535);
+ 1, 65535, FALSE);
return offset;
}
@@ -12339,7 +12339,7 @@ static int
dissect_h245_SET_SIZE_1_256_OF_CapabilityDescriptorNumber(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h245_SET_SIZE_1_256_OF_CapabilityDescriptorNumber, SET_SIZE_1_256_OF_CapabilityDescriptorNumber_set_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-h282.c b/epan/dissectors/packet-h282.c
index 46c461981a..57159587eb 100644
--- a/epan/dissectors/packet-h282.c
+++ b/epan/dissectors/packet-h282.c
@@ -917,7 +917,7 @@ static int
dissect_h282_SET_SIZE_0_127_OF_DeviceProfile(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_SET_SIZE_0_127_OF_DeviceProfile, SET_SIZE_0_127_OF_DeviceProfile_set_of,
- 0, 127);
+ 0, 127, FALSE);
return offset;
}
@@ -931,7 +931,7 @@ static int
dissect_h282_SET_SIZE_0_127_OF_StreamProfile(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_SET_SIZE_0_127_OF_StreamProfile, SET_SIZE_0_127_OF_StreamProfile_set_of,
- 0, 127);
+ 0, 127, FALSE);
return offset;
}
@@ -1209,7 +1209,7 @@ static int
dissect_h282_T_presetCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_presetCapability, T_presetCapability_set_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -1273,7 +1273,7 @@ static int
dissect_h282_T_filterTextLabel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_filterTextLabel, T_filterTextLabel_set_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -1317,7 +1317,7 @@ static int
dissect_h282_T_accessoryTextLabel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_accessoryTextLabel, T_accessoryTextLabel_set_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -1371,7 +1371,7 @@ static int
dissect_h282_T_lightTextLabel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_lightTextLabel, T_lightTextLabel_set_of,
- 0, 10);
+ 0, 10, FALSE);
return offset;
}
@@ -1594,7 +1594,7 @@ static int
dissect_h282_T_multiplierFactors(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_multiplierFactors, T_multiplierFactors_set_of,
- 1, 64);
+ 1, 64, FALSE);
return offset;
}
@@ -1608,7 +1608,7 @@ static int
dissect_h282_T_divisorFactors(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_divisorFactors, T_divisorFactors_set_of,
- 1, 64);
+ 1, 64, FALSE);
return offset;
}
@@ -1672,7 +1672,7 @@ static int
dissect_h282_T_availableDevices(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_availableDevices, T_availableDevices_set_of,
- 2, 64);
+ 2, 64, FALSE);
return offset;
}
@@ -1717,7 +1717,7 @@ static int
dissect_h282_T_availableDevices_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_availableDevices_01, T_availableDevices_01_set_of,
- 2, 64);
+ 2, 64, FALSE);
return offset;
}
@@ -2552,7 +2552,7 @@ static int
dissect_h282_T_inputDevices(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_T_inputDevices, T_inputDevices_set_of,
- 2, 64);
+ 2, 64, FALSE);
return offset;
}
@@ -4004,7 +4004,7 @@ static int
dissect_h282_SET_SIZE_1_8_OF_ControlAttribute(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_SET_SIZE_1_8_OF_ControlAttribute, SET_SIZE_1_8_OF_ControlAttribute_set_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -4035,7 +4035,7 @@ static int
dissect_h282_SET_SIZE_1_16_OF_StatusAttributeIdentifier(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_SET_SIZE_1_16_OF_StatusAttributeIdentifier, SET_SIZE_1_16_OF_StatusAttributeIdentifier_set_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -4066,7 +4066,7 @@ static int
dissect_h282_SET_SIZE_1_16_OF_StatusAttribute(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_SET_SIZE_1_16_OF_StatusAttribute, SET_SIZE_1_16_OF_StatusAttribute_set_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -4197,7 +4197,7 @@ static int
dissect_h282_SET_SIZE_1_8_OF_DeviceEvent(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h282_SET_SIZE_1_8_OF_DeviceEvent, SET_SIZE_1_8_OF_DeviceEvent_set_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-h450.c b/epan/dissectors/packet-h450.c
index d17c82fa42..2c315dd2c6 100644
--- a/epan/dissectors/packet-h450.c
+++ b/epan/dissectors/packet-h450.c
@@ -936,7 +936,7 @@ static int
dissect_h450_T_rosApdus(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_T_rosApdus, h450_T_rosApdus_sequence_of,
- 1, NO_BOUND);
+ 1, NO_BOUND, FALSE);
return offset;
}
@@ -2278,7 +2278,7 @@ static int
dissect_h450_3_IntResultList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_set_of(tvb, offset, actx, tree, hf_index,
ett_h450_3_IntResultList, h450_3_IntResultList_set_of,
- 0, 29);
+ 0, 29, FALSE);
return offset;
}
@@ -2470,7 +2470,7 @@ static int
dissect_h450_4_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_4_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_4_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -2568,7 +2568,7 @@ static int
dissect_h450_4_PAR_undefined(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_4_PAR_undefined, h450_4_PAR_undefined_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -2654,7 +2654,7 @@ static int
dissect_h450_5_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_5_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_5_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -2961,7 +2961,7 @@ static int
dissect_h450_5_PAR_undefined(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_5_PAR_undefined, h450_5_PAR_undefined_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3127,7 +3127,7 @@ static int
dissect_h450_6_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_6_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_6_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3299,7 +3299,7 @@ static int
dissect_h450_7_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_7_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_7_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3334,7 +3334,7 @@ static int
dissect_h450_7_DummyRes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_7_DummyRes, h450_7_DummyRes_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3413,7 +3413,7 @@ static int
dissect_h450_7_MWIInterrogateRes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_7_MWIInterrogateRes, h450_7_MWIInterrogateRes_sequence_of,
- 1, 64);
+ 1, 64, FALSE);
return offset;
}
@@ -3427,7 +3427,7 @@ static int
dissect_h450_7_PAR_undefined(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_7_PAR_undefined, h450_7_PAR_undefined_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3594,7 +3594,7 @@ static int
dissect_h450_8_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_8_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_8_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3715,7 +3715,7 @@ static int
dissect_h450_9_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_9_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_9_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3857,7 +3857,7 @@ static int
dissect_h450_10_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_10_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_10_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -3960,7 +3960,7 @@ static int
dissect_h450_11_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_11_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_11_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
@@ -4426,7 +4426,7 @@ static int
dissect_h450_12_SEQUENCE_SIZE_0_255_OF_MixedExtension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h450_12_SEQUENCE_SIZE_0_255_OF_MixedExtension, h450_12_SEQUENCE_SIZE_0_255_OF_MixedExtension_sequence_of,
- 0, 255);
+ 0, 255, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-h460.c b/epan/dissectors/packet-h460.c
index fcc39b73bd..3f4e47019e 100644
--- a/epan/dissectors/packet-h460.c
+++ b/epan/dissectors/packet-h460.c
@@ -1869,7 +1869,7 @@ static int
dissect_h460_21_SEQUENCE_SIZE_1_256_OF_Capability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h460_21_SEQUENCE_SIZE_1_256_OF_Capability, h460_21_SEQUENCE_SIZE_1_256_OF_Capability_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
@@ -1934,7 +1934,7 @@ static int
dissect_h460_21_SEQUENCE_SIZE_1_256_OF_TransmitCapabilities(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_h460_21_SEQUENCE_SIZE_1_256_OF_TransmitCapabilities, h460_21_SEQUENCE_SIZE_1_256_OF_TransmitCapabilities_sequence_of,
- 1, 256);
+ 1, 256, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-lte-rrc.c b/epan/dissectors/packet-lte-rrc.c
index 1477238645..1e5cd76aba 100644
--- a/epan/dissectors/packet-lte-rrc.c
+++ b/epan/dissectors/packet-lte-rrc.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-lte-rrc.c */
-/* ../../tools/asn2wrs.py -L -p lte-rrc -c ./lte-rrc.cnf -s ./packet-lte-rrc-template -D . EUTRA-RRC-Definitions.asn EUTRA-UE-Variables.asn EUTRA-InterNodeDefinitions.asn */
+/* ../../tools/asn2wrs.py -L -p lte-rrc -c lte-rrc.cnf -s packet-lte-rrc-template EUTRA-RRC-Definitions.asn EUTRA-UE-Variables.asn EUTRA-InterNodeDefinitions.asn */
/* Input file: packet-lte-rrc-template.c */
@@ -2004,7 +2004,7 @@ static int
dissect_lte_rrc_AccessClassBarringList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_AccessClassBarringList, AccessClassBarringList_sequence_of,
- maxAC, maxAC);
+ maxAC, maxAC, FALSE);
return offset;
}
@@ -3278,7 +3278,7 @@ static int
dissect_lte_rrc_MBSFN_SubframeConfiguration(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MBSFN_SubframeConfiguration, MBSFN_SubframeConfiguration_sequence_of,
- 1, maxMBSFN_Allocations);
+ 1, maxMBSFN_Allocations, FALSE);
return offset;
}
@@ -3755,7 +3755,7 @@ static int
dissect_lte_rrc_IntraFreqNeighbouringCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_IntraFreqNeighbouringCellList, IntraFreqNeighbouringCellList_sequence_of,
- 1, maxCellIntra);
+ 1, maxCellIntra, FALSE);
return offset;
}
@@ -3850,7 +3850,7 @@ static int
dissect_lte_rrc_IntraFreqBlacklistedCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_IntraFreqBlacklistedCellList, IntraFreqBlacklistedCellList_sequence_of,
- 1, maxCellBlack);
+ 1, maxCellBlack, FALSE);
return offset;
}
@@ -4047,7 +4047,7 @@ static int
dissect_lte_rrc_InterFreqNeighbouringCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_InterFreqNeighbouringCellList, InterFreqNeighbouringCellList_sequence_of,
- 1, maxCellInter);
+ 1, maxCellInter, FALSE);
return offset;
}
@@ -4075,7 +4075,7 @@ static int
dissect_lte_rrc_InterFreqBlacklistedCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_InterFreqBlacklistedCellList, InterFreqBlacklistedCellList_sequence_of,
- 1, maxCellBlack);
+ 1, maxCellBlack, FALSE);
return offset;
}
@@ -4114,7 +4114,7 @@ static int
dissect_lte_rrc_InterFreqCarrierFreqList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_InterFreqCarrierFreqList, InterFreqCarrierFreqList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -4206,7 +4206,7 @@ static int
dissect_lte_rrc_UTRA_FDD_CarrierFreqList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UTRA_FDD_CarrierFreqList, UTRA_FDD_CarrierFreqList_sequence_of,
- 1, maxUTRA_FDD_Carrier);
+ 1, maxUTRA_FDD_Carrier, FALSE);
return offset;
}
@@ -4239,7 +4239,7 @@ static int
dissect_lte_rrc_UTRA_TDD_CarrierFreqList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UTRA_TDD_CarrierFreqList, UTRA_TDD_CarrierFreqList_sequence_of,
- 1, maxUTRA_TDD_Carrier);
+ 1, maxUTRA_TDD_Carrier, FALSE);
return offset;
}
@@ -4398,7 +4398,7 @@ static int
dissect_lte_rrc_ExplicitListOfARFCNs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_ExplicitListOfARFCNs, ExplicitListOfARFCNs_sequence_of,
- 0, 31);
+ 0, 31, FALSE);
return offset;
}
@@ -4521,7 +4521,7 @@ static int
dissect_lte_rrc_GERAN_NeigbourFreqList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_GERAN_NeigbourFreqList, GERAN_NeigbourFreqList_sequence_of,
- 1, maxGNFG);
+ 1, maxGNFG, FALSE);
return offset;
}
@@ -4632,7 +4632,7 @@ static int
dissect_lte_rrc_HRPD_SecondaryPreRegistrationZoneIdList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_HRPD_SecondaryPreRegistrationZoneIdList, HRPD_SecondaryPreRegistrationZoneIdList_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -4725,7 +4725,7 @@ static int
dissect_lte_rrc_HRPD_BandClassList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_HRPD_BandClassList, HRPD_BandClassList_sequence_of,
- 1, maxCDMA_BandClass);
+ 1, maxCDMA_BandClass, FALSE);
return offset;
}
@@ -4749,7 +4749,7 @@ static int
dissect_lte_rrc_CDMA2000_CellIdList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_CDMA2000_CellIdList, CDMA2000_CellIdList_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -4778,7 +4778,7 @@ static int
dissect_lte_rrc_CDMA2000_NeighbourCellsPerBandclass(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_CDMA2000_NeighbourCellsPerBandclass, CDMA2000_NeighbourCellsPerBandclass_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -4807,7 +4807,7 @@ static int
dissect_lte_rrc_CDMA2000_NeighbourCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_CDMA2000_NeighbourCellList, CDMA2000_NeighbourCellList_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -5021,7 +5021,7 @@ static int
dissect_lte_rrc_OneXRTT_BandClassList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_OneXRTT_BandClassList, OneXRTT_BandClassList_sequence_of,
- 1, maxCDMA_BandClass);
+ 1, maxCDMA_BandClass, FALSE);
return offset;
}
@@ -5290,7 +5290,7 @@ static int
dissect_lte_rrc_T_sib_TypeAndInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_T_sib_TypeAndInfo, T_sib_TypeAndInfo_sequence_of,
- 1, maxSIB);
+ 1, maxSIB, FALSE);
return offset;
}
@@ -5396,7 +5396,7 @@ static int
dissect_lte_rrc_MCC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MCC, MCC_sequence_of,
- 3, 3);
+ 3, 3, FALSE);
return offset;
}
@@ -5410,7 +5410,7 @@ static int
dissect_lte_rrc_MNC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MNC, MNC_sequence_of,
- 2, 3);
+ 2, 3, FALSE);
return offset;
}
@@ -5470,7 +5470,7 @@ static int
dissect_lte_rrc_PLMN_IdentityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_PLMN_IdentityList, PLMN_IdentityList_sequence_of,
- 1, 6);
+ 1, 6, FALSE);
return offset;
}
@@ -5643,7 +5643,7 @@ static int
dissect_lte_rrc_SIB_MappingInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SIB_MappingInfo, SIB_MappingInfo_sequence_of,
- 0, maxSIB_1);
+ 0, maxSIB_1, FALSE);
return offset;
}
@@ -5672,7 +5672,7 @@ static int
dissect_lte_rrc_SchedulingInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SchedulingInformation, SchedulingInformation_sequence_of,
- 1, maxSI_Message);
+ 1, maxSI_Message, FALSE);
return offset;
}
@@ -5923,7 +5923,7 @@ static int
dissect_lte_rrc_IMSI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_IMSI, IMSI_sequence_of,
- 6, 21);
+ 6, 21, FALSE);
return offset;
}
@@ -5990,7 +5990,7 @@ static int
dissect_lte_rrc_PagingRecordList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_PagingRecordList, PagingRecordList_sequence_of,
- 1, maxPageRec);
+ 1, maxPageRec, FALSE);
return offset;
}
@@ -6757,7 +6757,7 @@ static int
dissect_lte_rrc_SRB_ToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SRB_ToAddModifyList, SRB_ToAddModifyList_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -6962,7 +6962,7 @@ static int
dissect_lte_rrc_DRB_ToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_DRB_ToAddModifyList, DRB_ToAddModifyList_sequence_of,
- 1, maxDRB);
+ 1, maxDRB, FALSE);
return offset;
}
@@ -6990,7 +6990,7 @@ static int
dissect_lte_rrc_DRB_ToReleaseList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_DRB_ToReleaseList, DRB_ToReleaseList_sequence_of,
- 1, maxDRB);
+ 1, maxDRB, FALSE);
return offset;
}
@@ -9630,7 +9630,7 @@ static int
dissect_lte_rrc_GERAN_SystemInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_GERAN_SystemInformation, GERAN_SystemInformation_sequence_of,
- 1, maxGERAN_SI);
+ 1, maxGERAN_SI, FALSE);
return offset;
}
@@ -9874,7 +9874,7 @@ static int
dissect_lte_rrc_MeasObjectToRemoveList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasObjectToRemoveList, MeasObjectToRemoveList_sequence_of,
- 1, maxObjectId);
+ 1, maxObjectId, FALSE);
return offset;
}
@@ -9958,7 +9958,7 @@ static int
dissect_lte_rrc_CellIndexList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_CellIndexList, CellIndexList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -10034,7 +10034,7 @@ static int
dissect_lte_rrc_NeighCellsToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_NeighCellsToAddModifyList, NeighCellsToAddModifyList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -10063,7 +10063,7 @@ static int
dissect_lte_rrc_BlackListedCellsToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_BlackListedCellsToAddModifyList, BlackListedCellsToAddModifyList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -10137,7 +10137,7 @@ static int
dissect_lte_rrc_UTRA_FDD_CellsToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UTRA_FDD_CellsToAddModifyList, UTRA_FDD_CellsToAddModifyList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -10180,7 +10180,7 @@ static int
dissect_lte_rrc_UTRA_TDD_CellsToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UTRA_TDD_CellsToAddModifyList, UTRA_TDD_CellsToAddModifyList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -10256,7 +10256,7 @@ static int
dissect_lte_rrc_GERAN_MeasFrequencyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_GERAN_MeasFrequencyList, GERAN_MeasFrequencyList_sequence_of,
- 1, maxGNFG);
+ 1, maxGNFG, FALSE);
return offset;
}
@@ -10363,7 +10363,7 @@ static int
dissect_lte_rrc_CDMA2000_CellsToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_CDMA2000_CellsToAddModifyList, CDMA2000_CellsToAddModifyList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -10438,7 +10438,7 @@ static int
dissect_lte_rrc_MeasObjectToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasObjectToAddModifyList, MeasObjectToAddModifyList_sequence_of,
- 1, maxObjectId);
+ 1, maxObjectId, FALSE);
return offset;
}
@@ -10476,7 +10476,7 @@ static int
dissect_lte_rrc_ReportConfigToRemoveList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_ReportConfigToRemoveList, ReportConfigToRemoveList_sequence_of,
- 1, maxReportConfigId);
+ 1, maxReportConfigId, FALSE);
return offset;
}
@@ -11172,7 +11172,7 @@ static int
dissect_lte_rrc_ReportConfigToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_ReportConfigToAddModifyList, ReportConfigToAddModifyList_sequence_of,
- 1, maxReportConfigId);
+ 1, maxReportConfigId, FALSE);
return offset;
}
@@ -11210,7 +11210,7 @@ static int
dissect_lte_rrc_MeasIdToRemoveList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasIdToRemoveList, MeasIdToRemoveList_sequence_of,
- 1, maxMeasId);
+ 1, maxMeasId, FALSE);
return offset;
}
@@ -11240,7 +11240,7 @@ static int
dissect_lte_rrc_MeasIdToAddModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasIdToAddModifyList, MeasIdToAddModifyList_sequence_of,
- 1, maxMeasId);
+ 1, maxMeasId, FALSE);
return offset;
}
@@ -11856,7 +11856,7 @@ static int
dissect_lte_rrc_SEQUENCE_SIZE_1_maxDRB_OF_NAS_DedicatedInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SEQUENCE_SIZE_1_maxDRB_OF_NAS_DedicatedInformation, SEQUENCE_SIZE_1_maxDRB_OF_NAS_DedicatedInformation_sequence_of,
- 1, maxDRB);
+ 1, maxDRB, FALSE);
return offset;
}
@@ -12146,7 +12146,7 @@ static int
dissect_lte_rrc_InterFreqPriorityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_InterFreqPriorityList, InterFreqPriorityList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -12175,7 +12175,7 @@ static int
dissect_lte_rrc_GERAN_FreqPriorityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_GERAN_FreqPriorityList, GERAN_FreqPriorityList_sequence_of,
- 1, maxGNFG);
+ 1, maxGNFG, FALSE);
return offset;
}
@@ -12204,7 +12204,7 @@ static int
dissect_lte_rrc_UTRA_FDD_FreqPriorityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UTRA_FDD_FreqPriorityList, UTRA_FDD_FreqPriorityList_sequence_of,
- 1, maxUTRA_FDD_Carrier);
+ 1, maxUTRA_FDD_Carrier, FALSE);
return offset;
}
@@ -12233,7 +12233,7 @@ static int
dissect_lte_rrc_UTRA_TDD_FreqPriorityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UTRA_TDD_FreqPriorityList, UTRA_TDD_FreqPriorityList_sequence_of,
- 1, maxUTRA_TDD_Carrier);
+ 1, maxUTRA_TDD_Carrier, FALSE);
return offset;
}
@@ -12262,7 +12262,7 @@ static int
dissect_lte_rrc_HRPD_BandClassPriorityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_HRPD_BandClassPriorityList, HRPD_BandClassPriorityList_sequence_of,
- 1, maxCDMA_BandClass);
+ 1, maxCDMA_BandClass, FALSE);
return offset;
}
@@ -12291,7 +12291,7 @@ static int
dissect_lte_rrc_OneXRTT_BandClassPriorityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_OneXRTT_BandClassPriorityList, OneXRTT_BandClassPriorityList_sequence_of,
- 1, maxCDMA_BandClass);
+ 1, maxCDMA_BandClass, FALSE);
return offset;
}
@@ -12597,7 +12597,7 @@ static int
dissect_lte_rrc_UE_RadioAccessCapRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UE_RadioAccessCapRequest, UE_RadioAccessCapRequest_sequence_of,
- 1, maxRAT_Capabilities);
+ 1, maxRAT_Capabilities, FALSE);
return offset;
}
@@ -12746,7 +12746,7 @@ static int
dissect_lte_rrc_DRB_CountMSB_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_DRB_CountMSB_InfoList, DRB_CountMSB_InfoList_sequence_of,
- 1, maxDRB);
+ 1, maxDRB, FALSE);
return offset;
}
@@ -13408,7 +13408,7 @@ static int
dissect_lte_rrc_PLMN_IdentityList2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_PLMN_IdentityList2, PLMN_IdentityList2_sequence_of,
- 1, 5);
+ 1, 5, FALSE);
return offset;
}
@@ -13469,7 +13469,7 @@ static int
dissect_lte_rrc_MeasResultListEUTRA(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasResultListEUTRA, MeasResultListEUTRA_sequence_of,
- 1, maxCellReport);
+ 1, maxCellReport, FALSE);
return offset;
}
@@ -13628,7 +13628,7 @@ static int
dissect_lte_rrc_MeasResultListUTRA(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasResultListUTRA, MeasResultListUTRA_sequence_of,
- 1, maxCellReport);
+ 1, maxCellReport, FALSE);
return offset;
}
@@ -13718,7 +13718,7 @@ static int
dissect_lte_rrc_MeasResultListGERAN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasResultListGERAN, MeasResultListGERAN_sequence_of,
- 1, maxCellReport);
+ 1, maxCellReport, FALSE);
return offset;
}
@@ -13815,7 +13815,7 @@ static int
dissect_lte_rrc_MeasResultListCDMA2000(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_MeasResultListCDMA2000, MeasResultListCDMA2000_sequence_of,
- 1, maxCellReport);
+ 1, maxCellReport, FALSE);
return offset;
}
@@ -14496,7 +14496,7 @@ static int
dissect_lte_rrc_UECapabilityInformation_r8_IEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_UECapabilityInformation_r8_IEs, UECapabilityInformation_r8_IEs_sequence_of,
- 1, maxRAT_Capabilities);
+ 1, maxRAT_Capabilities, FALSE);
return offset;
}
@@ -14888,7 +14888,7 @@ static int
dissect_lte_rrc_DRB_CountInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_DRB_CountInfoList, DRB_CountInfoList_sequence_of,
- 0, maxDRB);
+ 0, maxDRB, FALSE);
return offset;
}
@@ -15211,7 +15211,7 @@ static int
dissect_lte_rrc_SupportedEUTRA_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SupportedEUTRA_BandList, SupportedEUTRA_BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15253,7 +15253,7 @@ static int
dissect_lte_rrc_InterFreqEUTRA_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_InterFreqEUTRA_BandList, InterFreqEUTRA_BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15281,7 +15281,7 @@ static int
dissect_lte_rrc_InterRAT_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_InterRAT_BandList, InterRAT_BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15310,7 +15310,7 @@ static int
dissect_lte_rrc_EUTRA_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_EUTRA_BandList, EUTRA_BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15382,7 +15382,7 @@ static int
dissect_lte_rrc_SupportedUTRA_FDD_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SupportedUTRA_FDD_BandList, SupportedUTRA_FDD_BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15454,7 +15454,7 @@ static int
dissect_lte_rrc_SupportedUTRA_TDD128BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SupportedUTRA_TDD128BandList, SupportedUTRA_TDD128BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15526,7 +15526,7 @@ static int
dissect_lte_rrc_SupportedUTRA_TDD384BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SupportedUTRA_TDD384BandList, SupportedUTRA_TDD384BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15598,7 +15598,7 @@ static int
dissect_lte_rrc_SupportedUTRA_TDD768BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SupportedUTRA_TDD768BandList, SupportedUTRA_TDD768BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15662,7 +15662,7 @@ static int
dissect_lte_rrc_SupportedGERAN_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SupportedGERAN_BandList, SupportedGERAN_BandList_sequence_of,
- 1, maxBands);
+ 1, maxBands, FALSE);
return offset;
}
@@ -15705,7 +15705,7 @@ static int
dissect_lte_rrc_SupportedHRPD_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_SupportedHRPD_BandList, SupportedHRPD_BandList_sequence_of,
- 0, maxCDMA_BandClass);
+ 0, maxCDMA_BandClass, FALSE);
return offset;
}
@@ -15781,7 +15781,7 @@ static int
dissect_lte_rrc_Supported1xRTT_BandList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_Supported1xRTT_BandList, Supported1xRTT_BandList_sequence_of,
- 0, maxCDMA_BandClass);
+ 0, maxCDMA_BandClass, FALSE);
return offset;
}
@@ -15947,7 +15947,7 @@ static int
dissect_lte_rrc_CellsTriggeredList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_CellsTriggeredList, CellsTriggeredList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -15986,7 +15986,7 @@ static int
dissect_lte_rrc_VarMeasurementReports(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_VarMeasurementReports, VarMeasurementReports_sequence_of,
- 1, maxMeasId);
+ 1, maxMeasId, FALSE);
return offset;
}
@@ -16397,7 +16397,7 @@ static int
dissect_lte_rrc_AdditionalReestabInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_lte_rrc_AdditionalReestabInfoList, AdditionalReestabInfoList_sequence_of,
- 1, maxReestabInfo);
+ 1, maxReestabInfo, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-nbap.c b/epan/dissectors/packet-nbap.c
index a49f9f74d4..ef21f143fe 100644
--- a/epan/dissectors/packet-nbap.c
+++ b/epan/dissectors/packet-nbap.c
@@ -6933,7 +6933,7 @@ static int
dissect_nbap_ProtocolIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_ProtocolIE_Container, ProtocolIE_Container_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -6981,7 +6981,7 @@ static int
dissect_nbap_ProtocolExtensionContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_ProtocolExtensionContainer, ProtocolExtensionContainer_sequence_of,
- 1, maxProtocolExtensions);
+ 1, maxProtocolExtensions, FALSE);
return offset;
}
@@ -7020,7 +7020,7 @@ static int
dissect_nbap_PrivateIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PrivateIE_Container, PrivateIE_Container_sequence_of,
- 1, maxPrivateIEs);
+ 1, maxPrivateIEs, FALSE);
return offset;
}
@@ -7180,7 +7180,7 @@ static int
dissect_nbap_TimeSlotMeasurementValueListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeSlotMeasurementValueListLCR, TimeSlotMeasurementValueListLCR_sequence_of,
- 1, 6);
+ 1, 6, FALSE);
return offset;
}
@@ -7210,7 +7210,7 @@ static int
dissect_nbap_AdditionalMeasurementValueList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_AdditionalMeasurementValueList, AdditionalMeasurementValueList_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -7224,7 +7224,7 @@ static int
dissect_nbap_TimeSlot_InitiatedListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeSlot_InitiatedListLCR, TimeSlot_InitiatedListLCR_sequence_of,
- 0, 6);
+ 0, 6, FALSE);
return offset;
}
@@ -7254,7 +7254,7 @@ static int
dissect_nbap_AdditionalTimeSlotListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_AdditionalTimeSlotListLCR, AdditionalTimeSlotListLCR_sequence_of,
- 0, maxFrequencyinCell_1);
+ 0, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -7331,7 +7331,7 @@ static int
dissect_nbap_Transmission_Gap_Pattern_Sequence_Status_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Transmission_Gap_Pattern_Sequence_Status_List, Transmission_Gap_Pattern_Sequence_Status_List_sequence_of,
- 0, maxTGPS);
+ 0, maxTGPS, FALSE);
return offset;
}
@@ -7633,7 +7633,7 @@ static int
dissect_nbap_Best_Cell_Portions_Value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Best_Cell_Portions_Value, Best_Cell_Portions_Value_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -7934,7 +7934,7 @@ static int
dissect_nbap_Vacant_ERNTI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Vacant_ERNTI, Vacant_ERNTI_sequence_of,
- 1, maxERNTItoRelease);
+ 1, maxERNTItoRelease, FALSE);
return offset;
}
@@ -7963,7 +7963,7 @@ static int
dissect_nbap_Cell_ERNTI_Status_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Cell_ERNTI_Status_Information, Cell_ERNTI_Status_Information_sequence_of,
- 1, maxCellinNodeB);
+ 1, maxCellinNodeB, FALSE);
return offset;
}
@@ -8193,7 +8193,7 @@ static int
dissect_nbap_CommonChannelsCapacityConsumptionLaw(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CommonChannelsCapacityConsumptionLaw, CommonChannelsCapacityConsumptionLaw_sequence_of,
- 1, maxNrOfSF);
+ 1, maxNrOfSF, FALSE);
return offset;
}
@@ -8357,7 +8357,7 @@ static int
dissect_nbap_Reference_E_TFCI_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Reference_E_TFCI_Information, Reference_E_TFCI_Information_sequence_of,
- 1, maxNrOfRefETFCIs);
+ 1, maxNrOfRefETFCIs, FALSE);
return offset;
}
@@ -8904,7 +8904,7 @@ static int
dissect_nbap_Common_E_DCH_Resource_Combination_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_E_DCH_Resource_Combination_InfoList, Common_E_DCH_Resource_Combination_InfoList_sequence_of,
- 1, maxNrOfCommonEDCH);
+ 1, maxNrOfCommonEDCH, FALSE);
return offset;
}
@@ -9088,7 +9088,7 @@ static int
dissect_nbap_Common_E_DCH_LogicalChannel_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_E_DCH_LogicalChannel_InfoList, Common_E_DCH_LogicalChannel_InfoList_sequence_of,
- 1, maxNoOfLogicalChannels);
+ 1, maxNoOfLogicalChannels, FALSE);
return offset;
}
@@ -9121,7 +9121,7 @@ static int
dissect_nbap_Common_E_DCH_MACdFlow_Specific_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_E_DCH_MACdFlow_Specific_InfoList, Common_E_DCH_MACdFlow_Specific_InfoList_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -9157,7 +9157,7 @@ static int
dissect_nbap_Ul_common_E_DCH_MACflow_Specific_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Ul_common_E_DCH_MACflow_Specific_InfoList, Ul_common_E_DCH_MACflow_Specific_InfoList_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -9210,7 +9210,7 @@ static int
dissect_nbap_Ul_common_E_DCH_MACflow_Specific_InfoResponseList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Ul_common_E_DCH_MACflow_Specific_InfoResponseList, Ul_common_E_DCH_MACflow_Specific_InfoResponseList_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -9265,7 +9265,7 @@ static int
dissect_nbap_Common_MACFlows_to_DeleteFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_MACFlows_to_DeleteFDD, Common_MACFlows_to_DeleteFDD_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -9445,7 +9445,7 @@ static int
dissect_nbap_Common_MACFlow_PriorityQueue_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_MACFlow_PriorityQueue_Information, Common_MACFlow_PriorityQueue_Information_sequence_of,
- 1, maxNrOfcommonMACQueues);
+ 1, maxNrOfcommonMACQueues, FALSE);
return offset;
}
@@ -9478,7 +9478,7 @@ static int
dissect_nbap_CommonMACFlow_Specific_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CommonMACFlow_Specific_InfoList, CommonMACFlow_Specific_InfoList_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -9529,7 +9529,7 @@ static int
dissect_nbap_HSDSCH_Initial_Capacity_Allocation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_Initial_Capacity_Allocation, HSDSCH_Initial_Capacity_Allocation_sequence_of,
- 1, maxNrOfPriorityQueues);
+ 1, maxNrOfPriorityQueues, FALSE);
return offset;
}
@@ -9561,7 +9561,7 @@ static int
dissect_nbap_CommonMACFlow_Specific_InfoList_Response(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CommonMACFlow_Specific_InfoList_Response, CommonMACFlow_Specific_InfoList_Response_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -10550,7 +10550,7 @@ static int
dissect_nbap_ContinuousPacketConnectivityHS_SCCH_less_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_ContinuousPacketConnectivityHS_SCCH_less_Information, ContinuousPacketConnectivityHS_SCCH_less_Information_sequence_of,
- 1, maxNrOfHS_DSCH_TBSs_HS_SCCHless);
+ 1, maxNrOfHS_DSCH_TBSs_HS_SCCHless, FALSE);
return offset;
}
@@ -10663,7 +10663,7 @@ static int
dissect_nbap_CriticalityDiagnostics_IE_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CriticalityDiagnostics_IE_List, CriticalityDiagnostics_IE_List_sequence_of,
- 1, maxNrOfErrors);
+ 1, maxNrOfErrors, FALSE);
return offset;
}
@@ -10820,7 +10820,7 @@ static int
dissect_nbap_Common_E_DCH_MACdFlow_Specific_InfoListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_E_DCH_MACdFlow_Specific_InfoListLCR, Common_E_DCH_MACdFlow_Specific_InfoListLCR_sequence_of,
- 1, maxNrOfEDCHMACdFlowsLCR);
+ 1, maxNrOfEDCHMACdFlowsLCR, FALSE);
return offset;
}
@@ -10856,7 +10856,7 @@ static int
dissect_nbap_Ul_common_E_DCH_MACflow_Specific_InfoListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Ul_common_E_DCH_MACflow_Specific_InfoListLCR, Ul_common_E_DCH_MACflow_Specific_InfoListLCR_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -10896,7 +10896,7 @@ static int
dissect_nbap_PRXdes_base_perURAFCN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PRXdes_base_perURAFCN, PRXdes_base_perURAFCN_sequence_of,
- 1, maxFrequencyinCell);
+ 1, maxFrequencyinCell, FALSE);
return offset;
}
@@ -10990,7 +10990,7 @@ static int
dissect_nbap_E_DCH_QPSK_RefBetaInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_QPSK_RefBetaInfo, E_DCH_QPSK_RefBetaInfo_sequence_of,
- 1, maxNrOfRefBetas);
+ 1, maxNrOfRefBetas, FALSE);
return offset;
}
@@ -11004,7 +11004,7 @@ static int
dissect_nbap_E_DCH_sixteenQAM_RefBetaInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_sixteenQAM_RefBetaInfo, E_DCH_sixteenQAM_RefBetaInfo_sequence_of,
- 1, maxNrOfRefBetas);
+ 1, maxNrOfRefBetas, FALSE);
return offset;
}
@@ -11071,7 +11071,7 @@ static int
dissect_nbap_Ul_common_E_DCH_MACflow_Specific_InfoResponseListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Ul_common_E_DCH_MACflow_Specific_InfoResponseListLCR, Ul_common_E_DCH_MACflow_Specific_InfoResponseListLCR_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -11111,7 +11111,7 @@ static int
dissect_nbap_Common_E_AGCH_ListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_E_AGCH_ListLCR, Common_E_AGCH_ListLCR_sequence_of,
- 1, maxNrOfEAGCHsLCR);
+ 1, maxNrOfEAGCHsLCR, FALSE);
return offset;
}
@@ -11161,7 +11161,7 @@ static int
dissect_nbap_Common_E_HICH_ListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_E_HICH_ListLCR, Common_E_HICH_ListLCR_sequence_of,
- 1, maxNrOfEHICHsLCR);
+ 1, maxNrOfEHICHsLCR, FALSE);
return offset;
}
@@ -11212,7 +11212,7 @@ static int
dissect_nbap_Common_E_RNTI_Info_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_E_RNTI_Info_LCR, Common_E_RNTI_Info_LCR_sequence_of,
- 1, maxnrofERUCCHsLCR);
+ 1, maxnrofERUCCHsLCR, FALSE);
return offset;
}
@@ -11259,7 +11259,7 @@ static int
dissect_nbap_Common_MACFlows_to_DeleteLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_MACFlows_to_DeleteLCR, Common_MACFlows_to_DeleteLCR_sequence_of,
- 1, maxNrOfCommonMACFlowsLCR);
+ 1, maxNrOfCommonMACFlowsLCR, FALSE);
return offset;
}
@@ -11294,7 +11294,7 @@ static int
dissect_nbap_CommonMACFlow_Specific_InfoListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CommonMACFlow_Specific_InfoListLCR, CommonMACFlow_Specific_InfoListLCR_sequence_of,
- 1, maxNrOfCommonMACFlowsLCR);
+ 1, maxNrOfCommonMACFlowsLCR, FALSE);
return offset;
}
@@ -11323,7 +11323,7 @@ static int
dissect_nbap_Common_H_RNTI_InformationLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Common_H_RNTI_InformationLCR, Common_H_RNTI_InformationLCR_sequence_of,
- 1, maxNrOfCommonMACFlowsLCR);
+ 1, maxNrOfCommonMACFlowsLCR, FALSE);
return offset;
}
@@ -11425,7 +11425,7 @@ static int
dissect_nbap_CommonMACFlow_Specific_InfoList_ResponseLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CommonMACFlow_Specific_InfoList_ResponseLCR, CommonMACFlow_Specific_InfoList_ResponseLCR_sequence_of,
- 1, maxNrOfCommonMACFlows);
+ 1, maxNrOfCommonMACFlows, FALSE);
return offset;
}
@@ -11548,7 +11548,7 @@ static int
dissect_nbap_TransmissionTimeIntervalInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TransmissionTimeIntervalInformation, TransmissionTimeIntervalInformation_sequence_of,
- 1, maxTTI_count);
+ 1, maxTTI_count, FALSE);
return offset;
}
@@ -11616,7 +11616,7 @@ static int
dissect_nbap_TransportFormatSet_DynamicPartList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TransportFormatSet_DynamicPartList, TransportFormatSet_DynamicPartList_sequence_of,
- 1, maxNrOfTFs);
+ 1, maxNrOfTFs, FALSE);
return offset;
}
@@ -11832,7 +11832,7 @@ static int
dissect_nbap_DCH_Specific_FDD_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_Specific_FDD_InformationList, DCH_Specific_FDD_InformationList_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -11865,7 +11865,7 @@ static int
dissect_nbap_DCH_FDD_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_FDD_Information, DCH_FDD_Information_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -11911,7 +11911,7 @@ static int
dissect_nbap_DCH_InformationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_InformationResponse, DCH_InformationResponse_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -11947,7 +11947,7 @@ static int
dissect_nbap_DCH_Specific_TDD_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_Specific_TDD_InformationList, DCH_Specific_TDD_InformationList_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -11980,7 +11980,7 @@ static int
dissect_nbap_DCH_TDD_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_TDD_Information, DCH_TDD_Information_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -12013,7 +12013,7 @@ static int
dissect_nbap_DCH_ModifySpecificInformation_FDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_ModifySpecificInformation_FDD, DCH_ModifySpecificInformation_FDD_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -12046,7 +12046,7 @@ static int
dissect_nbap_FDD_DCHs_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FDD_DCHs_to_Modify, FDD_DCHs_to_Modify_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -12081,7 +12081,7 @@ static int
dissect_nbap_DCH_ModifySpecificInformation_TDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_ModifySpecificInformation_TDD, DCH_ModifySpecificInformation_TDD_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -12114,7 +12114,7 @@ static int
dissect_nbap_TDD_DCHs_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TDD_DCHs_to_Modify, TDD_DCHs_to_Modify_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -12146,7 +12146,7 @@ static int
dissect_nbap_DedicatedChannelsCapacityConsumptionLaw(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DedicatedChannelsCapacityConsumptionLaw, DedicatedChannelsCapacityConsumptionLaw_sequence_of,
- 1, maxNrOfSF);
+ 1, maxNrOfSF, FALSE);
return offset;
}
@@ -12578,7 +12578,7 @@ static int
dissect_nbap_DGANSS_SignalInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DGANSS_SignalInformation, DGANSS_SignalInformation_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -12609,7 +12609,7 @@ static int
dissect_nbap_DGANSS_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DGANSS_Information, DGANSS_Information_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -12777,7 +12777,7 @@ static int
dissect_nbap_SAT_Info_DGPSCorrections(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SAT_Info_DGPSCorrections, SAT_Info_DGPSCorrections_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -13173,7 +13173,7 @@ static int
dissect_nbap_TDD_DL_Code_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TDD_DL_Code_Information, TDD_DL_Code_Information_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -13205,7 +13205,7 @@ static int
dissect_nbap_DL_Timeslot_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_Information, DL_Timeslot_Information_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -13366,7 +13366,7 @@ static int
dissect_nbap_TDD_DL_Code_LCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TDD_DL_Code_LCR_Information, TDD_DL_Code_LCR_Information_sequence_of,
- 1, maxNrOfDPCHLCRs);
+ 1, maxNrOfDPCHLCRs, FALSE);
return offset;
}
@@ -13398,7 +13398,7 @@ static int
dissect_nbap_DL_TimeslotLCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_TimeslotLCR_Information, DL_TimeslotLCR_Information_sequence_of,
- 1, maxNrOfDLTSLCRs);
+ 1, maxNrOfDLTSLCRs, FALSE);
return offset;
}
@@ -13670,7 +13670,7 @@ static int
dissect_nbap_TDD_DL_Code_768_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TDD_DL_Code_768_Information, TDD_DL_Code_768_Information_sequence_of,
- 1, maxNrOfDPCHs768);
+ 1, maxNrOfDPCHs768, FALSE);
return offset;
}
@@ -13702,7 +13702,7 @@ static int
dissect_nbap_DL_Timeslot768_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot768_Information, DL_Timeslot768_Information_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -13795,7 +13795,7 @@ static int
dissect_nbap_DL_ReferencePowerInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_ReferencePowerInformationList, DL_ReferencePowerInformationList_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -13925,7 +13925,7 @@ static int
dissect_nbap_DL_TimeslotISCPInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_TimeslotISCPInfo, DL_TimeslotISCPInfo_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -13955,7 +13955,7 @@ static int
dissect_nbap_DL_TimeslotISCPInfoLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_TimeslotISCPInfoLCR, DL_TimeslotISCPInfoLCR_sequence_of,
- 1, maxNrOfDLTSLCRs);
+ 1, maxNrOfDLTSLCRs, FALSE);
return offset;
}
@@ -14006,7 +14006,7 @@ static int
dissect_nbap_DL_HS_PDSCH_Codelist_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_HS_PDSCH_Codelist_LCR_PSCH_ReconfRqst, DL_HS_PDSCH_Codelist_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSPDSCHs);
+ 1, maxNrOfHSPDSCHs, FALSE);
return offset;
}
@@ -14048,7 +14048,7 @@ static int
dissect_nbap_DL_HS_PDSCH_Timeslot_Information_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_HS_PDSCH_Timeslot_Information_LCR_PSCH_ReconfRqst, DL_HS_PDSCH_Timeslot_Information_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSLCRs);
+ 1, maxNrOfDLTSLCRs, FALSE);
return offset;
}
@@ -14115,7 +14115,7 @@ static int
dissect_nbap_DSCH_InformationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DSCH_InformationResponse, DSCH_InformationResponse_sequence_of,
- 1, maxNrOfDSCHs);
+ 1, maxNrOfDSCHs, FALSE);
return offset;
}
@@ -14150,7 +14150,7 @@ static int
dissect_nbap_DSCH_TDD_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DSCH_TDD_Information, DSCH_TDD_Information_sequence_of,
- 1, maxNrOfDSCHs);
+ 1, maxNrOfDSCHs, FALSE);
return offset;
}
@@ -14190,7 +14190,7 @@ static int
dissect_nbap_E_AGCH_FDD_Code_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_FDD_Code_List, E_AGCH_FDD_Code_List_sequence_of,
- 1, maxNrOfE_AGCHs);
+ 1, maxNrOfE_AGCHs, FALSE);
return offset;
}
@@ -14274,7 +14274,7 @@ static int
dissect_nbap_E_DCH_SF_allocation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_SF_allocation, E_DCH_SF_allocation_sequence_of,
- 1, maxNrOfCombEDPDCH);
+ 1, maxNrOfCombEDPDCH, FALSE);
return offset;
}
@@ -14533,7 +14533,7 @@ static int
dissect_nbap_E_DCH_MACdPDU_SizeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdPDU_SizeList, E_DCH_MACdPDU_SizeList_sequence_of,
- 1, maxNrOfMACdPDUSize);
+ 1, maxNrOfMACdPDUSize, FALSE);
return offset;
}
@@ -14567,7 +14567,7 @@ static int
dissect_nbap_E_DCH_LogicalChannelInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_LogicalChannelInformation, E_DCH_LogicalChannelInformation_sequence_of,
- 1, maxNoOfLogicalChannels);
+ 1, maxNoOfLogicalChannels, FALSE);
return offset;
}
@@ -14605,7 +14605,7 @@ static int
dissect_nbap_E_DCH_MACdFlow_Specific_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdFlow_Specific_InfoList, E_DCH_MACdFlow_Specific_InfoList_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -14691,7 +14691,7 @@ static int
dissect_nbap_E_DCH_MACdFlow_Specific_InformationResp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdFlow_Specific_InformationResp, E_DCH_MACdFlow_Specific_InformationResp_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -14721,7 +14721,7 @@ static int
dissect_nbap_E_DCH_MACdPDU_SizeToModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdPDU_SizeToModifyList, E_DCH_MACdPDU_SizeToModifyList_sequence_of,
- 0, maxNrOfMACdPDUSize);
+ 0, maxNrOfMACdPDUSize, FALSE);
return offset;
}
@@ -14755,7 +14755,7 @@ static int
dissect_nbap_E_DCH_LogicalChannelToModify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_LogicalChannelToModify, E_DCH_LogicalChannelToModify_sequence_of,
- 1, maxNoOfLogicalChannels);
+ 1, maxNoOfLogicalChannels, FALSE);
return offset;
}
@@ -14784,7 +14784,7 @@ static int
dissect_nbap_E_DCH_LogicalChannelToDelete(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_LogicalChannelToDelete, E_DCH_LogicalChannelToDelete_sequence_of,
- 1, maxNoOfLogicalChannels);
+ 1, maxNoOfLogicalChannels, FALSE);
return offset;
}
@@ -14824,7 +14824,7 @@ static int
dissect_nbap_E_DCH_MACdFlow_Specific_InfoList_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdFlow_Specific_InfoList_to_Modify, E_DCH_MACdFlow_Specific_InfoList_to_Modify_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -14889,7 +14889,7 @@ static int
dissect_nbap_E_DCH_MACdFlow_Specific_UpdateInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdFlow_Specific_UpdateInformation, E_DCH_MACdFlow_Specific_UpdateInformation_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -14934,7 +14934,7 @@ static int
dissect_nbap_E_DCH_DL_Control_Channel_Change_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_DL_Control_Channel_Change_Information, E_DCH_DL_Control_Channel_Change_Information_sequence_of,
- 1, maxNrOfEDCHRLs);
+ 1, maxNrOfEDCHRLs, FALSE);
return offset;
}
@@ -14963,7 +14963,7 @@ static int
dissect_nbap_E_DCH_DL_Control_Channel_Grant_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_DL_Control_Channel_Grant_Information, E_DCH_DL_Control_Channel_Grant_Information_sequence_of,
- 1, maxNrOfEDCHRLs);
+ 1, maxNrOfEDCHRLs, FALSE);
return offset;
}
@@ -15024,7 +15024,7 @@ static int
dissect_nbap_E_DCH_MACdFlows_to_Delete(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdFlows_to_Delete, E_DCH_MACdFlows_to_Delete_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -15110,7 +15110,7 @@ static int
dissect_nbap_E_DCH_RL_InformationList_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_RL_InformationList_Rsp, E_DCH_RL_InformationList_Rsp_sequence_of,
- 0, maxNrOfRLs);
+ 0, maxNrOfRLs, FALSE);
return offset;
}
@@ -15227,7 +15227,7 @@ static int
dissect_nbap_EDCH_RACH_Report_Value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_EDCH_RACH_Report_Value, EDCH_RACH_Report_Value_sequence_of,
- 1, maxNrOfCommonEDCH);
+ 1, maxNrOfCommonEDCH, FALSE);
return offset;
}
@@ -15265,7 +15265,7 @@ static int
dissect_nbap_E_DCH_MACdFlows_to_DeleteLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdFlows_to_DeleteLCR, E_DCH_MACdFlows_to_DeleteLCR_sequence_of,
- 1, maxNrOfEDCHMACdFlowsLCR);
+ 1, maxNrOfEDCHMACdFlowsLCR, FALSE);
return offset;
}
@@ -15366,7 +15366,7 @@ static int
dissect_nbap_E_RGCH_E_HICH_FDD_Code_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_RGCH_E_HICH_FDD_Code_List, E_RGCH_E_HICH_FDD_Code_List_sequence_of,
- 1, maxNrOfE_RGCHs_E_HICHs);
+ 1, maxNrOfE_RGCHs_E_HICHs, FALSE);
return offset;
}
@@ -15454,7 +15454,7 @@ static int
dissect_nbap_E_DCHProvidedBitRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCHProvidedBitRate, E_DCHProvidedBitRate_sequence_of,
- 1, maxNrOfPriorityClasses);
+ 1, maxNrOfPriorityClasses, FALSE);
return offset;
}
@@ -15588,7 +15588,7 @@ static int
dissect_nbap_E_DCH_MACdFlows_Information_TDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_MACdFlows_Information_TDD, E_DCH_MACdFlows_Information_TDD_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -15756,7 +15756,7 @@ static int
dissect_nbap_E_DCH_TDD_MACdFlow_Specific_InformationResp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_TDD_MACdFlow_Specific_InformationResp, E_DCH_TDD_MACdFlow_Specific_InformationResp_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -15785,7 +15785,7 @@ static int
dissect_nbap_E_AGCH_Specific_InformationRespListTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_Specific_InformationRespListTDD, E_AGCH_Specific_InformationRespListTDD_sequence_of,
- 1, maxNrOfEAGCHCodes);
+ 1, maxNrOfEAGCHCodes, FALSE);
return offset;
}
@@ -15825,7 +15825,7 @@ static int
dissect_nbap_Scheduled_E_HICH_Specific_Information_ResponseLCRTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Scheduled_E_HICH_Specific_Information_ResponseLCRTDD, Scheduled_E_HICH_Specific_Information_ResponseLCRTDD_sequence_of,
- 1, maxNrOfEHICHCodes);
+ 1, maxNrOfEHICHCodes, FALSE);
return offset;
}
@@ -15901,7 +15901,7 @@ static int
dissect_nbap_E_DCH_TDD_Information_to_Modify_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_TDD_Information_to_Modify_List, E_DCH_TDD_Information_to_Modify_List_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -16448,7 +16448,7 @@ static int
dissect_nbap_FDD_DL_CodeInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FDD_DL_CodeInformation, FDD_DL_CodeInformation_sequence_of,
- 1, maxNrOfCodes);
+ 1, maxNrOfCodes, FALSE);
return offset;
}
@@ -17221,7 +17221,7 @@ static int
dissect_nbap_Ganss_Sat_Info_AddNavList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Ganss_Sat_Info_AddNavList, Ganss_Sat_Info_AddNavList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -17330,7 +17330,7 @@ static int
dissect_nbap_GANSS_Additional_Time_Models(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_Additional_Time_Models, GANSS_Additional_Time_Models_sequence_of,
- 1, maxGANSS_1);
+ 1, maxGANSS_1, FALSE);
return offset;
}
@@ -17503,7 +17503,7 @@ static int
dissect_nbap_GANSS_SatelliteInformationKP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_SatelliteInformationKP, GANSS_SatelliteInformationKP_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -17559,7 +17559,7 @@ static int
dissect_nbap_GANSS_SAT_Info_Almanac_NAVkpList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_SAT_Info_Almanac_NAVkpList, GANSS_SAT_Info_Almanac_NAVkpList_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -17610,7 +17610,7 @@ static int
dissect_nbap_GANSS_SAT_Info_Almanac_REDkpList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_SAT_Info_Almanac_REDkpList, GANSS_SAT_Info_Almanac_REDkpList_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -17667,7 +17667,7 @@ static int
dissect_nbap_GANSS_SAT_Info_Almanac_MIDIkpList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_SAT_Info_Almanac_MIDIkpList, GANSS_SAT_Info_Almanac_MIDIkpList_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -17724,7 +17724,7 @@ static int
dissect_nbap_GANSS_SAT_Info_Almanac_GLOkpList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_SAT_Info_Almanac_GLOkpList, GANSS_SAT_Info_Almanac_GLOkpList_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -17787,7 +17787,7 @@ static int
dissect_nbap_GANSS_SAT_Info_Almanac_SBASecefList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_SAT_Info_Almanac_SBASecefList, GANSS_SAT_Info_Almanac_SBASecefList_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -17878,7 +17878,7 @@ static int
dissect_nbap_GANSS_AuxInfoGANSS_ID1(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_AuxInfoGANSS_ID1, GANSS_AuxInfoGANSS_ID1_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -17919,7 +17919,7 @@ static int
dissect_nbap_GANSS_AuxInfoGANSS_ID3(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_AuxInfoGANSS_ID3, GANSS_AuxInfoGANSS_ID3_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -18010,7 +18010,7 @@ static int
dissect_nbap_GANSS_Clock_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_Clock_Model, GANSS_Clock_Model_sequence_of,
- 1, maxGANSSClockMod);
+ 1, maxGANSSClockMod, FALSE);
return offset;
}
@@ -18189,7 +18189,7 @@ static int
dissect_nbap_GANSS_DataBitAssistanceSgnList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_DataBitAssistanceSgnList, GANSS_DataBitAssistanceSgnList_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -18219,7 +18219,7 @@ static int
dissect_nbap_GANSS_DataBitAssistanceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_DataBitAssistanceList, GANSS_DataBitAssistanceList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -18259,7 +18259,7 @@ static int
dissect_nbap_T_ganss_SatelliteInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_T_ganss_SatelliteInfo, T_ganss_SatelliteInfo_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -18393,7 +18393,7 @@ static int
dissect_nbap_GANSS_GenericDataInfoReqList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_GenericDataInfoReqList, GANSS_GenericDataInfoReqList_sequence_of,
- 1, maxNoGANSS);
+ 1, maxNoGANSS, FALSE);
return offset;
}
@@ -18491,7 +18491,7 @@ static int
dissect_nbap_GANSS_Sat_Info_Nav(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_Sat_Info_Nav, GANSS_Sat_Info_Nav_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -18560,7 +18560,7 @@ static int
dissect_nbap_GANSS_Real_Time_Integrity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_Real_Time_Integrity, GANSS_Real_Time_Integrity_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -18596,7 +18596,7 @@ static int
dissect_nbap_GANSS_Generic_Data(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GANSS_Generic_Data, GANSS_Generic_Data_sequence_of,
- 1, maxNoGANSS);
+ 1, maxNoGANSS, FALSE);
return offset;
}
@@ -18701,7 +18701,7 @@ static int
dissect_nbap_SAT_Info_Almanac(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SAT_Info_Almanac, SAT_Info_Almanac_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -18761,7 +18761,7 @@ static int
dissect_nbap_GPS_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GPS_Information, GPS_Information_sequence_of,
- 0, maxNoGPSItems);
+ 0, maxNoGPSItems, FALSE);
return offset;
}
@@ -18790,7 +18790,7 @@ static int
dissect_nbap_SATInfo_RealTime_Integrity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SATInfo_RealTime_Integrity, SATInfo_RealTime_Integrity_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -18911,7 +18911,7 @@ static int
dissect_nbap_GPS_NavigationModel_and_TimeRecovery(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_GPS_NavigationModel_and_TimeRecovery, GPS_NavigationModel_and_TimeRecovery_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -19123,7 +19123,7 @@ static int
dissect_nbap_HARQ_MemoryPartitioningList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HARQ_MemoryPartitioningList, HARQ_MemoryPartitioningList_sequence_of,
- 1, maxNrOfHARQProcesses);
+ 1, maxNrOfHARQProcesses, FALSE);
return offset;
}
@@ -19174,7 +19174,7 @@ static int
dissect_nbap_HARQ_MemoryPartitioningInfoExtForMIMO(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HARQ_MemoryPartitioningInfoExtForMIMO, HARQ_MemoryPartitioningInfoExtForMIMO_sequence_of,
- 4, 8);
+ 4, 8, FALSE);
return offset;
}
@@ -19261,7 +19261,7 @@ static int
dissect_nbap_HS_DSCHProvidedBitRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_DSCHProvidedBitRate, HS_DSCHProvidedBitRate_sequence_of,
- 1, maxNrOfPriorityClasses);
+ 1, maxNrOfPriorityClasses, FALSE);
return offset;
}
@@ -19291,7 +19291,7 @@ static int
dissect_nbap_HS_DSCHProvidedBitRateValueInformation_For_CellPortion(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_DSCHProvidedBitRateValueInformation_For_CellPortion, HS_DSCHProvidedBitRateValueInformation_For_CellPortion_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -19341,7 +19341,7 @@ static int
dissect_nbap_HS_DSCHRequiredPowerPerUEInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_DSCHRequiredPowerPerUEInformation, HS_DSCHRequiredPowerPerUEInformation_sequence_of,
- 1, maxNrOfContextsOnUeList);
+ 1, maxNrOfContextsOnUeList, FALSE);
return offset;
}
@@ -19372,7 +19372,7 @@ static int
dissect_nbap_HS_DSCHRequiredPower(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_DSCHRequiredPower, HS_DSCHRequiredPower_sequence_of,
- 1, maxNrOfPriorityClasses);
+ 1, maxNrOfPriorityClasses, FALSE);
return offset;
}
@@ -19402,7 +19402,7 @@ static int
dissect_nbap_HS_DSCHRequiredPowerValueInformation_For_CellPortion(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_DSCHRequiredPowerValueInformation_For_CellPortion, HS_DSCHRequiredPowerValueInformation_For_CellPortion_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -19566,7 +19566,7 @@ static int
dissect_nbap_HSSCCH_Specific_InformationRespListFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSSCCH_Specific_InformationRespListFDD, HSSCCH_Specific_InformationRespListFDD_sequence_of,
- 1, maxNrOfHSSCCHCodes);
+ 1, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -19625,7 +19625,7 @@ static int
dissect_nbap_HSDSCH_MACdFlow_Specific_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_MACdFlow_Specific_InfoList, HSDSCH_MACdFlow_Specific_InfoList_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -19675,7 +19675,7 @@ static int
dissect_nbap_MACdPDU_Size_Indexlist(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MACdPDU_Size_Indexlist, MACdPDU_Size_Indexlist_sequence_of,
- 1, maxNrOfMACdPDUIndexes);
+ 1, maxNrOfMACdPDUIndexes, FALSE);
return offset;
}
@@ -19728,7 +19728,7 @@ static int
dissect_nbap_PriorityQueue_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PriorityQueue_InfoList, PriorityQueue_InfoList_sequence_of,
- 1, maxNrOfPriorityQueues);
+ 1, maxNrOfPriorityQueues, FALSE);
return offset;
}
@@ -19875,7 +19875,7 @@ static int
dissect_nbap_HSDSCH_MACdFlow_Specific_InfoList_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_MACdFlow_Specific_InfoList_to_Modify, HSDSCH_MACdFlow_Specific_InfoList_to_Modify_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -19928,7 +19928,7 @@ static int
dissect_nbap_MACdPDU_Size_Indexlist_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MACdPDU_Size_Indexlist_to_Modify, MACdPDU_Size_Indexlist_to_Modify_sequence_of,
- 1, maxNrOfMACdPDUIndexes);
+ 1, maxNrOfMACdPDUIndexes, FALSE);
return offset;
}
@@ -19987,7 +19987,7 @@ static int
dissect_nbap_PriorityQueue_InfoList_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PriorityQueue_InfoList_to_Modify, PriorityQueue_InfoList_to_Modify_sequence_of,
- 1, maxNrOfPriorityQueues);
+ 1, maxNrOfPriorityQueues, FALSE);
return offset;
}
@@ -20093,7 +20093,7 @@ static int
dissect_nbap_PriorityQueue_InfoList_to_Modify_Unsynchronised(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PriorityQueue_InfoList_to_Modify_Unsynchronised, PriorityQueue_InfoList_to_Modify_Unsynchronised_sequence_of,
- 1, maxNrOfPriorityQueues);
+ 1, maxNrOfPriorityQueues, FALSE);
return offset;
}
@@ -20146,7 +20146,7 @@ static int
dissect_nbap_HSDSCH_MACdFlow_Specific_InformationResp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_MACdFlow_Specific_InformationResp, HSDSCH_MACdFlow_Specific_InformationResp_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -20440,7 +20440,7 @@ static int
dissect_nbap_Paging_MACFlow_PriorityQueue_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Paging_MACFlow_PriorityQueue_Information, Paging_MACFlow_PriorityQueue_Information_sequence_of,
- 1, maxNrOfpagingMACQueues);
+ 1, maxNrOfpagingMACQueues, FALSE);
return offset;
}
@@ -20476,7 +20476,7 @@ static int
dissect_nbap_Paging_MACFlow_Specific_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Paging_MACFlow_Specific_Information, Paging_MACFlow_Specific_Information_sequence_of,
- 1, maxNrOfPagingMACFlow);
+ 1, maxNrOfPagingMACFlow, FALSE);
return offset;
}
@@ -20525,7 +20525,7 @@ static int
dissect_nbap_Transport_Block_Size_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Transport_Block_Size_List, Transport_Block_Size_List_sequence_of,
- 1, maxNrOfHS_DSCHTBSsE_PCH);
+ 1, maxNrOfHS_DSCHTBSsE_PCH, FALSE);
return offset;
}
@@ -20586,7 +20586,7 @@ static int
dissect_nbap_HSDSCH_Paging_System_Information_ResponseFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_Paging_System_Information_ResponseFDD, HSDSCH_Paging_System_Information_ResponseFDD_sequence_of,
- 1, maxNrOfPagingMACFlow);
+ 1, maxNrOfPagingMACFlow, FALSE);
return offset;
}
@@ -20646,7 +20646,7 @@ static int
dissect_nbap_HSSCCH_Specific_InformationRespListTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSSCCH_Specific_InformationRespListTDD, HSSCCH_Specific_InformationRespListTDD_sequence_of,
- 1, maxNrOfHSSCCHCodes);
+ 1, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -20697,7 +20697,7 @@ static int
dissect_nbap_HSSCCH_Specific_InformationRespListTDDLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSSCCH_Specific_InformationRespListTDDLCR, HSSCCH_Specific_InformationRespListTDDLCR_sequence_of,
- 1, maxNrOfHSSCCHCodes);
+ 1, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -20744,7 +20744,7 @@ static int
dissect_nbap_HSDSCH_MACdFlows_to_Delete(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_MACdFlows_to_Delete, HSDSCH_MACdFlows_to_Delete_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -20783,7 +20783,7 @@ static int
dissect_nbap_HS_SCCH_PreconfiguredCodes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_PreconfiguredCodes, HS_SCCH_PreconfiguredCodes_sequence_of,
- 1, maxNrOfHSSCCHCodes);
+ 1, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -20814,7 +20814,7 @@ static int
dissect_nbap_SetsOfHS_SCCH_Codes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SetsOfHS_SCCH_Codes, SetsOfHS_SCCH_Codes_sequence_of,
- 1, maxNrOfHSDSCH);
+ 1, maxNrOfHSDSCH, FALSE);
return offset;
}
@@ -20915,7 +20915,7 @@ static int
dissect_nbap_SecondaryServingCells(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SecondaryServingCells, SecondaryServingCells_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -20999,7 +20999,7 @@ static int
dissect_nbap_HSSCCH_Specific_InformationRespListTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSSCCH_Specific_InformationRespListTDD768, HSSCCH_Specific_InformationRespListTDD768_sequence_of,
- 1, maxNrOfHSSCCHCodes);
+ 1, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -21126,7 +21126,7 @@ static int
dissect_nbap_HS_SCCH_FDD_Code_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_FDD_Code_List, HS_SCCH_FDD_Code_List_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -21453,7 +21453,7 @@ static int
dissect_nbap_HSSCCH_Specific_InformationRespListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSSCCH_Specific_InformationRespListLCR, HSSCCH_Specific_InformationRespListLCR_sequence_of,
- 1, maxNrOfHSSCCHsLCR);
+ 1, maxNrOfHSSCCHsLCR, FALSE);
return offset;
}
@@ -21507,7 +21507,7 @@ static int
dissect_nbap_Paging_MACFlow_Specific_InformationLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Paging_MACFlow_Specific_InformationLCR, Paging_MACFlow_Specific_InformationLCR_sequence_of,
- 1, maxNrOfPagingMACFlow);
+ 1, maxNrOfPagingMACFlow, FALSE);
return offset;
}
@@ -21590,7 +21590,7 @@ static int
dissect_nbap_HSDSCH_Paging_System_Information_ResponseLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_Paging_System_Information_ResponseLCR, HSDSCH_Paging_System_Information_ResponseLCR_sequence_of,
- 1, maxNrOfPagingMACFlow);
+ 1, maxNrOfPagingMACFlow, FALSE);
return offset;
}
@@ -22438,7 +22438,7 @@ static int
dissect_nbap_MessageStructure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MessageStructure, MessageStructure_sequence_of,
- 1, maxNrOfLevels);
+ 1, maxNrOfLevels, FALSE);
return offset;
}
@@ -22768,7 +22768,7 @@ static int
dissect_nbap_MultipleFreq_HSPDSCH_InformationList_ResponseTDDLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleFreq_HSPDSCH_InformationList_ResponseTDDLCR, MultipleFreq_HSPDSCH_InformationList_ResponseTDDLCR_sequence_of,
- 1, maxHSDPAFrequency_1);
+ 1, maxHSDPAFrequency_1, FALSE);
return offset;
}
@@ -22813,7 +22813,7 @@ static int
dissect_nbap_Possible_Secondary_Serving_Cell_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Possible_Secondary_Serving_Cell_List, Possible_Secondary_Serving_Cell_List_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -22999,7 +22999,7 @@ static int
dissect_nbap_NeighbouringCellMeasurementInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_NeighbouringCellMeasurementInformation, NeighbouringCellMeasurementInformation_sequence_of,
- 1, maxNrOfMeasNCell);
+ 1, maxNrOfMeasNCell, FALSE);
return offset;
}
@@ -23061,7 +23061,7 @@ static int
dissect_nbap_NI_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_NI_Information, NI_Information_sequence_of,
- 1, maxNrOfNIs);
+ 1, maxNrOfNIs, FALSE);
return offset;
}
@@ -23207,7 +23207,7 @@ static int
dissect_nbap_Paging_MACFlows_to_DeleteFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Paging_MACFlows_to_DeleteFDD, Paging_MACFlows_to_DeleteFDD_sequence_of,
- 1, maxNrOfPagingMACFlow);
+ 1, maxNrOfPagingMACFlow, FALSE);
return offset;
}
@@ -23404,7 +23404,7 @@ static int
dissect_nbap_Paging_MACFlows_to_DeleteLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Paging_MACFlows_to_DeleteLCR, Paging_MACFlows_to_DeleteLCR_sequence_of,
- 1, maxNrOfPagingMACFlow);
+ 1, maxNrOfPagingMACFlow, FALSE);
return offset;
}
@@ -23463,7 +23463,7 @@ static int
dissect_nbap_RL_Specific_DCH_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_Specific_DCH_Info, RL_Specific_DCH_Info_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -23494,7 +23494,7 @@ static int
dissect_nbap_RL_Specific_E_DCH_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_Specific_E_DCH_Information, RL_Specific_E_DCH_Information_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -24084,7 +24084,7 @@ static int
dissect_nbap_Received_total_wide_band_power_For_CellPortion_Value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Received_total_wide_band_power_For_CellPortion_Value, Received_total_wide_band_power_For_CellPortion_Value_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -24125,7 +24125,7 @@ static int
dissect_nbap_Received_Scheduled_EDCH_Power_Share_For_CellPortion_Value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Received_Scheduled_EDCH_Power_Share_For_CellPortion_Value, Received_Scheduled_EDCH_Power_Share_For_CellPortion_Value_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -24334,7 +24334,7 @@ static int
dissect_nbap_SAT_Info_Almanac_ExtList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SAT_Info_Almanac_ExtList, SAT_Info_Almanac_ExtList_sequence_of,
- 1, maxNrOfSatAlmanac_maxNoSat);
+ 1, maxNrOfSatAlmanac_maxNoSat, FALSE);
return offset;
}
@@ -24626,7 +24626,7 @@ static int
dissect_nbap_T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation, T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_sequence_of,
- 1, maxNrOfMeasNCell);
+ 1, maxNrOfMeasNCell, FALSE);
return offset;
}
@@ -24655,7 +24655,7 @@ static int
dissect_nbap_T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation, T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_sequence_of,
- 0, maxNrOfMeasNCell_1);
+ 0, maxNrOfMeasNCell_1, FALSE);
return offset;
}
@@ -24915,7 +24915,7 @@ static int
dissect_nbap_SEQUENCE_SIZE_1_maxNrOfReceptsPerSyncFrame_OF_SynchronisationReportCharactCellSyncBurstInfoItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SEQUENCE_SIZE_1_maxNrOfReceptsPerSyncFrame_OF_SynchronisationReportCharactCellSyncBurstInfoItem, SEQUENCE_SIZE_1_maxNrOfReceptsPerSyncFrame_OF_SynchronisationReportCharactCellSyncBurstInfoItem_sequence_of,
- 1, maxNrOfReceptsPerSyncFrame);
+ 1, maxNrOfReceptsPerSyncFrame, FALSE);
return offset;
}
@@ -24945,7 +24945,7 @@ static int
dissect_nbap_SynchronisationReportCharactThreExc(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SynchronisationReportCharactThreExc, SynchronisationReportCharactThreExc_sequence_of,
- 1, maxNrOfCellSyncBursts);
+ 1, maxNrOfCellSyncBursts, FALSE);
return offset;
}
@@ -24992,7 +24992,7 @@ static int
dissect_nbap_SyncDLCodeInfoListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SyncDLCodeInfoListLCR, SyncDLCodeInfoListLCR_sequence_of,
- 1, maxNrOfSyncDLCodesLCR);
+ 1, maxNrOfSyncDLCodesLCR, FALSE);
return offset;
}
@@ -25022,7 +25022,7 @@ static int
dissect_nbap_SyncDLCodeIdThreInfoLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SyncDLCodeIdThreInfoLCR, SyncDLCodeIdThreInfoLCR_sequence_of,
- 0, maxNrOfSyncFramesLCR);
+ 0, maxNrOfSyncFramesLCR, FALSE);
return offset;
}
@@ -25202,7 +25202,7 @@ static int
dissect_nbap_TDD_UL_Code_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TDD_UL_Code_Information, TDD_UL_Code_Information_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -25275,7 +25275,7 @@ static int
dissect_nbap_TDD_UL_Code_LCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TDD_UL_Code_LCR_Information, TDD_UL_Code_LCR_Information_sequence_of,
- 1, maxNrOfDPCHLCRs);
+ 1, maxNrOfDPCHLCRs, FALSE);
return offset;
}
@@ -25305,7 +25305,7 @@ static int
dissect_nbap_TDD_UL_Code_768_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TDD_UL_Code_768_Information, TDD_UL_Code_768_Information_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -25574,7 +25574,7 @@ static int
dissect_nbap_Transmission_Gap_Pattern_Sequence_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Transmission_Gap_Pattern_Sequence_Information, Transmission_Gap_Pattern_Sequence_Information_sequence_of,
- 1, maxTGPS);
+ 1, maxTGPS, FALSE);
return offset;
}
@@ -25614,7 +25614,7 @@ static int
dissect_nbap_TransmittedCarrierPowerOfAllCodesNotUsedForHS_PDSCH_HS_SCCH_E_AGCH_E_RGCHOrE_HICHTransmissionCellPortionValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TransmittedCarrierPowerOfAllCodesNotUsedForHS_PDSCH_HS_SCCH_E_AGCH_E_RGCHOrE_HICHTransmissionCellPortionValue, TransmittedCarrierPowerOfAllCodesNotUsedForHS_PDSCH_HS_SCCH_E_AGCH_E_RGCHOrE_HICHTransmissionCellPortionValue_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -25644,7 +25644,7 @@ static int
dissect_nbap_Transmitted_Carrier_Power_For_CellPortion_Value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Transmitted_Carrier_Power_For_CellPortion_Value, Transmitted_Carrier_Power_For_CellPortion_Value_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -25741,7 +25741,7 @@ static int
dissect_nbap_TFCS_TFCSList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TFCS_TFCSList, TFCS_TFCSList_sequence_of,
- 1, maxNrOfTFCs);
+ 1, maxNrOfTFCs, FALSE);
return offset;
}
@@ -26103,7 +26103,7 @@ static int
dissect_nbap_UL_Timeslot_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_Information, UL_Timeslot_Information_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -26135,7 +26135,7 @@ static int
dissect_nbap_UL_TimeslotLCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_TimeslotLCR_Information, UL_TimeslotLCR_Information_sequence_of,
- 1, maxNrOfULTSLCRs);
+ 1, maxNrOfULTSLCRs, FALSE);
return offset;
}
@@ -26167,7 +26167,7 @@ static int
dissect_nbap_UL_Timeslot768_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot768_Information, UL_Timeslot768_Information_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -26259,7 +26259,7 @@ static int
dissect_nbap_UL_TimeSlot_ISCP_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_TimeSlot_ISCP_Info, UL_TimeSlot_ISCP_Info_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -26289,7 +26289,7 @@ static int
dissect_nbap_UL_TimeSlot_ISCP_LCR_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_TimeSlot_ISCP_LCR_Info, UL_TimeSlot_ISCP_LCR_Info_sequence_of,
- 1, maxNrOfULTSLCRs);
+ 1, maxNrOfULTSLCRs, FALSE);
return offset;
}
@@ -26357,7 +26357,7 @@ static int
dissect_nbap_USCH_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_USCH_Information, USCH_Information_sequence_of,
- 1, maxNrOfUSCHs);
+ 1, maxNrOfUSCHs, FALSE);
return offset;
}
@@ -26388,7 +26388,7 @@ static int
dissect_nbap_USCH_InformationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_USCH_InformationResponse, USCH_InformationResponse_sequence_of,
- 1, maxNrOfUSCHs);
+ 1, maxNrOfUSCHs, FALSE);
return offset;
}
@@ -26492,7 +26492,7 @@ static int
dissect_nbap_AllowedSlotFormatInformationList_CTCH_SetupRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_AllowedSlotFormatInformationList_CTCH_SetupRqstFDD, AllowedSlotFormatInformationList_CTCH_SetupRqstFDD_sequence_of,
- 1, maxNrOfSlotFormatsPRACH);
+ 1, maxNrOfSlotFormatsPRACH, FALSE);
return offset;
}
@@ -26601,7 +26601,7 @@ static int
dissect_nbap_FACH_ParametersListIE_CTCH_SetupRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FACH_ParametersListIE_CTCH_SetupRqstFDD, FACH_ParametersListIE_CTCH_SetupRqstFDD_sequence_of,
- 1, maxNrOfFACHs);
+ 1, maxNrOfFACHs, FALSE);
return offset;
}
@@ -26831,7 +26831,7 @@ static int
dissect_nbap_Secondary_CCPCH_parameterListIE_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_parameterListIE_CTCH_SetupRqstTDD, Secondary_CCPCH_parameterListIE_CTCH_SetupRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHs);
+ 1, maxNrOfSCCPCHs, FALSE);
return offset;
}
@@ -26868,7 +26868,7 @@ static int
dissect_nbap_Secondary_CCPCH_LCR_parameterList_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_LCR_parameterList_CTCH_SetupRqstTDD, Secondary_CCPCH_LCR_parameterList_CTCH_SetupRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHLCRs);
+ 1, maxNrOfSCCPCHLCRs, FALSE);
return offset;
}
@@ -26905,7 +26905,7 @@ static int
dissect_nbap_Secondary_CCPCH_768_parameterList_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_768_parameterList_CTCH_SetupRqstTDD, Secondary_CCPCH_768_parameterList_CTCH_SetupRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHs768);
+ 1, maxNrOfSCCPCHs768, FALSE);
return offset;
}
@@ -26938,7 +26938,7 @@ static int
dissect_nbap_FACH_ParametersListIE_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FACH_ParametersListIE_CTCH_SetupRqstTDD, FACH_ParametersListIE_CTCH_SetupRqstTDD_sequence_of,
- 1, maxNrOfFACHs);
+ 1, maxNrOfFACHs, FALSE);
return offset;
}
@@ -27165,7 +27165,7 @@ static int
dissect_nbap_TimeSlotConfigurationList_LCR_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeSlotConfigurationList_LCR_CTCH_SetupRqstTDD, TimeSlotConfigurationList_LCR_CTCH_SetupRqstTDD_sequence_of,
- 1, 7);
+ 1, 7, FALSE);
return offset;
}
@@ -27179,7 +27179,7 @@ static int
dissect_nbap_Secondary_CCPCH_parameterExtendedList_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_parameterExtendedList_CTCH_SetupRqstTDD, Secondary_CCPCH_parameterExtendedList_CTCH_SetupRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHsinExt);
+ 1, maxNrOfSCCPCHsinExt, FALSE);
return offset;
}
@@ -27193,7 +27193,7 @@ static int
dissect_nbap_Secondary_CCPCH_LCR_parameterExtendedList_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_LCR_parameterExtendedList_CTCH_SetupRqstTDD, Secondary_CCPCH_LCR_parameterExtendedList_CTCH_SetupRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHsLCRinExt);
+ 1, maxNrOfSCCPCHsLCRinExt, FALSE);
return offset;
}
@@ -27273,7 +27273,7 @@ static int
dissect_nbap_PRACH_LCR_ParametersList_CTCH_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PRACH_LCR_ParametersList_CTCH_SetupRqstTDD, PRACH_LCR_ParametersList_CTCH_SetupRqstTDD_sequence_of,
- 1, maxNrOfPRACHLCRs);
+ 1, maxNrOfPRACHLCRs, FALSE);
return offset;
}
@@ -27399,7 +27399,7 @@ static int
dissect_nbap_FACH_CommonTransportChannel_InformationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FACH_CommonTransportChannel_InformationResponse, FACH_CommonTransportChannel_InformationResponse_sequence_of,
- 1, maxNrOfFACHs);
+ 1, maxNrOfFACHs, FALSE);
return offset;
}
@@ -27563,7 +27563,7 @@ static int
dissect_nbap_FACH_ParametersListIE_CTCH_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FACH_ParametersListIE_CTCH_ReconfRqstFDD, FACH_ParametersListIE_CTCH_ReconfRqstFDD_sequence_of,
- 1, maxFACHCell);
+ 1, maxFACHCell, FALSE);
return offset;
}
@@ -27642,7 +27642,7 @@ static int
dissect_nbap_AllowedSlotFormatInformationList_CTCH_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_AllowedSlotFormatInformationList_CTCH_ReconfRqstFDD, AllowedSlotFormatInformationList_CTCH_ReconfRqstFDD_sequence_of,
- 1, maxNrOfSlotFormatsPRACH);
+ 1, maxNrOfSlotFormatsPRACH, FALSE);
return offset;
}
@@ -27674,7 +27674,7 @@ static int
dissect_nbap_PRACH_ParametersListIE_CTCH_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PRACH_ParametersListIE_CTCH_ReconfRqstFDD, PRACH_ParametersListIE_CTCH_ReconfRqstFDD_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -27704,7 +27704,7 @@ static int
dissect_nbap_AICH_ParametersListIE_CTCH_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_AICH_ParametersListIE_CTCH_ReconfRqstFDD, AICH_ParametersListIE_CTCH_ReconfRqstFDD_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -27774,7 +27774,7 @@ static int
dissect_nbap_Secondary_CCPCHListIE_CTCH_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCHListIE_CTCH_ReconfRqstTDD, Secondary_CCPCHListIE_CTCH_ReconfRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHs);
+ 1, maxNrOfSCCPCHs, FALSE);
return offset;
}
@@ -27788,7 +27788,7 @@ static int
dissect_nbap_Secondary_CCPCH_parameterExtendedList_CTCH_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_parameterExtendedList_CTCH_ReconfRqstTDD, Secondary_CCPCH_parameterExtendedList_CTCH_ReconfRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHsinExt);
+ 1, maxNrOfSCCPCHsinExt, FALSE);
return offset;
}
@@ -27802,7 +27802,7 @@ static int
dissect_nbap_Secondary_CCPCH_LCR_parameterExtendedList_CTCH_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_LCR_parameterExtendedList_CTCH_ReconfRqstTDD, Secondary_CCPCH_LCR_parameterExtendedList_CTCH_ReconfRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHsLCRinExt);
+ 1, maxNrOfSCCPCHsLCRinExt, FALSE);
return offset;
}
@@ -27849,7 +27849,7 @@ static int
dissect_nbap_FACH_ParametersList_CTCH_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FACH_ParametersList_CTCH_ReconfRqstTDD, FACH_ParametersList_CTCH_ReconfRqstTDD_sequence_of,
- 0, maxNrOfFACHs);
+ 0, maxNrOfFACHs, FALSE);
return offset;
}
@@ -27943,7 +27943,7 @@ static int
dissect_nbap_Secondary_CCPCH_768_List_CTCH_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Secondary_CCPCH_768_List_CTCH_ReconfRqstTDD, Secondary_CCPCH_768_List_CTCH_ReconfRqstTDD_sequence_of,
- 1, maxNrOfSCCPCHs768);
+ 1, maxNrOfSCCPCHs768, FALSE);
return offset;
}
@@ -28186,7 +28186,7 @@ static int
dissect_nbap_Cell_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Cell_InformationList_AuditRsp, Cell_InformationList_AuditRsp_sequence_of,
- 1, maxCellinNodeB);
+ 1, maxCellinNodeB, FALSE);
return offset;
}
@@ -28227,7 +28227,7 @@ static int
dissect_nbap_S_CPICH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CPICH_InformationList_AuditRsp, S_CPICH_InformationList_AuditRsp_sequence_of,
- 1, maxSCPICHCell);
+ 1, maxSCPICHCell, FALSE);
return offset;
}
@@ -28259,7 +28259,7 @@ static int
dissect_nbap_S_CCPCH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_InformationList_AuditRsp, S_CCPCH_InformationList_AuditRsp_sequence_of,
- 1, maxSCCPCHCell);
+ 1, maxSCCPCHCell, FALSE);
return offset;
}
@@ -28291,7 +28291,7 @@ static int
dissect_nbap_FACH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FACH_InformationList_AuditRsp, FACH_InformationList_AuditRsp_sequence_of,
- 1, maxFACHCell);
+ 1, maxFACHCell, FALSE);
return offset;
}
@@ -28305,7 +28305,7 @@ static int
dissect_nbap_PRACH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PRACH_InformationList_AuditRsp, PRACH_InformationList_AuditRsp_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -28319,7 +28319,7 @@ static int
dissect_nbap_RACH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RACH_InformationList_AuditRsp, RACH_InformationList_AuditRsp_sequence_of,
- 1, maxRACHCell);
+ 1, maxRACHCell, FALSE);
return offset;
}
@@ -28333,7 +28333,7 @@ static int
dissect_nbap_AICH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_AICH_InformationList_AuditRsp, AICH_InformationList_AuditRsp_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -28393,7 +28393,7 @@ static int
dissect_nbap_FPACH_LCR_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FPACH_LCR_InformationList_AuditRsp, FPACH_LCR_InformationList_AuditRsp_sequence_of,
- 1, maxFPACHCell);
+ 1, maxFPACHCell, FALSE);
return offset;
}
@@ -28423,7 +28423,7 @@ static int
dissect_nbap_S_CCPCH_InformationListExt_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_InformationListExt_AuditRsp, S_CCPCH_InformationListExt_AuditRsp_sequence_of,
- 1, maxSCCPCHCellinExt);
+ 1, maxSCCPCHCellinExt, FALSE);
return offset;
}
@@ -28437,7 +28437,7 @@ static int
dissect_nbap_S_CCPCH_LCR_InformationListExt_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_LCR_InformationListExt_AuditRsp, S_CCPCH_LCR_InformationListExt_AuditRsp_sequence_of,
- 1, maxSCCPCHCellinExtLCR);
+ 1, maxSCCPCHCellinExtLCR, FALSE);
return offset;
}
@@ -28467,7 +28467,7 @@ static int
dissect_nbap_PLCCH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PLCCH_InformationList_AuditRsp, PLCCH_InformationList_AuditRsp_sequence_of,
- 1, maxPLCCHCell);
+ 1, maxPLCCHCell, FALSE);
return offset;
}
@@ -28481,7 +28481,7 @@ static int
dissect_nbap_S_CCPCH_768_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_768_InformationList_AuditRsp, S_CCPCH_768_InformationList_AuditRsp_sequence_of,
- 1, maxSCCPCHCell768);
+ 1, maxSCCPCHCell768, FALSE);
return offset;
}
@@ -28495,7 +28495,7 @@ static int
dissect_nbap_PRACH_768_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PRACH_768_InformationList_AuditRsp, PRACH_768_InformationList_AuditRsp_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -28509,7 +28509,7 @@ static int
dissect_nbap_E_RUCCH_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_RUCCH_InformationList_AuditRsp, E_RUCCH_InformationList_AuditRsp_sequence_of,
- 1, maxE_RUCCHCell);
+ 1, maxE_RUCCHCell, FALSE);
return offset;
}
@@ -28523,7 +28523,7 @@ static int
dissect_nbap_E_RUCCH_768_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_RUCCH_768_InformationList_AuditRsp, E_RUCCH_768_InformationList_AuditRsp_sequence_of,
- 1, maxE_RUCCHCell);
+ 1, maxE_RUCCHCell, FALSE);
return offset;
}
@@ -28537,7 +28537,7 @@ static int
dissect_nbap_Cell_Frequency_List_Information_LCR_MulFreq_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Cell_Frequency_List_Information_LCR_MulFreq_AuditRsp, Cell_Frequency_List_Information_LCR_MulFreq_AuditRsp_sequence_of,
- 1, maxFrequencyinCell);
+ 1, maxFrequencyinCell, FALSE);
return offset;
}
@@ -28568,7 +28568,7 @@ static int
dissect_nbap_UPPCH_LCR_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UPPCH_LCR_InformationList_AuditRsp, UPPCH_LCR_InformationList_AuditRsp_sequence_of,
- 1, maxFrequencyinCell);
+ 1, maxFrequencyinCell, FALSE);
return offset;
}
@@ -28600,7 +28600,7 @@ static int
dissect_nbap_MultipleFreq_HS_DSCH_Resources_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleFreq_HS_DSCH_Resources_InformationList_AuditRsp, MultipleFreq_HS_DSCH_Resources_InformationList_AuditRsp_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -28614,7 +28614,7 @@ static int
dissect_nbap_MultipleFreq_E_DCH_Resources_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleFreq_E_DCH_Resources_InformationList_AuditRsp, MultipleFreq_E_DCH_Resources_InformationList_AuditRsp_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -28628,7 +28628,7 @@ static int
dissect_nbap_CCP_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CCP_InformationList_AuditRsp, CCP_InformationList_AuditRsp_sequence_of,
- 1, maxCCPinNodeB);
+ 1, maxCCPinNodeB, FALSE);
return offset;
}
@@ -28659,7 +28659,7 @@ static int
dissect_nbap_Local_Cell_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Local_Cell_InformationList_AuditRsp, Local_Cell_InformationList_AuditRsp_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -28696,7 +28696,7 @@ static int
dissect_nbap_Local_Cell_Group_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Local_Cell_Group_InformationList_AuditRsp, Local_Cell_Group_InformationList_AuditRsp_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -28729,7 +28729,7 @@ static int
dissect_nbap_Power_Local_Cell_Group_InformationList_AuditRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Power_Local_Cell_Group_InformationList_AuditRsp, Power_Local_Cell_Group_InformationList_AuditRsp_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -29234,7 +29234,7 @@ static int
dissect_nbap_SecondaryCPICH_InformationList_Cell_SetupRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SecondaryCPICH_InformationList_Cell_SetupRqstFDD, SecondaryCPICH_InformationList_Cell_SetupRqstFDD_sequence_of,
- 1, maxSCPICHCell);
+ 1, maxSCPICHCell, FALSE);
return offset;
}
@@ -29332,7 +29332,7 @@ static int
dissect_nbap_CellPortion_InformationList_Cell_SetupRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellPortion_InformationList_Cell_SetupRqstFDD, CellPortion_InformationList_Cell_SetupRqstFDD_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -29494,7 +29494,7 @@ static int
dissect_nbap_TimeSlotConfigurationList_Cell_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeSlotConfigurationList_Cell_SetupRqstTDD, TimeSlotConfigurationList_Cell_SetupRqstTDD_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -29525,7 +29525,7 @@ static int
dissect_nbap_TimeSlotConfigurationList_LCR_Cell_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeSlotConfigurationList_LCR_Cell_SetupRqstTDD, TimeSlotConfigurationList_LCR_Cell_SetupRqstTDD_sequence_of,
- 1, 7);
+ 1, 7, FALSE);
return offset;
}
@@ -29663,7 +29663,7 @@ static int
dissect_nbap_Cell_Frequency_List_LCR_MulFreq_Cell_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Cell_Frequency_List_LCR_MulFreq_Cell_SetupRqstTDD, Cell_Frequency_List_LCR_MulFreq_Cell_SetupRqstTDD_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -29787,7 +29787,7 @@ static int
dissect_nbap_SecondaryCPICH_InformationList_Cell_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SecondaryCPICH_InformationList_Cell_ReconfRqstFDD, SecondaryCPICH_InformationList_Cell_ReconfRqstFDD_sequence_of,
- 1, maxSCPICHCell);
+ 1, maxSCPICHCell, FALSE);
return offset;
}
@@ -29864,7 +29864,7 @@ static int
dissect_nbap_CellPortion_InformationList_Cell_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellPortion_InformationList_Cell_ReconfRqstFDD, CellPortion_InformationList_Cell_ReconfRqstFDD_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -29958,7 +29958,7 @@ static int
dissect_nbap_TimeSlotConfigurationList_Cell_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeSlotConfigurationList_Cell_ReconfRqstTDD, TimeSlotConfigurationList_Cell_ReconfRqstTDD_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -29989,7 +29989,7 @@ static int
dissect_nbap_TimeSlotConfigurationList_LCR_Cell_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeSlotConfigurationList_LCR_Cell_ReconfRqstTDD, TimeSlotConfigurationList_LCR_Cell_ReconfRqstTDD_sequence_of,
- 1, 7);
+ 1, 7, FALSE);
return offset;
}
@@ -30115,7 +30115,7 @@ static int
dissect_nbap_Cell_Frequency_ModifyList_LCR_MulFreq_Cell_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Cell_Frequency_ModifyList_LCR_MulFreq_Cell_ReconfRqstTDD, Cell_Frequency_ModifyList_LCR_MulFreq_Cell_ReconfRqstTDD_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -30243,7 +30243,7 @@ static int
dissect_nbap_Local_Cell_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Local_Cell_InformationList_ResourceStatusInd, Local_Cell_InformationList_ResourceStatusInd_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -30257,7 +30257,7 @@ static int
dissect_nbap_Local_Cell_Group_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Local_Cell_Group_InformationList_ResourceStatusInd, Local_Cell_Group_InformationList_ResourceStatusInd_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -30287,7 +30287,7 @@ static int
dissect_nbap_Local_Cell_InformationList2_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Local_Cell_InformationList2_ResourceStatusInd, Local_Cell_InformationList2_ResourceStatusInd_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -30301,7 +30301,7 @@ static int
dissect_nbap_Local_Cell_Group_InformationList2_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Local_Cell_Group_InformationList2_ResourceStatusInd, Local_Cell_Group_InformationList2_ResourceStatusInd_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -30315,7 +30315,7 @@ static int
dissect_nbap_CCP_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CCP_InformationList_ResourceStatusInd, CCP_InformationList_ResourceStatusInd_sequence_of,
- 1, maxCCPinNodeB);
+ 1, maxCCPinNodeB, FALSE);
return offset;
}
@@ -30329,7 +30329,7 @@ static int
dissect_nbap_Cell_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Cell_InformationList_ResourceStatusInd, Cell_InformationList_ResourceStatusInd_sequence_of,
- 1, maxCellinNodeB);
+ 1, maxCellinNodeB, FALSE);
return offset;
}
@@ -30426,7 +30426,7 @@ static int
dissect_nbap_Power_Local_Cell_Group_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Power_Local_Cell_Group_InformationList_ResourceStatusInd, Power_Local_Cell_Group_InformationList_ResourceStatusInd_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -30541,7 +30541,7 @@ static int
dissect_nbap_S_CPICH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CPICH_InformationList_ResourceStatusInd, S_CPICH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxSCPICHCell);
+ 1, maxSCPICHCell, FALSE);
return offset;
}
@@ -30573,7 +30573,7 @@ static int
dissect_nbap_S_CCPCH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_InformationList_ResourceStatusInd, S_CCPCH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxSCCPCHCell);
+ 1, maxSCCPCHCell, FALSE);
return offset;
}
@@ -30605,7 +30605,7 @@ static int
dissect_nbap_FACH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FACH_InformationList_ResourceStatusInd, FACH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxFACHCell);
+ 1, maxFACHCell, FALSE);
return offset;
}
@@ -30619,7 +30619,7 @@ static int
dissect_nbap_PRACH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PRACH_InformationList_ResourceStatusInd, PRACH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -30633,7 +30633,7 @@ static int
dissect_nbap_RACH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RACH_InformationList_ResourceStatusInd, RACH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -30647,7 +30647,7 @@ static int
dissect_nbap_AICH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_AICH_InformationList_ResourceStatusInd, AICH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -30705,7 +30705,7 @@ static int
dissect_nbap_FPACH_LCR_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_FPACH_LCR_InformationList_ResourceStatusInd, FPACH_LCR_InformationList_ResourceStatusInd_sequence_of,
- 1, maxFPACHCell);
+ 1, maxFPACHCell, FALSE);
return offset;
}
@@ -30744,7 +30744,7 @@ static int
dissect_nbap_S_CCPCH_InformationListExt_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_InformationListExt_ResourceStatusInd, S_CCPCH_InformationListExt_ResourceStatusInd_sequence_of,
- 1, maxSCCPCHCellinExt);
+ 1, maxSCCPCHCellinExt, FALSE);
return offset;
}
@@ -30758,7 +30758,7 @@ static int
dissect_nbap_S_CCPCH_LCR_InformationListExt_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_LCR_InformationListExt_ResourceStatusInd, S_CCPCH_LCR_InformationListExt_ResourceStatusInd_sequence_of,
- 1, maxSCCPCHCellinExtLCR);
+ 1, maxSCCPCHCellinExtLCR, FALSE);
return offset;
}
@@ -30788,7 +30788,7 @@ static int
dissect_nbap_PLCCH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PLCCH_InformationList_ResourceStatusInd, PLCCH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxPLCCHCell);
+ 1, maxPLCCHCell, FALSE);
return offset;
}
@@ -30802,7 +30802,7 @@ static int
dissect_nbap_S_CCPCH_768_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_S_CCPCH_768_InformationList_ResourceStatusInd, S_CCPCH_768_InformationList_ResourceStatusInd_sequence_of,
- 1, maxSCCPCHCell768);
+ 1, maxSCCPCHCell768, FALSE);
return offset;
}
@@ -30816,7 +30816,7 @@ static int
dissect_nbap_PRACH_768_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PRACH_768_InformationList_ResourceStatusInd, PRACH_768_InformationList_ResourceStatusInd_sequence_of,
- 1, maxPRACHCell);
+ 1, maxPRACHCell, FALSE);
return offset;
}
@@ -30830,7 +30830,7 @@ static int
dissect_nbap_E_RUCCH_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_RUCCH_InformationList_ResourceStatusInd, E_RUCCH_InformationList_ResourceStatusInd_sequence_of,
- 1, maxE_RUCCHCell);
+ 1, maxE_RUCCHCell, FALSE);
return offset;
}
@@ -30844,7 +30844,7 @@ static int
dissect_nbap_E_RUCCH_768_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_RUCCH_768_InformationList_ResourceStatusInd, E_RUCCH_768_InformationList_ResourceStatusInd_sequence_of,
- 1, maxE_RUCCHCell);
+ 1, maxE_RUCCHCell, FALSE);
return offset;
}
@@ -30858,7 +30858,7 @@ static int
dissect_nbap_Cell_Frequency_List_Information_LCR_MulFreq_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Cell_Frequency_List_Information_LCR_MulFreq_ResourceStatusInd, Cell_Frequency_List_Information_LCR_MulFreq_ResourceStatusInd_sequence_of,
- 1, maxFrequencyinCell);
+ 1, maxFrequencyinCell, FALSE);
return offset;
}
@@ -30890,7 +30890,7 @@ static int
dissect_nbap_UPPCH_LCR_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UPPCH_LCR_InformationList_ResourceStatusInd, UPPCH_LCR_InformationList_ResourceStatusInd_sequence_of,
- 1, maxFrequencyinCell);
+ 1, maxFrequencyinCell, FALSE);
return offset;
}
@@ -30922,7 +30922,7 @@ static int
dissect_nbap_MultipleFreq_HS_DSCH_Resources_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleFreq_HS_DSCH_Resources_InformationList_ResourceStatusInd, MultipleFreq_HS_DSCH_Resources_InformationList_ResourceStatusInd_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -30936,7 +30936,7 @@ static int
dissect_nbap_Power_Local_Cell_Group_InformationList2_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Power_Local_Cell_Group_InformationList2_ResourceStatusInd, Power_Local_Cell_Group_InformationList2_ResourceStatusInd_sequence_of,
- 1, maxLocalCellinNodeB);
+ 1, maxLocalCellinNodeB, FALSE);
return offset;
}
@@ -30966,7 +30966,7 @@ static int
dissect_nbap_MultipleFreq_E_DCH_Resources_InformationList_ResourceStatusInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleFreq_E_DCH_Resources_InformationList_ResourceStatusInd, MultipleFreq_E_DCH_Resources_InformationList_ResourceStatusInd_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -31060,7 +31060,7 @@ static int
dissect_nbap_MIB_SB_SIB_InformationList_SystemInfoUpdateRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MIB_SB_SIB_InformationList_SystemInfoUpdateRqst, MIB_SB_SIB_InformationList_SystemInfoUpdateRqst_sequence_of,
- 1, maxIB);
+ 1, maxIB, FALSE);
return offset;
}
@@ -31091,7 +31091,7 @@ static int
dissect_nbap_SegmentInformationListIE_SystemInfoUpdate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SegmentInformationListIE_SystemInfoUpdate, SegmentInformationListIE_SystemInfoUpdate_sequence_of,
- 1, maxIBSEG);
+ 1, maxIBSEG, FALSE);
return offset;
}
@@ -31167,7 +31167,7 @@ static int
dissect_nbap_Additional_HS_Cell_Information_RL_Setup_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Additional_HS_Cell_Information_RL_Setup_List, Additional_HS_Cell_Information_RL_Setup_List_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -31247,7 +31247,7 @@ static int
dissect_nbap_RL_InformationList_RL_SetupRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_RL_SetupRqstFDD, RL_InformationList_RL_SetupRqstFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -31359,7 +31359,7 @@ static int
dissect_nbap_UL_CCTrCH_InformationList_RL_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_CCTrCH_InformationList_RL_SetupRqstTDD, UL_CCTrCH_InformationList_RL_SetupRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -31455,7 +31455,7 @@ static int
dissect_nbap_DL_CCTrCH_InformationList_RL_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_CCTrCH_InformationList_RL_SetupRqstTDD, DL_CCTrCH_InformationList_RL_SetupRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -31484,7 +31484,7 @@ static int
dissect_nbap_CCTrCH_TPCList_RL_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CCTrCH_TPCList_RL_SetupRqstTDD, CCTrCH_TPCList_RL_SetupRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -31636,7 +31636,7 @@ static int
dissect_nbap_Additional_HS_Cell_Information_Response_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Additional_HS_Cell_Information_Response_List, Additional_HS_Cell_Information_Response_List_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -31650,7 +31650,7 @@ static int
dissect_nbap_RL_InformationResponseList_RL_SetupRspFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationResponseList_RL_SetupRspFDD, RL_InformationResponseList_RL_SetupRspFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -31848,7 +31848,7 @@ static int
dissect_nbap_Unsuccessful_RL_InformationRespList_RL_SetupFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Unsuccessful_RL_InformationRespList_RL_SetupFailureFDD, Unsuccessful_RL_InformationRespList_RL_SetupFailureFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -31862,7 +31862,7 @@ static int
dissect_nbap_Successful_RL_InformationRespList_RL_SetupFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Successful_RL_InformationRespList_RL_SetupFailureFDD, Successful_RL_InformationRespList_RL_SetupFailureFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -32127,7 +32127,7 @@ static int
dissect_nbap_Additional_HS_Cell_Information_RL_Addition_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Additional_HS_Cell_Information_RL_Addition_List, Additional_HS_Cell_Information_RL_Addition_List_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -32141,7 +32141,7 @@ static int
dissect_nbap_RL_InformationList_RL_AdditionRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_RL_AdditionRqstFDD, RL_InformationList_RL_AdditionRqstFDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -32242,7 +32242,7 @@ static int
dissect_nbap_UL_CCTrCH_InformationList_RL_AdditionRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_CCTrCH_InformationList_RL_AdditionRqstTDD, UL_CCTrCH_InformationList_RL_AdditionRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -32335,7 +32335,7 @@ static int
dissect_nbap_DL_CCTrCH_InformationList_RL_AdditionRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_CCTrCH_InformationList_RL_AdditionRqstTDD, DL_CCTrCH_InformationList_RL_AdditionRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -32456,7 +32456,7 @@ static int
dissect_nbap_Additional_HS_Cell_Change_Information_Response_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Additional_HS_Cell_Change_Information_Response_List, Additional_HS_Cell_Change_Information_Response_List_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -32470,7 +32470,7 @@ static int
dissect_nbap_RL_InformationResponseList_RL_AdditionRspFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationResponseList_RL_AdditionRspFDD, RL_InformationResponseList_RL_AdditionRspFDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -32725,7 +32725,7 @@ static int
dissect_nbap_Unsuccessful_RL_InformationRespList_RL_AdditionFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Unsuccessful_RL_InformationRespList_RL_AdditionFailureFDD, Unsuccessful_RL_InformationRespList_RL_AdditionFailureFDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -32739,7 +32739,7 @@ static int
dissect_nbap_Successful_RL_InformationRespList_RL_AdditionFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Successful_RL_InformationRespList_RL_AdditionFailureFDD, Successful_RL_InformationRespList_RL_AdditionFailureFDD_sequence_of,
- 1, maxNrOfRLs_2);
+ 1, maxNrOfRLs_2, FALSE);
return offset;
}
@@ -33004,7 +33004,7 @@ static int
dissect_nbap_Additional_HS_Cell_Information_RL_Reconf_Prep(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Additional_HS_Cell_Information_RL_Reconf_Prep, Additional_HS_Cell_Information_RL_Reconf_Prep_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -33113,7 +33113,7 @@ static int
dissect_nbap_DCH_DeleteList_RL_ReconfPrepFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_DeleteList_RL_ReconfPrepFDD, DCH_DeleteList_RL_ReconfPrepFDD_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -33127,7 +33127,7 @@ static int
dissect_nbap_RL_InformationList_RL_ReconfPrepFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_RL_ReconfPrepFDD, RL_InformationList_RL_ReconfPrepFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -33261,7 +33261,7 @@ static int
dissect_nbap_UL_CCTrCH_InformationAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_CCTrCH_InformationAddList_RL_ReconfPrepTDD, UL_CCTrCH_InformationAddList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -33330,7 +33330,7 @@ static int
dissect_nbap_MultipleRL_UL_DPCH_InformationAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleRL_UL_DPCH_InformationAddList_RL_ReconfPrepTDD, MultipleRL_UL_DPCH_InformationAddList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -33410,7 +33410,7 @@ static int
dissect_nbap_UL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD, UL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -33458,7 +33458,7 @@ static int
dissect_nbap_UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD, UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -33490,7 +33490,7 @@ static int
dissect_nbap_UL_Timeslot_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_InformationModify_ModifyList_RL_ReconfPrepTDD, UL_Timeslot_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -33538,7 +33538,7 @@ static int
dissect_nbap_UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDDLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDDLCR, UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDDLCR_sequence_of,
- 1, maxNrOfDPCHLCRs);
+ 1, maxNrOfDPCHLCRs, FALSE);
return offset;
}
@@ -33570,7 +33570,7 @@ static int
dissect_nbap_UL_TimeslotLCR_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_TimeslotLCR_InformationModify_ModifyList_RL_ReconfPrepTDD, UL_TimeslotLCR_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfULTSLCRs);
+ 1, maxNrOfULTSLCRs, FALSE);
return offset;
}
@@ -33600,7 +33600,7 @@ static int
dissect_nbap_UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD768, UL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD768_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -33632,7 +33632,7 @@ static int
dissect_nbap_UL_Timeslot768_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot768_InformationModify_ModifyList_RL_ReconfPrepTDD, UL_Timeslot768_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -33661,7 +33661,7 @@ static int
dissect_nbap_UL_DPCH_InformationModify_DeleteListIE_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_DPCH_InformationModify_DeleteListIE_RL_ReconfPrepTDD, UL_DPCH_InformationModify_DeleteListIE_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -33714,7 +33714,7 @@ static int
dissect_nbap_MultipleRL_UL_DPCH_InformationModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleRL_UL_DPCH_InformationModifyList_RL_ReconfPrepTDD, MultipleRL_UL_DPCH_InformationModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -33761,7 +33761,7 @@ static int
dissect_nbap_UL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD, UL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -33790,7 +33790,7 @@ static int
dissect_nbap_CCTrCH_TPCAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CCTrCH_TPCAddList_RL_ReconfPrepTDD, CCTrCH_TPCAddList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -33833,7 +33833,7 @@ static int
dissect_nbap_DL_CCTrCH_InformationAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_CCTrCH_InformationAddList_RL_ReconfPrepTDD, DL_CCTrCH_InformationAddList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -33904,7 +33904,7 @@ static int
dissect_nbap_MultipleRL_DL_DPCH_InformationAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleRL_DL_DPCH_InformationAddList_RL_ReconfPrepTDD, MultipleRL_DL_DPCH_InformationAddList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -33951,7 +33951,7 @@ static int
dissect_nbap_CCTrCH_TPCModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CCTrCH_TPCModifyList_RL_ReconfPrepTDD, CCTrCH_TPCModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -34014,7 +34014,7 @@ static int
dissect_nbap_DL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD, DL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -34062,7 +34062,7 @@ static int
dissect_nbap_DL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD, DL_Code_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfDPCHs);
+ 0, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -34094,7 +34094,7 @@ static int
dissect_nbap_DL_Timeslot_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_InformationModify_ModifyList_RL_ReconfPrepTDD, DL_Timeslot_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -34142,7 +34142,7 @@ static int
dissect_nbap_DL_Code_LCR_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_LCR_InformationModify_ModifyList_RL_ReconfPrepTDD, DL_Code_LCR_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDPCHLCRs);
+ 1, maxNrOfDPCHLCRs, FALSE);
return offset;
}
@@ -34174,7 +34174,7 @@ static int
dissect_nbap_DL_Timeslot_LCR_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_LCR_InformationModify_ModifyList_RL_ReconfPrepTDD, DL_Timeslot_LCR_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDLTSLCRs);
+ 1, maxNrOfDLTSLCRs, FALSE);
return offset;
}
@@ -34204,7 +34204,7 @@ static int
dissect_nbap_DL_Code_768_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_768_InformationModify_ModifyList_RL_ReconfPrepTDD, DL_Code_768_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDPCHs768);
+ 1, maxNrOfDPCHs768, FALSE);
return offset;
}
@@ -34236,7 +34236,7 @@ static int
dissect_nbap_DL_Timeslot_768_InformationModify_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_768_InformationModify_ModifyList_RL_ReconfPrepTDD, DL_Timeslot_768_InformationModify_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -34265,7 +34265,7 @@ static int
dissect_nbap_DL_DPCH_InformationModify_DeleteListIE_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_DPCH_InformationModify_DeleteListIE_RL_ReconfPrepTDD, DL_DPCH_InformationModify_DeleteListIE_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -34319,7 +34319,7 @@ static int
dissect_nbap_MultipleRL_DL_DPCH_InformationModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleRL_DL_DPCH_InformationModifyList_RL_ReconfPrepTDD, MultipleRL_DL_DPCH_InformationModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -34366,7 +34366,7 @@ static int
dissect_nbap_DL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD, DL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -34395,7 +34395,7 @@ static int
dissect_nbap_DCH_DeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_DeleteList_RL_ReconfPrepTDD, DCH_DeleteList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -34431,7 +34431,7 @@ static int
dissect_nbap_DSCH_Information_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DSCH_Information_ModifyList_RL_ReconfPrepTDD, DSCH_Information_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDSCHs);
+ 1, maxNrOfDSCHs, FALSE);
return offset;
}
@@ -34460,7 +34460,7 @@ static int
dissect_nbap_DSCH_Information_DeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DSCH_Information_DeleteList_RL_ReconfPrepTDD, DSCH_Information_DeleteList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfDSCHs);
+ 1, maxNrOfDSCHs, FALSE);
return offset;
}
@@ -34493,7 +34493,7 @@ static int
dissect_nbap_USCH_Information_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_USCH_Information_ModifyList_RL_ReconfPrepTDD, USCH_Information_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfUSCHs);
+ 1, maxNrOfUSCHs, FALSE);
return offset;
}
@@ -34522,7 +34522,7 @@ static int
dissect_nbap_USCH_Information_DeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_USCH_Information_DeleteList_RL_ReconfPrepTDD, USCH_Information_DeleteList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfUSCHs);
+ 1, maxNrOfUSCHs, FALSE);
return offset;
}
@@ -34553,7 +34553,7 @@ static int
dissect_nbap_MultipleRL_Information_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleRL_Information_RL_ReconfPrepTDD, MultipleRL_Information_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -34582,7 +34582,7 @@ static int
dissect_nbap_RL_InformationResponseList_RL_ReconfReady(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationResponseList_RL_ReconfReady, RL_InformationResponseList_RL_ReconfReady_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -34672,7 +34672,7 @@ static int
dissect_nbap_RL_ReconfigurationFailureList_RL_ReconfFailure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_ReconfigurationFailureList_RL_ReconfFailure, RL_ReconfigurationFailureList_RL_ReconfFailure_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -34803,7 +34803,7 @@ static int
dissect_nbap_Additional_HS_Cell_Information_RL_Reconf_Req(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Additional_HS_Cell_Information_RL_Reconf_Req, Additional_HS_Cell_Information_RL_Reconf_Req_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
@@ -34864,7 +34864,7 @@ static int
dissect_nbap_DCH_DeleteList_RL_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_DeleteList_RL_ReconfRqstFDD, DCH_DeleteList_RL_ReconfRqstFDD_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -34878,7 +34878,7 @@ static int
dissect_nbap_RL_InformationList_RL_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_RL_ReconfRqstFDD, RL_InformationList_RL_ReconfRqstFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -34948,7 +34948,7 @@ static int
dissect_nbap_UL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD, UL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -34979,7 +34979,7 @@ static int
dissect_nbap_UL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD, UL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -35008,7 +35008,7 @@ static int
dissect_nbap_DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD, DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -35056,7 +35056,7 @@ static int
dissect_nbap_DL_Timeslot_LCR_InformationModify_ModifyList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_LCR_InformationModify_ModifyList_RL_ReconfRqstTDD, DL_Timeslot_LCR_InformationModify_ModifyList_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfDLTSLCRs);
+ 1, maxNrOfDLTSLCRs, FALSE);
return offset;
}
@@ -35102,7 +35102,7 @@ static int
dissect_nbap_MultipleRL_DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleRL_DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD, MultipleRL_DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -35116,7 +35116,7 @@ static int
dissect_nbap_DL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD, DL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -35160,7 +35160,7 @@ static int
dissect_nbap_DCH_DeleteList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_DeleteList_RL_ReconfRqstTDD, DCH_DeleteList_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -35191,7 +35191,7 @@ static int
dissect_nbap_Multiple_RL_Information_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Multiple_RL_Information_RL_ReconfRqstTDD, Multiple_RL_Information_RL_ReconfRqstTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -35220,7 +35220,7 @@ static int
dissect_nbap_RL_InformationResponseList_RL_ReconfRsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationResponseList_RL_ReconfRsp, RL_InformationResponseList_RL_ReconfRsp_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -35274,7 +35274,7 @@ static int
dissect_nbap_RL_informationList_RL_DeletionRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_informationList_RL_DeletionRqst, RL_informationList_RL_DeletionRqst_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -35333,7 +35333,7 @@ static int
dissect_nbap_DL_ReferencePowerInformationList_DL_PC_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_ReferencePowerInformationList_DL_PC_Rqst, DL_ReferencePowerInformationList_DL_PC_Rqst_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -35393,7 +35393,7 @@ static int
dissect_nbap_RL_InformationList_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_DM_Rqst, RL_InformationList_DM_Rqst_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -35437,7 +35437,7 @@ static int
dissect_nbap_RL_Set_InformationList_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_Set_InformationList_DM_Rqst, RL_Set_InformationList_DM_Rqst_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -35526,7 +35526,7 @@ static int
dissect_nbap_PUSCH_Info_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PUSCH_Info_DM_Rqst, PUSCH_Info_DM_Rqst_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -35540,7 +35540,7 @@ static int
dissect_nbap_HSSICH_Info_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSSICH_Info_DM_Rqst, HSSICH_Info_DM_Rqst_sequence_of,
- 1, maxNrOfHSSICHs);
+ 1, maxNrOfHSSICHs, FALSE);
return offset;
}
@@ -35554,7 +35554,7 @@ static int
dissect_nbap_HSSICH_InfoExt_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSSICH_InfoExt_DM_Rqst, HSSICH_InfoExt_DM_Rqst_sequence_of,
- 1, maxNrOfHSSICHs);
+ 1, maxNrOfHSSICHs, FALSE);
return offset;
}
@@ -35583,7 +35583,7 @@ static int
dissect_nbap_RL_InformationList_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_DM_Rsp, RL_InformationList_DM_Rsp_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -35612,7 +35612,7 @@ static int
dissect_nbap_RL_Set_InformationList_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_Set_InformationList_DM_Rsp, RL_Set_InformationList_DM_Rsp_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -35685,7 +35685,7 @@ static int
dissect_nbap_PUSCH_Info_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PUSCH_Info_DM_Rsp, PUSCH_Info_DM_Rsp_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -35715,7 +35715,7 @@ static int
dissect_nbap_Multiple_PUSCH_InfoList_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Multiple_PUSCH_InfoList_DM_Rsp, Multiple_PUSCH_InfoList_DM_Rsp_sequence_of,
- 1, maxNrOfPUSCHs_1);
+ 1, maxNrOfPUSCHs_1, FALSE);
return offset;
}
@@ -35745,7 +35745,7 @@ static int
dissect_nbap_Multiple_DedicatedMeasurementValueList_TDD_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Multiple_DedicatedMeasurementValueList_TDD_DM_Rsp, Multiple_DedicatedMeasurementValueList_TDD_DM_Rsp_sequence_of,
- 1, maxNrOfDPCHsPerRL_1);
+ 1, maxNrOfDPCHsPerRL_1, FALSE);
return offset;
}
@@ -35775,7 +35775,7 @@ static int
dissect_nbap_Multiple_DedicatedMeasurementValueList_LCR_TDD_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Multiple_DedicatedMeasurementValueList_LCR_TDD_DM_Rsp, Multiple_DedicatedMeasurementValueList_LCR_TDD_DM_Rsp_sequence_of,
- 1, maxNrOfDPCHsLCRPerRL_1);
+ 1, maxNrOfDPCHsLCRPerRL_1, FALSE);
return offset;
}
@@ -35805,7 +35805,7 @@ static int
dissect_nbap_Multiple_HSSICHMeasurementValueList_TDD_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Multiple_HSSICHMeasurementValueList_TDD_DM_Rsp, Multiple_HSSICHMeasurementValueList_TDD_DM_Rsp_sequence_of,
- 1, maxNrOfHSSICHs_1);
+ 1, maxNrOfHSSICHs_1, FALSE);
return offset;
}
@@ -35835,7 +35835,7 @@ static int
dissect_nbap_Multiple_DedicatedMeasurementValueList_768_TDD_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Multiple_DedicatedMeasurementValueList_768_TDD_DM_Rsp, Multiple_DedicatedMeasurementValueList_768_TDD_DM_Rsp_sequence_of,
- 1, maxNrOfDPCHs768PerRL_1);
+ 1, maxNrOfDPCHs768PerRL_1, FALSE);
return offset;
}
@@ -35896,7 +35896,7 @@ static int
dissect_nbap_RL_InformationList_DM_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_DM_Rprt, RL_InformationList_DM_Rprt_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -35925,7 +35925,7 @@ static int
dissect_nbap_RL_Set_InformationList_DM_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_Set_InformationList_DM_Rprt, RL_Set_InformationList_DM_Rprt_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -35997,7 +35997,7 @@ static int
dissect_nbap_PUSCH_Info_DM_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PUSCH_Info_DM_Rprt, PUSCH_Info_DM_Rprt_sequence_of,
- 0, maxNrOfPUSCHs);
+ 0, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -36027,7 +36027,7 @@ static int
dissect_nbap_Multiple_PUSCH_InfoList_DM_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Multiple_PUSCH_InfoList_DM_Rprt, Multiple_PUSCH_InfoList_DM_Rprt_sequence_of,
- 1, maxNrOfPUSCHs_1);
+ 1, maxNrOfPUSCHs_1, FALSE);
return offset;
}
@@ -36102,7 +36102,7 @@ static int
dissect_nbap_RL_InformationList_RL_FailureInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_RL_FailureInd, RL_InformationList_RL_FailureInd_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -36131,7 +36131,7 @@ static int
dissect_nbap_RL_Set_InformationList_RL_FailureInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_Set_InformationList_RL_FailureInd, RL_Set_InformationList_RL_FailureInd_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -36160,7 +36160,7 @@ static int
dissect_nbap_CCTrCH_InformationList_RL_FailureInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CCTrCH_InformationList_RL_FailureInd, CCTrCH_InformationList_RL_FailureInd_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -36277,7 +36277,7 @@ static int
dissect_nbap_RL_InformationList_RL_PreemptRequiredInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_RL_PreemptRequiredInd, RL_InformationList_RL_PreemptRequiredInd_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -36321,7 +36321,7 @@ static int
dissect_nbap_RL_InformationList_RL_RestoreInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_InformationList_RL_RestoreInd, RL_InformationList_RL_RestoreInd_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -36350,7 +36350,7 @@ static int
dissect_nbap_RL_Set_InformationList_RL_RestoreInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_RL_Set_InformationList_RL_RestoreInd, RL_Set_InformationList_RL_RestoreInd_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -36379,7 +36379,7 @@ static int
dissect_nbap_CCTrCH_InformationList_RL_RestoreInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CCTrCH_InformationList_RL_RestoreInd, CCTrCH_InformationList_RL_RestoreInd_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -36559,7 +36559,7 @@ static int
dissect_nbap_HSDPA_And_EDCH_CellPortion_InformationList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDPA_And_EDCH_CellPortion_InformationList_PSCH_ReconfRqst, HSDPA_And_EDCH_CellPortion_InformationList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfCellPortionsPerCell);
+ 1, maxNrOfCellPortionsPerCell, FALSE);
return offset;
}
@@ -36613,7 +36613,7 @@ static int
dissect_nbap_PDSCHSets_AddList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PDSCHSets_AddList_PSCH_ReconfRqst, PDSCHSets_AddList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHSets);
+ 1, maxNrOfPDSCHSets, FALSE);
return offset;
}
@@ -36643,7 +36643,7 @@ static int
dissect_nbap_DL_Code_InformationAddList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_InformationAddList_PSCH_ReconfRqst, DL_Code_InformationAddList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHs);
+ 1, maxNrOfPDSCHs, FALSE);
return offset;
}
@@ -36675,7 +36675,7 @@ static int
dissect_nbap_DL_Timeslot_InformationAddList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_InformationAddList_PSCH_ReconfRqst, DL_Timeslot_InformationAddList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -36723,7 +36723,7 @@ static int
dissect_nbap_DL_Code_InformationAddList_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_InformationAddList_LCR_PSCH_ReconfRqst, DL_Code_InformationAddList_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHs);
+ 1, maxNrOfPDSCHs, FALSE);
return offset;
}
@@ -36755,7 +36755,7 @@ static int
dissect_nbap_DL_Timeslot_InformationAddList_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_InformationAddList_LCR_PSCH_ReconfRqst, DL_Timeslot_InformationAddList_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSLCRs);
+ 1, maxNrOfDLTSLCRs, FALSE);
return offset;
}
@@ -36803,7 +36803,7 @@ static int
dissect_nbap_DL_Code_InformationAddList_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_InformationAddList_768_PSCH_ReconfRqst, DL_Code_InformationAddList_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHs);
+ 1, maxNrOfPDSCHs, FALSE);
return offset;
}
@@ -36835,7 +36835,7 @@ static int
dissect_nbap_DL_Timeslot_InformationAddList_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_InformationAddList_768_PSCH_ReconfRqst, DL_Timeslot_InformationAddList_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -36892,7 +36892,7 @@ static int
dissect_nbap_PDSCHSets_ModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PDSCHSets_ModifyList_PSCH_ReconfRqst, PDSCHSets_ModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHSets);
+ 1, maxNrOfPDSCHSets, FALSE);
return offset;
}
@@ -36922,7 +36922,7 @@ static int
dissect_nbap_DL_Code_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_InformationModifyList_PSCH_ReconfRqst, DL_Code_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHs);
+ 1, maxNrOfPDSCHs, FALSE);
return offset;
}
@@ -36954,7 +36954,7 @@ static int
dissect_nbap_DL_Timeslot_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_InformationModifyList_PSCH_ReconfRqst, DL_Timeslot_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -37002,7 +37002,7 @@ static int
dissect_nbap_DL_Code_LCR_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_LCR_InformationModifyList_PSCH_ReconfRqst, DL_Code_LCR_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHs);
+ 1, maxNrOfPDSCHs, FALSE);
return offset;
}
@@ -37034,7 +37034,7 @@ static int
dissect_nbap_DL_Timeslot_LCR_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_LCR_InformationModifyList_PSCH_ReconfRqst, DL_Timeslot_LCR_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSLCRs);
+ 1, maxNrOfDLTSLCRs, FALSE);
return offset;
}
@@ -37082,7 +37082,7 @@ static int
dissect_nbap_DL_Code_768_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Code_768_InformationModifyList_PSCH_ReconfRqst, DL_Code_768_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHs);
+ 1, maxNrOfPDSCHs, FALSE);
return offset;
}
@@ -37114,7 +37114,7 @@ static int
dissect_nbap_DL_Timeslot_768_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_Timeslot_768_InformationModifyList_PSCH_ReconfRqst, DL_Timeslot_768_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -37161,7 +37161,7 @@ static int
dissect_nbap_PDSCHSets_DeleteList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PDSCHSets_DeleteList_PSCH_ReconfRqst, PDSCHSets_DeleteList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPDSCHSets);
+ 1, maxNrOfPDSCHSets, FALSE);
return offset;
}
@@ -37200,7 +37200,7 @@ static int
dissect_nbap_PUSCHSets_AddList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PUSCHSets_AddList_PSCH_ReconfRqst, PUSCHSets_AddList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHSets);
+ 1, maxNrOfPUSCHSets, FALSE);
return offset;
}
@@ -37230,7 +37230,7 @@ static int
dissect_nbap_UL_Code_InformationAddList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_InformationAddList_PSCH_ReconfRqst, UL_Code_InformationAddList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -37262,7 +37262,7 @@ static int
dissect_nbap_UL_Timeslot_InformationAddList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_InformationAddList_PSCH_ReconfRqst, UL_Timeslot_InformationAddList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -37310,7 +37310,7 @@ static int
dissect_nbap_UL_Code_InformationAddList_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_InformationAddList_LCR_PSCH_ReconfRqst, UL_Code_InformationAddList_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -37342,7 +37342,7 @@ static int
dissect_nbap_UL_Timeslot_InformationAddList_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_InformationAddList_LCR_PSCH_ReconfRqst, UL_Timeslot_InformationAddList_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfULTSLCRs);
+ 1, maxNrOfULTSLCRs, FALSE);
return offset;
}
@@ -37390,7 +37390,7 @@ static int
dissect_nbap_UL_Code_InformationAddList_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_InformationAddList_768_PSCH_ReconfRqst, UL_Code_InformationAddList_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -37422,7 +37422,7 @@ static int
dissect_nbap_UL_Timeslot_InformationAddList_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_InformationAddList_768_PSCH_ReconfRqst, UL_Timeslot_InformationAddList_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -37479,7 +37479,7 @@ static int
dissect_nbap_PUSCHSets_ModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PUSCHSets_ModifyList_PSCH_ReconfRqst, PUSCHSets_ModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHSets);
+ 1, maxNrOfPUSCHSets, FALSE);
return offset;
}
@@ -37509,7 +37509,7 @@ static int
dissect_nbap_UL_Code_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_InformationModifyList_PSCH_ReconfRqst, UL_Code_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -37541,7 +37541,7 @@ static int
dissect_nbap_UL_Timeslot_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_InformationModifyList_PSCH_ReconfRqst, UL_Timeslot_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -37589,7 +37589,7 @@ static int
dissect_nbap_UL_Code_LCR_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_LCR_InformationModifyList_PSCH_ReconfRqst, UL_Code_LCR_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -37621,7 +37621,7 @@ static int
dissect_nbap_UL_Timeslot_LCR_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_LCR_InformationModifyList_PSCH_ReconfRqst, UL_Timeslot_LCR_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfULTSLCRs);
+ 1, maxNrOfULTSLCRs, FALSE);
return offset;
}
@@ -37669,7 +37669,7 @@ static int
dissect_nbap_UL_Code_768_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Code_768_InformationModifyList_PSCH_ReconfRqst, UL_Code_768_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHs);
+ 1, maxNrOfPUSCHs, FALSE);
return offset;
}
@@ -37701,7 +37701,7 @@ static int
dissect_nbap_UL_Timeslot_768_InformationModifyList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UL_Timeslot_768_InformationModifyList_PSCH_ReconfRqst, UL_Timeslot_768_InformationModifyList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -37748,7 +37748,7 @@ static int
dissect_nbap_PUSCHSets_DeleteList_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_PUSCHSets_DeleteList_PSCH_ReconfRqst, PUSCHSets_DeleteList_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfPUSCHSets);
+ 1, maxNrOfPUSCHSets, FALSE);
return offset;
}
@@ -37762,7 +37762,7 @@ static int
dissect_nbap_DL_HS_PDSCH_Codelist_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_HS_PDSCH_Codelist_PSCH_ReconfRqst, DL_HS_PDSCH_Codelist_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSPDSCHs);
+ 1, maxNrOfHSPDSCHs, FALSE);
return offset;
}
@@ -37794,7 +37794,7 @@ static int
dissect_nbap_DL_HS_PDSCH_Timeslot_Information_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_HS_PDSCH_Timeslot_Information_PSCH_ReconfRqst, DL_HS_PDSCH_Timeslot_Information_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -37824,7 +37824,7 @@ static int
dissect_nbap_DL_HS_PDSCH_Codelist_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_HS_PDSCH_Codelist_768_PSCH_ReconfRqst, DL_HS_PDSCH_Codelist_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSPDSCHs768);
+ 1, maxNrOfHSPDSCHs768, FALSE);
return offset;
}
@@ -37856,7 +37856,7 @@ static int
dissect_nbap_DL_HS_PDSCH_Timeslot_Information_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DL_HS_PDSCH_Timeslot_Information_768_PSCH_ReconfRqst, DL_HS_PDSCH_Timeslot_Information_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfDLTSs);
+ 1, maxNrOfDLTSs, FALSE);
return offset;
}
@@ -37870,7 +37870,7 @@ static int
dissect_nbap_MultipleFreq_DL_HS_PDSCH_Timeslot_Information_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleFreq_DL_HS_PDSCH_Timeslot_Information_LCR_PSCH_ReconfRqst, MultipleFreq_DL_HS_PDSCH_Timeslot_Information_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -37938,7 +37938,7 @@ static int
dissect_nbap_HS_SCCH_Information_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_Information_PSCH_ReconfRqst, HS_SCCH_Information_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -37991,7 +37991,7 @@ static int
dissect_nbap_HS_SCCH_Information_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_Information_LCR_PSCH_ReconfRqst, HS_SCCH_Information_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -38059,7 +38059,7 @@ static int
dissect_nbap_HS_SCCH_Information_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_Information_768_PSCH_ReconfRqst, HS_SCCH_Information_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -38073,7 +38073,7 @@ static int
dissect_nbap_HS_SCCH_InformationExt_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_InformationExt_LCR_PSCH_ReconfRqst, HS_SCCH_InformationExt_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHsinExt);
+ 1, maxNrOfHSSCCHsinExt, FALSE);
return offset;
}
@@ -38125,7 +38125,7 @@ static int
dissect_nbap_HS_SCCH_InformationModify_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_InformationModify_PSCH_ReconfRqst, HS_SCCH_InformationModify_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -38178,7 +38178,7 @@ static int
dissect_nbap_HS_SCCH_InformationModify_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_InformationModify_LCR_PSCH_ReconfRqst, HS_SCCH_InformationModify_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -38208,7 +38208,7 @@ static int
dissect_nbap_HS_SCCH_InformationModifyExt_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_InformationModifyExt_LCR_PSCH_ReconfRqst, HS_SCCH_InformationModifyExt_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHsinExt);
+ 1, maxNrOfHSSCCHsinExt, FALSE);
return offset;
}
@@ -38260,7 +38260,7 @@ static int
dissect_nbap_HS_SCCH_InformationModify_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HS_SCCH_InformationModify_768_PSCH_ReconfRqst, HS_SCCH_InformationModify_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -38289,7 +38289,7 @@ static int
dissect_nbap_Delete_From_HS_SCCH_Resource_Pool_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Delete_From_HS_SCCH_Resource_Pool_PSCH_ReconfRqst, Delete_From_HS_SCCH_Resource_Pool_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHs);
+ 1, maxNrOfHSSCCHs, FALSE);
return offset;
}
@@ -38303,7 +38303,7 @@ static int
dissect_nbap_E_PUCH_Timeslot_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_PUCH_Timeslot_Info, E_PUCH_Timeslot_Info_sequence_of,
- 1, maxNrOfE_PUCHSlots);
+ 1, maxNrOfE_PUCHSlots, FALSE);
return offset;
}
@@ -38354,7 +38354,7 @@ static int
dissect_nbap_E_AGCH_Information_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_Information_PSCH_ReconfRqst, E_AGCH_Information_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEAGCHs);
+ 1, maxNrOfEAGCHs, FALSE);
return offset;
}
@@ -38402,7 +38402,7 @@ static int
dissect_nbap_E_AGCH_InformationModify_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_InformationModify_PSCH_ReconfRqst, E_AGCH_InformationModify_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEAGCHs);
+ 1, maxNrOfEAGCHs, FALSE);
return offset;
}
@@ -38446,7 +38446,7 @@ static int
dissect_nbap_Delete_From_E_AGCH_Resource_Pool_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Delete_From_E_AGCH_Resource_Pool_PSCH_ReconfRqst, Delete_From_E_AGCH_Resource_Pool_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEAGCHs);
+ 1, maxNrOfEAGCHs, FALSE);
return offset;
}
@@ -38514,7 +38514,7 @@ static int
dissect_nbap_E_AGCH_Information_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_Information_768_PSCH_ReconfRqst, E_AGCH_Information_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEAGCHs);
+ 1, maxNrOfEAGCHs, FALSE);
return offset;
}
@@ -38562,7 +38562,7 @@ static int
dissect_nbap_E_AGCH_InformationModify_768_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_InformationModify_768_PSCH_ReconfRqst, E_AGCH_InformationModify_768_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEAGCHs);
+ 1, maxNrOfEAGCHs, FALSE);
return offset;
}
@@ -38608,7 +38608,7 @@ static int
dissect_nbap_E_PUCH_Codelist_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_PUCH_Codelist_LCR, E_PUCH_Codelist_LCR_sequence_of,
- 1, maxNrOfEPUCHcodes);
+ 1, maxNrOfEPUCHcodes, FALSE);
return offset;
}
@@ -38639,7 +38639,7 @@ static int
dissect_nbap_E_PUCH_Timeslot_InfoLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_PUCH_Timeslot_InfoLCR, E_PUCH_Timeslot_InfoLCR_sequence_of,
- 1, maxNrOfE_PUCHSlotsLCR);
+ 1, maxNrOfE_PUCHSlotsLCR, FALSE);
return offset;
}
@@ -38690,7 +38690,7 @@ static int
dissect_nbap_E_AGCH_Information_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_Information_LCR_PSCH_ReconfRqst, E_AGCH_Information_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEAGCHs);
+ 1, maxNrOfEAGCHs, FALSE);
return offset;
}
@@ -38739,7 +38739,7 @@ static int
dissect_nbap_E_AGCH_InformationModify_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_AGCH_InformationModify_LCR_PSCH_ReconfRqst, E_AGCH_InformationModify_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEAGCHs);
+ 1, maxNrOfEAGCHs, FALSE);
return offset;
}
@@ -38788,7 +38788,7 @@ static int
dissect_nbap_E_HICH_Information_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_HICH_Information_LCR_PSCH_ReconfRqst, E_HICH_Information_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEHICHs);
+ 1, maxNrOfEHICHs, FALSE);
return offset;
}
@@ -38837,7 +38837,7 @@ static int
dissect_nbap_E_HICH_InformationModify_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_HICH_InformationModify_LCR_PSCH_ReconfRqst, E_HICH_InformationModify_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEHICHs);
+ 1, maxNrOfEHICHs, FALSE);
return offset;
}
@@ -38881,7 +38881,7 @@ static int
dissect_nbap_Delete_From_E_HICH_Resource_Pool_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Delete_From_E_HICH_Resource_Pool_PSCH_ReconfRqst, Delete_From_E_HICH_Resource_Pool_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfEHICHs);
+ 1, maxNrOfEHICHs, FALSE);
return offset;
}
@@ -38910,7 +38910,7 @@ static int
dissect_nbap_Delete_From_HS_SCCH_Resource_PoolExt_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Delete_From_HS_SCCH_Resource_PoolExt_PSCH_ReconfRqst, Delete_From_HS_SCCH_Resource_PoolExt_PSCH_ReconfRqst_sequence_of,
- 1, maxNrOfHSSCCHsinExt);
+ 1, maxNrOfHSSCCHsinExt, FALSE);
return offset;
}
@@ -38924,7 +38924,7 @@ static int
dissect_nbap_MultipleFreq_E_PUCH_Timeslot_InformationList_LCR_PSCH_ReconfRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_MultipleFreq_E_PUCH_Timeslot_InformationList_LCR_PSCH_ReconfRqst, MultipleFreq_E_PUCH_Timeslot_InformationList_LCR_PSCH_ReconfRqst_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -38969,7 +38969,7 @@ static int
dissect_nbap_E_HICH_TimeOffset_ExtensionLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_HICH_TimeOffset_ExtensionLCR, E_HICH_TimeOffset_ExtensionLCR_sequence_of,
- 1, maxFrequencyinCell_1);
+ 1, maxFrequencyinCell_1, FALSE);
return offset;
}
@@ -39029,7 +39029,7 @@ static int
dissect_nbap_Unsuccessful_PDSCHSetList_PSCH_ReconfFailureTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Unsuccessful_PDSCHSetList_PSCH_ReconfFailureTDD, Unsuccessful_PDSCHSetList_PSCH_ReconfFailureTDD_sequence_of,
- 0, maxNrOfPDSCHSets);
+ 0, maxNrOfPDSCHSets, FALSE);
return offset;
}
@@ -39043,7 +39043,7 @@ static int
dissect_nbap_Unsuccessful_PUSCHSetList_PSCH_ReconfFailureTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Unsuccessful_PUSCHSetList_PSCH_ReconfFailureTDD, Unsuccessful_PUSCHSetList_PSCH_ReconfFailureTDD_sequence_of,
- 0, maxNrOfPUSCHSets);
+ 0, maxNrOfPUSCHSets, FALSE);
return offset;
}
@@ -39138,7 +39138,7 @@ static int
dissect_nbap_UARFCNSpecificCauseList_PSCH_ReconfFailureTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_UARFCNSpecificCauseList_PSCH_ReconfFailureTDD, UARFCNSpecificCauseList_PSCH_ReconfFailureTDD_sequence_of,
- 0, maxFrequencyinCell);
+ 0, maxFrequencyinCell, FALSE);
return offset;
}
@@ -39183,7 +39183,7 @@ static int
dissect_nbap_CommunicationContextInfoList_Reset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CommunicationContextInfoList_Reset, CommunicationContextInfoList_Reset_sequence_of,
- 1, maxCommunicationContext);
+ 1, maxCommunicationContext, FALSE);
return offset;
}
@@ -39212,7 +39212,7 @@ static int
dissect_nbap_CommunicationControlPortInfoList_Reset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CommunicationControlPortInfoList_Reset, CommunicationControlPortInfoList_Reset_sequence_of,
- 1, maxCCPinNodeB);
+ 1, maxCCPinNodeB, FALSE);
return offset;
}
@@ -39542,7 +39542,7 @@ static int
dissect_nbap_TimeslotInfo_CellSyncInitiationRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_TimeslotInfo_CellSyncInitiationRqstTDD, TimeslotInfo_CellSyncInitiationRqstTDD_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -39698,7 +39698,7 @@ static int
dissect_nbap_CellSyncBurstTransReconfInfo_CellSyncReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellSyncBurstTransReconfInfo_CellSyncReconfRqstTDD, CellSyncBurstTransReconfInfo_CellSyncReconfRqstTDD_sequence_of,
- 1, maxNrOfCellSyncBursts);
+ 1, maxNrOfCellSyncBursts, FALSE);
return offset;
}
@@ -39773,7 +39773,7 @@ static int
dissect_nbap_CellSyncBurstInfoList_CellSyncReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellSyncBurstInfoList_CellSyncReconfRqstTDD, CellSyncBurstInfoList_CellSyncReconfRqstTDD_sequence_of,
- 1, maxNrOfReceptsPerSyncFrame);
+ 1, maxNrOfReceptsPerSyncFrame, FALSE);
return offset;
}
@@ -39803,7 +39803,7 @@ static int
dissect_nbap_CellSyncBurstMeasInfoListIE_CellSyncReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellSyncBurstMeasInfoListIE_CellSyncReconfRqstTDD, CellSyncBurstMeasInfoListIE_CellSyncReconfRqstTDD_sequence_of,
- 1, maxNrOfCellSyncBursts);
+ 1, maxNrOfCellSyncBursts, FALSE);
return offset;
}
@@ -39836,7 +39836,7 @@ static int
dissect_nbap_SYNCDlCodeIdTransReconfInfoLCR_CellSyncReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SYNCDlCodeIdTransReconfInfoLCR_CellSyncReconfRqstTDD, SYNCDlCodeIdTransReconfInfoLCR_CellSyncReconfRqstTDD_sequence_of,
- 1, maxNrOfSyncFramesLCR);
+ 1, maxNrOfSyncFramesLCR, FALSE);
return offset;
}
@@ -39868,7 +39868,7 @@ static int
dissect_nbap_SYNCDlCodeIdInfoListLCR_CellSyncReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SYNCDlCodeIdInfoListLCR_CellSyncReconfRqstTDD, SYNCDlCodeIdInfoListLCR_CellSyncReconfRqstTDD_sequence_of,
- 1, maxNrOfReceptionsperSyncFrameLCR);
+ 1, maxNrOfReceptionsperSyncFrameLCR, FALSE);
return offset;
}
@@ -39898,7 +39898,7 @@ static int
dissect_nbap_SYNCDlCodeIdMeasInfoList_CellSyncReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SYNCDlCodeIdMeasInfoList_CellSyncReconfRqstTDD, SYNCDlCodeIdMeasInfoList_CellSyncReconfRqstTDD_sequence_of,
- 1, maxNrOfSyncDLCodesLCR);
+ 1, maxNrOfSyncDLCodesLCR, FALSE);
return offset;
}
@@ -39974,7 +39974,7 @@ static int
dissect_nbap_CellAdjustmentInfo_SyncAdjustmentRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellAdjustmentInfo_SyncAdjustmentRqstTDD, CellAdjustmentInfo_SyncAdjustmentRqstTDD_sequence_of,
- 1, maxCellinNodeB);
+ 1, maxCellinNodeB, FALSE);
return offset;
}
@@ -40052,7 +40052,7 @@ static int
dissect_nbap_Unsuccessful_cell_InformationRespList_SyncAdjustmntFailureTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Unsuccessful_cell_InformationRespList_SyncAdjustmntFailureTDD, Unsuccessful_cell_InformationRespList_SyncAdjustmntFailureTDD_sequence_of,
- 1, maxCellinNodeB);
+ 1, maxCellinNodeB, FALSE);
return offset;
}
@@ -40197,7 +40197,7 @@ static int
dissect_nbap_CellSyncInfo_CellSyncReprtTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellSyncInfo_CellSyncReprtTDD, CellSyncInfo_CellSyncReprtTDD_sequence_of,
- 1, maxCellinNodeB);
+ 1, maxCellinNodeB, FALSE);
return offset;
}
@@ -40249,7 +40249,7 @@ static int
dissect_nbap_SEQUENCE_SIZE_1_maxNrOfReceptsPerSyncFrame_OF_CellSyncBurstInfo_CellSyncReprtTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SEQUENCE_SIZE_1_maxNrOfReceptsPerSyncFrame_OF_CellSyncBurstInfo_CellSyncReprtTDD, SEQUENCE_SIZE_1_maxNrOfReceptsPerSyncFrame_OF_CellSyncBurstInfo_CellSyncReprtTDD_sequence_of,
- 1, maxNrOfReceptsPerSyncFrame);
+ 1, maxNrOfReceptsPerSyncFrame, FALSE);
return offset;
}
@@ -40279,7 +40279,7 @@ static int
dissect_nbap_CellSyncBurstMeasInfoList_CellSyncReprtTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_CellSyncBurstMeasInfoList_CellSyncReprtTDD, CellSyncBurstMeasInfoList_CellSyncReprtTDD_sequence_of,
- 0, maxNrOfCellSyncBursts);
+ 0, maxNrOfCellSyncBursts, FALSE);
return offset;
}
@@ -40370,7 +40370,7 @@ static int
dissect_nbap_SyncDLCodeIdInfo_CellSyncReprtTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SyncDLCodeIdInfo_CellSyncReprtTDD, SyncDLCodeIdInfo_CellSyncReprtTDD_sequence_of,
- 1, maxNrOfReceptionsperSyncFrameLCR);
+ 1, maxNrOfReceptionsperSyncFrameLCR, FALSE);
return offset;
}
@@ -40400,7 +40400,7 @@ static int
dissect_nbap_SyncDLCodeIdsMeasInfoList_CellSyncReprtTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_SyncDLCodeIdsMeasInfoList_CellSyncReprtTDD, SyncDLCodeIdsMeasInfoList_CellSyncReprtTDD_sequence_of,
- 0, maxNrOfSyncFramesLCR);
+ 0, maxNrOfSyncFramesLCR, FALSE);
return offset;
}
@@ -40444,7 +40444,7 @@ static int
dissect_nbap_DCH_RearrangeList_Bearer_RearrangeInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DCH_RearrangeList_Bearer_RearrangeInd, DCH_RearrangeList_Bearer_RearrangeInd_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -40473,7 +40473,7 @@ static int
dissect_nbap_DSCH_RearrangeList_Bearer_RearrangeInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DSCH_RearrangeList_Bearer_RearrangeInd, DSCH_RearrangeList_Bearer_RearrangeInd_sequence_of,
- 1, maxNrOfDSCHs);
+ 1, maxNrOfDSCHs, FALSE);
return offset;
}
@@ -40502,7 +40502,7 @@ static int
dissect_nbap_USCH_RearrangeList_Bearer_RearrangeInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_USCH_RearrangeList_Bearer_RearrangeInd, USCH_RearrangeList_Bearer_RearrangeInd_sequence_of,
- 1, maxNrOfUSCHs);
+ 1, maxNrOfUSCHs, FALSE);
return offset;
}
@@ -40531,7 +40531,7 @@ static int
dissect_nbap_HSDSCH_RearrangeList_Bearer_RearrangeInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_HSDSCH_RearrangeList_Bearer_RearrangeInd, HSDSCH_RearrangeList_Bearer_RearrangeInd_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -40560,7 +40560,7 @@ static int
dissect_nbap_E_DCH_RearrangeList_Bearer_RearrangeInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_E_DCH_RearrangeList_Bearer_RearrangeInd, E_DCH_RearrangeList_Bearer_RearrangeInd_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -40589,7 +40589,7 @@ static int
dissect_nbap_DelayedActivationInformationList_RL_ActivationCmdFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DelayedActivationInformationList_RL_ActivationCmdFDD, DelayedActivationInformationList_RL_ActivationCmdFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -40634,7 +40634,7 @@ static int
dissect_nbap_DelayedActivationInformationList_RL_ActivationCmdTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_DelayedActivationInformationList_RL_ActivationCmdTDD, DelayedActivationInformationList_RL_ActivationCmdTDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -40695,7 +40695,7 @@ static int
dissect_nbap_Additional_HS_Cell_Information_RL_Param_Upd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_nbap_Additional_HS_Cell_Information_RL_Param_Upd, Additional_HS_Cell_Information_RL_Param_Upd_sequence_of,
- 1, maxNrOfHSDSCH_1);
+ 1, maxNrOfHSDSCH_1, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index 6729bae3ac..8ebb592591 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -1711,7 +1711,7 @@ static int
dissect_pcap_ProtocolIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_ProtocolIE_Container, ProtocolIE_Container_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -1759,7 +1759,7 @@ static int
dissect_pcap_ProtocolExtensionContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_ProtocolExtensionContainer, ProtocolExtensionContainer_sequence_of,
- 1, maxProtocolExtensions);
+ 1, maxProtocolExtensions, FALSE);
return offset;
}
@@ -1798,7 +1798,7 @@ static int
dissect_pcap_PrivateIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_PrivateIE_Container, PrivateIE_Container_sequence_of,
- 1, maxPrivateIEs);
+ 1, maxPrivateIEs, FALSE);
return offset;
}
@@ -1933,7 +1933,7 @@ static int
dissect_pcap_AlmanacSatInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_AlmanacSatInfoList, AlmanacSatInfoList_sequence_of,
- 1, maxSatAlmanac);
+ 1, maxSatAlmanac, FALSE);
return offset;
}
@@ -2295,7 +2295,7 @@ static int
dissect_pcap_GA_Polygon(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GA_Polygon, GA_Polygon_sequence_of,
- 1, maxNrOfPoints);
+ 1, maxNrOfPoints, FALSE);
return offset;
}
@@ -2636,7 +2636,7 @@ static int
dissect_pcap_CellId_MeasuredResultsInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_CellId_MeasuredResultsInfoList, CellId_MeasuredResultsInfoList_sequence_of,
- 1, maxNrOfMeasNCell);
+ 1, maxNrOfMeasNCell, FALSE);
return offset;
}
@@ -2650,7 +2650,7 @@ static int
dissect_pcap_CellId_MeasuredResultsSets(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_CellId_MeasuredResultsSets, CellId_MeasuredResultsSets_sequence_of,
- 1, maxNrOfMeasurements);
+ 1, maxNrOfMeasurements, FALSE);
return offset;
}
@@ -3011,7 +3011,7 @@ static int
dissect_pcap_MessageStructure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_MessageStructure, MessageStructure_sequence_of,
- 1, maxNrOfLevels);
+ 1, maxNrOfLevels, FALSE);
return offset;
}
@@ -3060,7 +3060,7 @@ static int
dissect_pcap_CriticalityDiagnostics_IE_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_CriticalityDiagnostics_IE_List, CriticalityDiagnostics_IE_List_sequence_of,
- 1, maxNrOfErrors);
+ 1, maxNrOfErrors, FALSE);
return offset;
}
@@ -3192,7 +3192,7 @@ static int
dissect_pcap_DGPS_CorrectionSatInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_DGPS_CorrectionSatInfoList, DGPS_CorrectionSatInfoList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -3336,7 +3336,7 @@ static int
dissect_pcap_PositioningDataSet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_PositioningDataSet, PositioningDataSet_sequence_of,
- 1, maxSet);
+ 1, maxSet, FALSE);
return offset;
}
@@ -3376,7 +3376,7 @@ static int
dissect_pcap_GANSS_PositioningDataSet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_PositioningDataSet, GANSS_PositioningDataSet_sequence_of,
- 1, maxGANSSSet);
+ 1, maxGANSSSet, FALSE);
return offset;
}
@@ -3573,7 +3573,7 @@ static int
dissect_pcap_AcquisitionSatInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_AcquisitionSatInfoList, AcquisitionSatInfoList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -3709,7 +3709,7 @@ static int
dissect_pcap_DGANSS_SignalInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_DGANSS_SignalInformation, DGANSS_SignalInformation_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -3740,7 +3740,7 @@ static int
dissect_pcap_DGANSS_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_DGANSS_Information, DGANSS_Information_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -3834,7 +3834,7 @@ static int
dissect_pcap_GANSS_SatelliteInformationKP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_SatelliteInformationKP, GANSS_SatelliteInformationKP_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -3988,7 +3988,7 @@ static int
dissect_pcap_GANSS_Clock_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_Clock_Model, GANSS_Clock_Model_sequence_of,
- 1, maxGANSSClockMod);
+ 1, maxGANSSClockMod, FALSE);
return offset;
}
@@ -4229,7 +4229,7 @@ static int
dissect_pcap_GANSS_DataBitAssistanceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_DataBitAssistanceList, GANSS_DataBitAssistanceList_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -4320,7 +4320,7 @@ static int
dissect_pcap_GANSS_Real_Time_Integrity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_Real_Time_Integrity, GANSS_Real_Time_Integrity_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -4365,7 +4365,7 @@ static int
dissect_pcap_GANSS_SatelliteInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_SatelliteInformation, GANSS_SatelliteInformation_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -4581,7 +4581,7 @@ static int
dissect_pcap_GANSS_Sat_Info_Nav(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_Sat_Info_Nav, GANSS_Sat_Info_Nav_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -4637,7 +4637,7 @@ static int
dissect_pcap_GANSS_GenericAssistanceDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_GenericAssistanceDataList, GANSS_GenericAssistanceDataList_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -4712,7 +4712,7 @@ static int
dissect_pcap_GANSS_MeasurementParameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_MeasurementParameters, GANSS_MeasurementParameters_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -4743,7 +4743,7 @@ static int
dissect_pcap_GANSS_GenericMeasurementInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_GenericMeasurementInfo, GANSS_GenericMeasurementInfo_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -4851,7 +4851,7 @@ static int
dissect_pcap_GANSS_MeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSS_MeasuredResultsList, GANSS_MeasuredResultsList_sequence_of,
- 1, maxNrOfSets);
+ 1, maxNrOfSets, FALSE);
return offset;
}
@@ -5074,7 +5074,7 @@ static int
dissect_pcap_GPS_MeasurementParamList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GPS_MeasurementParamList, GPS_MeasurementParamList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -5104,7 +5104,7 @@ static int
dissect_pcap_MeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_MeasuredResultsList, MeasuredResultsList_sequence_of,
- 1, maxNrOfSets);
+ 1, maxNrOfSets, FALSE);
return offset;
}
@@ -5154,7 +5154,7 @@ static int
dissect_pcap_GPS_NavigationModel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GPS_NavigationModel, GPS_NavigationModel_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -5168,7 +5168,7 @@ static int
dissect_pcap_BadSatList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_BadSatList, BadSatList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -5247,7 +5247,7 @@ static int
dissect_pcap_GPS_TOW_AssistList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GPS_TOW_AssistList, GPS_TOW_AssistList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -5412,7 +5412,7 @@ static int
dissect_pcap_SatelliteRelatedDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_SatelliteRelatedDataList, SatelliteRelatedDataList_sequence_of,
- 0, maxSat);
+ 0, maxSat, FALSE);
return offset;
}
@@ -5503,7 +5503,7 @@ static int
dissect_pcap_ReqDataBitAssistanceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_ReqDataBitAssistanceList, ReqDataBitAssistanceList_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -5549,7 +5549,7 @@ static int
dissect_pcap_SatelliteRelatedDataListGANSS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_SatelliteRelatedDataListGANSS, SatelliteRelatedDataListGANSS_sequence_of,
- 0, maxGANSSSat);
+ 0, maxGANSSSat, FALSE);
return offset;
}
@@ -5605,7 +5605,7 @@ static int
dissect_pcap_GanssRequestedGenericAssistanceDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GanssRequestedGenericAssistanceDataList, GanssRequestedGenericAssistanceDataList_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -6077,7 +6077,7 @@ static int
dissect_pcap_GANSSGenericDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_GANSSGenericDataList, GANSSGenericDataList_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -6133,7 +6133,7 @@ static int
dissect_pcap_ExplicitInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_ExplicitInformationList, ExplicitInformationList_sequence_of,
- 1, maxNrOfExpInfo);
+ 1, maxNrOfExpInfo, FALSE);
return offset;
}
@@ -6481,7 +6481,7 @@ static int
dissect_pcap_OTDOA_NeighbourCellInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_OTDOA_NeighbourCellInfoList, OTDOA_NeighbourCellInfoList_sequence_of,
- 1, maxNrOfMeasNCell);
+ 1, maxNrOfMeasNCell, FALSE);
return offset;
}
@@ -6538,7 +6538,7 @@ static int
dissect_pcap_OTDOA_MeasuredResultsInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_OTDOA_MeasuredResultsInfoList, OTDOA_MeasuredResultsInfoList_sequence_of,
- 1, maxNrOfMeasNCell);
+ 1, maxNrOfMeasNCell, FALSE);
return offset;
}
@@ -6552,7 +6552,7 @@ static int
dissect_pcap_OTDOA_MeasuredResultsSets(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_OTDOA_MeasuredResultsSets, OTDOA_MeasuredResultsSets_sequence_of,
- 1, maxNrOfMeasurements);
+ 1, maxNrOfMeasurements, FALSE);
return offset;
}
@@ -7048,7 +7048,7 @@ static int
dissect_pcap_NetworkAssistedGANSSSupport(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_NetworkAssistedGANSSSupport, NetworkAssistedGANSSSupport_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -7857,7 +7857,7 @@ static int
dissect_pcap_UE_Positioning_OTDOA_NeighbourCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_UE_Positioning_OTDOA_NeighbourCellList, UE_Positioning_OTDOA_NeighbourCellList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -8308,7 +8308,7 @@ static int
dissect_pcap_TDD_UL_Code_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_TDD_UL_Code_Information, TDD_UL_Code_Information_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -8340,7 +8340,7 @@ static int
dissect_pcap_UL_Timeslot_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_UL_Timeslot_Information, UL_Timeslot_Information_sequence_of,
- 1, maxNrOfULTSs);
+ 1, maxNrOfULTSs, FALSE);
return offset;
}
@@ -8533,7 +8533,7 @@ static int
dissect_pcap_Transmission_Gap_Pattern_Sequence_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_Transmission_Gap_Pattern_Sequence_Information, Transmission_Gap_Pattern_Sequence_Information_sequence_of,
- 1, maxTGPS);
+ 1, maxTGPS, FALSE);
return offset;
}
@@ -8584,7 +8584,7 @@ static int
dissect_pcap_Transmission_Gap_Pattern_Sequence_Status_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_Transmission_Gap_Pattern_Sequence_Status_List, Transmission_Gap_Pattern_Sequence_Status_List_sequence_of,
- 1, maxTGPS);
+ 1, maxTGPS, FALSE);
return offset;
}
@@ -8647,7 +8647,7 @@ static int
dissect_pcap_T_ctfc2Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_T_ctfc2Bit, T_ctfc2Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8661,7 +8661,7 @@ static int
dissect_pcap_T_ctfc4Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_T_ctfc4Bit, T_ctfc4Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8675,7 +8675,7 @@ static int
dissect_pcap_T_ctfc6Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_T_ctfc6Bit, T_ctfc6Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8689,7 +8689,7 @@ static int
dissect_pcap_T_ctfc8Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_T_ctfc8Bit, T_ctfc8Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8703,7 +8703,7 @@ static int
dissect_pcap_T_ctfc12Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_T_ctfc12Bit, T_ctfc12Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8717,7 +8717,7 @@ static int
dissect_pcap_T_ctfc16Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_T_ctfc16Bit, T_ctfc16Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8741,7 +8741,7 @@ static int
dissect_pcap_T_ctfc24Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_T_ctfc24Bit, T_ctfc24Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8787,7 +8787,7 @@ static int
dissect_pcap_TFCS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_TFCS, TFCS_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -8872,7 +8872,7 @@ static int
dissect_pcap_SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo, SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo_sequence_of,
- 1, maxNrOfTFs);
+ 1, maxNrOfTFs, FALSE);
return offset;
}
@@ -8902,7 +8902,7 @@ static int
dissect_pcap_TransportFormatSet_DynamicPartList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_TransportFormatSet_DynamicPartList, TransportFormatSet_DynamicPartList_sequence_of,
- 1, maxNrOfTFs);
+ 1, maxNrOfTFs, FALSE);
return offset;
}
@@ -9049,7 +9049,7 @@ static int
dissect_pcap_TrChInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_TrChInfoList, TrChInfoList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -9146,7 +9146,7 @@ static int
dissect_pcap_Reference_E_TFCI_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_Reference_E_TFCI_Information, Reference_E_TFCI_Information_sequence_of,
- 1, maxNrOfRefETFCIs);
+ 1, maxNrOfRefETFCIs, FALSE);
return offset;
}
@@ -9395,7 +9395,7 @@ static int
dissect_pcap_PRACHparameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_pcap_PRACHparameters, PRACHparameters_sequence_of,
- 1, maxPRACH);
+ 1, maxPRACH, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-per.c b/epan/dissectors/packet-per.c
index c801e52b69..a0fb70f433 100644
--- a/epan/dissectors/packet-per.c
+++ b/epan/dissectors/packet-per.c
@@ -812,7 +812,7 @@ dissect_per_object_descriptor(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, p
/* this function dissects a constrained sequence of */
guint32
-dissect_per_constrained_sequence_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len)
+dissect_per_constrained_sequence_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len, gboolean has_extension _U_)
{
proto_item *item;
proto_tree *tree;
@@ -822,6 +822,23 @@ dissect_per_constrained_sequence_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *a
DEBUG_ENTRY("dissect_per_constrained_sequence_of");
+ /* 19.4 If there is a PER-visible constraint and an extension marker is present in it,
+ * a single bit shall be added to the field-list in a bit-field of length one
+ */
+ if(has_extension){
+#if 0
+ gboolean extension_present;
+ offset=dissect_per_boolean(tvb, offset, actx, tree, hf_per_extension_present_bit, &extension_present);
+ if (!display_internal_per_fields) PROTO_ITEM_SET_HIDDEN(actx->created_item);
+ if(extension_present){
+ /* 10.9 shall be invoked to add the length determinant as a semi-constrained whole number to the field-list,
+ * followed by the component values
+ * TODO: Handle extension
+ */
+ }
+#endif
+ }
+
/* 19.5 if min==max and min,max<64k ==> no length determinant */
if((min_len==max_len) && (min_len<65536)){
length=min_len;
@@ -860,11 +877,11 @@ call_sohelper:
/* this function dissects a constrained set of */
guint32
-dissect_per_constrained_set_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len)
+dissect_per_constrained_set_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len, gboolean has_extension)
{
/* for basic-per a set-of is encoded in the same way as a sequence-of */
DEBUG_ENTRY("dissect_per_constrained_set_of");
- offset=dissect_per_constrained_sequence_of(tvb, offset, actx, parent_tree, hf_index, ett_index, seq, min_len, max_len);
+ offset=dissect_per_constrained_sequence_of(tvb, offset, actx, parent_tree, hf_index, ett_index, seq, min_len, max_len, has_extension);
return offset;
}
diff --git a/epan/dissectors/packet-per.h b/epan/dissectors/packet-per.h
index 02b9d0bd9a..03d4317df6 100644
--- a/epan/dissectors/packet-per.h
+++ b/epan/dissectors/packet-per.h
@@ -85,9 +85,9 @@ extern guint32 dissect_per_BMPString(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *
extern guint32 dissect_per_object_descriptor(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *tree, int hf_index, tvbuff_t **value_tvb);
-extern guint32 dissect_per_constrained_sequence_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len);
+extern guint32 dissect_per_constrained_sequence_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len, gboolean has_extension);
-extern guint32 dissect_per_constrained_set_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len);
+extern guint32 dissect_per_constrained_set_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq, int min_len, int max_len, gboolean has_extension);
extern guint32 dissect_per_set_of(tvbuff_t *tvb, guint32 offset, asn1_ctx_t *actx, proto_tree *parent_tree, int hf_index, gint ett_index, const per_sequence_t *seq);
diff --git a/epan/dissectors/packet-ranap.c b/epan/dissectors/packet-ranap.c
index b973007cdb..2ee9dfdddf 100644
--- a/epan/dissectors/packet-ranap.c
+++ b/epan/dissectors/packet-ranap.c
@@ -1678,7 +1678,7 @@ static int
dissect_ranap_ProtocolIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_ProtocolIE_Container, ProtocolIE_Container_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -1728,7 +1728,7 @@ static int
dissect_ranap_ProtocolIE_ContainerPair(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_ProtocolIE_ContainerPair, ProtocolIE_ContainerPair_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -1750,7 +1750,7 @@ dissect_ranap_ProtocolIE_ContainerList(tvbuff_t *tvb _U_, int offset _U_, asn1_c
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_ProtocolIE_ContainerList, ProtocolIE_ContainerList_sequence_of,
- asn1_param_get_integer(actx,"lowerBound"), asn1_param_get_integer(actx,"upperBound"));
+ asn1_param_get_integer(actx,"lowerBound"), asn1_param_get_integer(actx,"upperBound"), FALSE);
return offset;
}
@@ -1772,7 +1772,7 @@ dissect_ranap_ProtocolIE_ContainerPairList(tvbuff_t *tvb _U_, int offset _U_, as
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_ProtocolIE_ContainerPairList, ProtocolIE_ContainerPairList_sequence_of,
- asn1_param_get_integer(actx,"lowerBound"), asn1_param_get_integer(actx,"upperBound"));
+ asn1_param_get_integer(actx,"lowerBound"), asn1_param_get_integer(actx,"upperBound"), FALSE);
return offset;
}
@@ -1811,7 +1811,7 @@ static int
dissect_ranap_ProtocolExtensionContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_ProtocolExtensionContainer, ProtocolExtensionContainer_sequence_of,
- 1, maxProtocolExtensions);
+ 1, maxProtocolExtensions, FALSE);
return offset;
}
@@ -1850,7 +1850,7 @@ static int
dissect_ranap_PrivateIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_PrivateIE_Container, PrivateIE_Container_sequence_of,
- 1, maxPrivateIEs);
+ 1, maxPrivateIEs, FALSE);
return offset;
}
@@ -1991,7 +1991,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_MaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_MaxBitrateList, Alt_RAB_Parameter_MaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2005,7 +2005,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_MaxBitrates(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_MaxBitrates, Alt_RAB_Parameter_MaxBitrates_sequence_of,
- 1, maxNrOfAltValues);
+ 1, maxNrOfAltValues, FALSE);
return offset;
}
@@ -2061,7 +2061,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_GuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_GuaranteedBitrateList, Alt_RAB_Parameter_GuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2075,7 +2075,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_GuaranteedBitrates(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_GuaranteedBitrates, Alt_RAB_Parameter_GuaranteedBitrates_sequence_of,
- 1, maxNrOfAltValues);
+ 1, maxNrOfAltValues, FALSE);
return offset;
}
@@ -2130,7 +2130,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_ExtendedGuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_ExtendedGuaranteedBitrateList, Alt_RAB_Parameter_ExtendedGuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2144,7 +2144,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_ExtendedGuaranteedBitrates(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_ExtendedGuaranteedBitrates, Alt_RAB_Parameter_ExtendedGuaranteedBitrates_sequence_of,
- 1, maxNrOfAltValues);
+ 1, maxNrOfAltValues, FALSE);
return offset;
}
@@ -2183,7 +2183,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_ExtendedMaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_ExtendedMaxBitrateList, Alt_RAB_Parameter_ExtendedMaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2197,7 +2197,7 @@ static int
dissect_ranap_Alt_RAB_Parameter_ExtendedMaxBitrates(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Alt_RAB_Parameter_ExtendedMaxBitrates, Alt_RAB_Parameter_ExtendedMaxBitrates_sequence_of,
- 1, maxNrOfAltValues);
+ 1, maxNrOfAltValues, FALSE);
return offset;
}
@@ -2416,7 +2416,7 @@ static int
dissect_ranap_GA_Polygon(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_GA_Polygon, GA_Polygon_sequence_of,
- 1, maxNrOfPoints);
+ 1, maxNrOfPoints, FALSE);
return offset;
}
@@ -2623,7 +2623,7 @@ static int
dissect_ranap_Ass_RAB_Parameter_MaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Ass_RAB_Parameter_MaxBitrateList, Ass_RAB_Parameter_MaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2637,7 +2637,7 @@ static int
dissect_ranap_Ass_RAB_Parameter_GuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Ass_RAB_Parameter_GuaranteedBitrateList, Ass_RAB_Parameter_GuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2667,7 +2667,7 @@ static int
dissect_ranap_Ass_RAB_Parameter_ExtendedGuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Ass_RAB_Parameter_ExtendedGuaranteedBitrateList, Ass_RAB_Parameter_ExtendedGuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2681,7 +2681,7 @@ static int
dissect_ranap_Ass_RAB_Parameter_ExtendedMaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Ass_RAB_Parameter_ExtendedMaxBitrateList, Ass_RAB_Parameter_ExtendedMaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -2705,7 +2705,7 @@ static int
dissect_ranap_AuthorisedSNAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_AuthorisedSNAs, AuthorisedSNAs_sequence_of,
- 1, maxNrOfSNAs);
+ 1, maxNrOfSNAs, FALSE);
return offset;
}
@@ -2735,7 +2735,7 @@ static int
dissect_ranap_AuthorisedPLMNs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_AuthorisedPLMNs, AuthorisedPLMNs_sequence_of,
- 1, maxNrOfPLMNsSN);
+ 1, maxNrOfPLMNsSN, FALSE);
return offset;
}
@@ -3209,7 +3209,7 @@ static int
dissect_ranap_CriticalityDiagnostics_IE_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_CriticalityDiagnostics_IE_List, CriticalityDiagnostics_IE_List_sequence_of,
- 1, maxNrOfErrors);
+ 1, maxNrOfErrors, FALSE);
return offset;
}
@@ -3267,7 +3267,7 @@ static int
dissect_ranap_MessageStructure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_MessageStructure, MessageStructure_sequence_of,
- 1, maxNrOfLevels);
+ 1, maxNrOfLevels, FALSE);
return offset;
}
@@ -3458,7 +3458,7 @@ static int
dissect_ranap_NewRAListofIdleModeUEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_NewRAListofIdleModeUEs, NewRAListofIdleModeUEs_sequence_of,
- 1, maxMBMSRA);
+ 1, maxMBMSRA, FALSE);
return offset;
}
@@ -3472,7 +3472,7 @@ static int
dissect_ranap_RAListwithNoIdleModeUEsAnyMore(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RAListwithNoIdleModeUEsAnyMore, RAListwithNoIdleModeUEsAnyMore_sequence_of,
- 1, maxMBMSRA);
+ 1, maxMBMSRA, FALSE);
return offset;
}
@@ -3562,7 +3562,7 @@ static int
dissect_ranap_PermittedEncryptionAlgorithms(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_PermittedEncryptionAlgorithms, PermittedEncryptionAlgorithms_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -3612,7 +3612,7 @@ static int
dissect_ranap_IMEIList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_IMEIList, IMEIList_sequence_of,
- 1, maxNrOfUEsToBeTraced);
+ 1, maxNrOfUEsToBeTraced, FALSE);
return offset;
}
@@ -3636,7 +3636,7 @@ static int
dissect_ranap_IMEISVList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_IMEISVList, IMEISVList_sequence_of,
- 1, maxNrOfUEsToBeTraced);
+ 1, maxNrOfUEsToBeTraced, FALSE);
return offset;
}
@@ -3773,7 +3773,7 @@ static int
dissect_ranap_GANSS_PositioningDataSet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_GANSS_PositioningDataSet, GANSS_PositioningDataSet_sequence_of,
- 1, maxGANSSSet);
+ 1, maxGANSSSet, FALSE);
return offset;
}
@@ -4024,7 +4024,7 @@ static int
dissect_ranap_RequestedMBMSIPMulticastAddressandAPNRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RequestedMBMSIPMulticastAddressandAPNRequest, RequestedMBMSIPMulticastAddressandAPNRequest_sequence_of,
- 1, maxnoofMulticastServicesPerRNC);
+ 1, maxnoofMulticastServicesPerRNC, FALSE);
return offset;
}
@@ -4038,7 +4038,7 @@ static int
dissect_ranap_RequestedMulticastServiceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RequestedMulticastServiceList, RequestedMulticastServiceList_sequence_of,
- 1, maxnoofMulticastServicesPerUE);
+ 1, maxnoofMulticastServicesPerUE, FALSE);
return offset;
}
@@ -4074,7 +4074,7 @@ static int
dissect_ranap_MBMSIPMulticastAddressandAPNRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_MBMSIPMulticastAddressandAPNRequest, MBMSIPMulticastAddressandAPNRequest_sequence_of,
- 1, maxnoofMulticastServicesPerRNC);
+ 1, maxnoofMulticastServicesPerRNC, FALSE);
return offset;
}
@@ -4203,7 +4203,7 @@ static int
dissect_ranap_PermittedIntegrityProtectionAlgorithms(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_PermittedIntegrityProtectionAlgorithms, PermittedIntegrityProtectionAlgorithms_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -4392,7 +4392,7 @@ static int
dissect_ranap_ListOF_SNAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_ListOF_SNAs, ListOF_SNAs_sequence_of,
- 1, maxNrOfSNAs);
+ 1, maxNrOfSNAs, FALSE);
return offset;
}
@@ -4422,7 +4422,7 @@ static int
dissect_ranap_LA_LIST(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_LA_LIST, LA_LIST_sequence_of,
- 1, maxNrOfLAs);
+ 1, maxNrOfLAs, FALSE);
return offset;
}
@@ -4486,7 +4486,7 @@ static int
dissect_ranap_ListOfInterfacesToTrace(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_ListOfInterfacesToTrace, ListOfInterfacesToTrace_sequence_of,
- 1, maxNrOfInterfaces);
+ 1, maxNrOfInterfaces, FALSE);
return offset;
}
@@ -4894,7 +4894,7 @@ static int
dissect_ranap_PDP_TypeInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_PDP_TypeInformation, PDP_TypeInformation_sequence_of,
- 1, maxNrOfPDPDirections);
+ 1, maxNrOfPDPDirections, FALSE);
return offset;
}
@@ -4950,7 +4950,7 @@ static int
dissect_ranap_PLMNs_in_shared_network(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_PLMNs_in_shared_network, PLMNs_in_shared_network_sequence_of,
- 1, maxNrOfPLMNsSN);
+ 1, maxNrOfPLMNsSN, FALSE);
return offset;
}
@@ -4984,7 +4984,7 @@ static int
dissect_ranap_PositioningDataSet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_PositioningDataSet, PositioningDataSet_sequence_of,
- 1, maxSet);
+ 1, maxSet, FALSE);
return offset;
}
@@ -5113,7 +5113,7 @@ static int
dissect_ranap_RAB_Parameter_ExtendedGuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RAB_Parameter_ExtendedGuaranteedBitrateList, RAB_Parameter_ExtendedGuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5127,7 +5127,7 @@ static int
dissect_ranap_RAB_Parameter_ExtendedMaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RAB_Parameter_ExtendedMaxBitrateList, RAB_Parameter_ExtendedMaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5141,7 +5141,7 @@ static int
dissect_ranap_RAB_Parameter_GuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RAB_Parameter_GuaranteedBitrateList, RAB_Parameter_GuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5155,7 +5155,7 @@ static int
dissect_ranap_RAB_Parameter_MaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RAB_Parameter_MaxBitrateList, RAB_Parameter_MaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5285,7 +5285,7 @@ static int
dissect_ranap_SDU_FormatInformationParameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_SDU_FormatInformationParameters, SDU_FormatInformationParameters_sequence_of,
- 1, maxRAB_SubflowCombination);
+ 1, maxRAB_SubflowCombination, FALSE);
return offset;
}
@@ -5317,7 +5317,7 @@ static int
dissect_ranap_SDU_Parameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_SDU_Parameters, SDU_Parameters_sequence_of,
- 1, maxRAB_Subflows);
+ 1, maxRAB_Subflows, FALSE);
return offset;
}
@@ -5445,7 +5445,7 @@ static int
dissect_ranap_TrCH_ID_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_TrCH_ID_List, TrCH_ID_List_sequence_of,
- 1, maxRAB_Subflows);
+ 1, maxRAB_Subflows, FALSE);
return offset;
}
@@ -5475,7 +5475,7 @@ static int
dissect_ranap_RAB_TrCH_Mapping(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RAB_TrCH_Mapping, RAB_TrCH_Mapping_sequence_of,
- 1, maxNrOfRABs);
+ 1, maxNrOfRABs, FALSE);
return offset;
}
@@ -5489,7 +5489,7 @@ static int
dissect_ranap_RAofIdleModeUEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_RAofIdleModeUEs, RAofIdleModeUEs_sequence_of,
- 1, maxMBMSRA);
+ 1, maxMBMSRA, FALSE);
return offset;
}
@@ -5556,7 +5556,7 @@ static int
dissect_ranap_LAListofIdleModeUEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_LAListofIdleModeUEs, LAListofIdleModeUEs_sequence_of,
- 1, maxMBMSRA);
+ 1, maxMBMSRA, FALSE);
return offset;
}
@@ -5672,7 +5672,7 @@ static int
dissect_ranap_Requested_RAB_Parameter_MaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Requested_RAB_Parameter_MaxBitrateList, Requested_RAB_Parameter_MaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5686,7 +5686,7 @@ static int
dissect_ranap_Requested_RAB_Parameter_GuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Requested_RAB_Parameter_GuaranteedBitrateList, Requested_RAB_Parameter_GuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5716,7 +5716,7 @@ static int
dissect_ranap_Requested_RAB_Parameter_ExtendedMaxBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Requested_RAB_Parameter_ExtendedMaxBitrateList, Requested_RAB_Parameter_ExtendedMaxBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5730,7 +5730,7 @@ static int
dissect_ranap_Requested_RAB_Parameter_ExtendedGuaranteedBitrateList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_Requested_RAB_Parameter_ExtendedGuaranteedBitrateList, Requested_RAB_Parameter_ExtendedGuaranteedBitrateList_sequence_of,
- 1, maxNrOfSeparateTrafficDirections);
+ 1, maxNrOfSeparateTrafficDirections, FALSE);
return offset;
}
@@ -5968,7 +5968,7 @@ static int
dissect_ranap_SRB_TrCH_Mapping(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_SRB_TrCH_Mapping, SRB_TrCH_Mapping_sequence_of,
- 1, maxNrOfSRBs);
+ 1, maxNrOfSRBs, FALSE);
return offset;
}
@@ -6590,7 +6590,7 @@ static int
dissect_ranap_DataVolumeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_DataVolumeList, DataVolumeList_sequence_of,
- 1, maxNrOfVol);
+ 1, maxNrOfVol, FALSE);
return offset;
}
@@ -6820,7 +6820,7 @@ static int
dissect_ranap_JoinedMBMSBearerService_IEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_JoinedMBMSBearerService_IEs, JoinedMBMSBearerService_IEs_sequence_of,
- 1, maxnoofMulticastServicesPerUE);
+ 1, maxnoofMulticastServicesPerUE, FALSE);
return offset;
}
@@ -8450,7 +8450,7 @@ static int
dissect_ranap_LeftMBMSBearerService_IEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_LeftMBMSBearerService_IEs, LeftMBMSBearerService_IEs_sequence_of,
- 1, maxnoofMulticastServicesPerUE);
+ 1, maxnoofMulticastServicesPerUE, FALSE);
return offset;
}
@@ -8495,7 +8495,7 @@ static int
dissect_ranap_UnsuccessfulLinking_IEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ranap_UnsuccessfulLinking_IEs, UnsuccessfulLinking_IEs_sequence_of,
- 1, maxnoofMulticastServicesPerUE);
+ 1, maxnoofMulticastServicesPerUE, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c
index 0041940087..dd36df72cd 100644
--- a/epan/dissectors/packet-rnsap.c
+++ b/epan/dissectors/packet-rnsap.c
@@ -4928,7 +4928,7 @@ static int
dissect_rnsap_ProtocolIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_ProtocolIE_Container, ProtocolIE_Container_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -4976,7 +4976,7 @@ static int
dissect_rnsap_ProtocolExtensionContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_ProtocolExtensionContainer, ProtocolExtensionContainer_sequence_of,
- 1, maxProtocolExtensions);
+ 1, maxProtocolExtensions, FALSE);
return offset;
}
@@ -5015,7 +5015,7 @@ static int
dissect_rnsap_PrivateIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PrivateIE_Container, PrivateIE_Container_sequence_of,
- 1, maxPrivateIEs);
+ 1, maxPrivateIEs, FALSE);
return offset;
}
@@ -5128,7 +5128,7 @@ static int
dissect_rnsap_Active_MBMS_Bearer_Service_ListFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Active_MBMS_Bearer_Service_ListFDD, Active_MBMS_Bearer_Service_ListFDD_sequence_of,
- 1, maxNrOfActiveMBMSServices);
+ 1, maxNrOfActiveMBMSServices, FALSE);
return offset;
}
@@ -5169,7 +5169,7 @@ static int
dissect_rnsap_Active_MBMS_Bearer_Service_ListFDD_PFL(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Active_MBMS_Bearer_Service_ListFDD_PFL, Active_MBMS_Bearer_Service_ListFDD_PFL_sequence_of,
- 1, maxNrOfActiveMBMSServices);
+ 1, maxNrOfActiveMBMSServices, FALSE);
return offset;
}
@@ -5199,7 +5199,7 @@ static int
dissect_rnsap_Active_MBMS_Bearer_Service_ListTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Active_MBMS_Bearer_Service_ListTDD, Active_MBMS_Bearer_Service_ListTDD_sequence_of,
- 1, maxNrOfActiveMBMSServices);
+ 1, maxNrOfActiveMBMSServices, FALSE);
return offset;
}
@@ -5230,7 +5230,7 @@ static int
dissect_rnsap_Active_MBMS_Bearer_Service_ListTDD_PFL(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Active_MBMS_Bearer_Service_ListTDD_PFL, Active_MBMS_Bearer_Service_ListTDD_PFL_sequence_of,
- 1, maxNrOfActiveMBMSServices);
+ 1, maxNrOfActiveMBMSServices, FALSE);
return offset;
}
@@ -5291,7 +5291,7 @@ static int
dissect_rnsap_Transmission_Gap_Pattern_Sequence_Status_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Transmission_Gap_Pattern_Sequence_Status_List, Transmission_Gap_Pattern_Sequence_Status_List_sequence_of,
- 0, maxTGPS);
+ 0, maxTGPS, FALSE);
return offset;
}
@@ -5331,7 +5331,7 @@ static int
dissect_rnsap_CorrespondingCells(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_CorrespondingCells, CorrespondingCells_sequence_of,
- 1, maxNrOfCellsPerFreq);
+ 1, maxNrOfCellsPerFreq, FALSE);
return offset;
}
@@ -5361,7 +5361,7 @@ static int
dissect_rnsap_AdditionalPreferredFrequency(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_AdditionalPreferredFrequency, AdditionalPreferredFrequency_sequence_of,
- 1, maxNrOfAddFreq);
+ 1, maxNrOfAddFreq, FALSE);
return offset;
}
@@ -5395,7 +5395,7 @@ static int
dissect_rnsap_AffectedUEInformationForMBMS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_AffectedUEInformationForMBMS, AffectedUEInformationForMBMS_sequence_of,
- 1, maxNrOfUEs);
+ 1, maxNrOfUEs, FALSE);
return offset;
}
@@ -5617,7 +5617,7 @@ static int
dissect_rnsap_T_badSatelliteInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_badSatelliteInformation, T_badSatelliteInformation_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -6545,7 +6545,7 @@ static int
dissect_rnsap_T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation, T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_sequence_of,
- 1, maxNrOfMeasNCell);
+ 1, maxNrOfMeasNCell, FALSE);
return offset;
}
@@ -6574,7 +6574,7 @@ static int
dissect_rnsap_T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation, T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_sequence_of,
- 0, maxNrOfMeasNCell_1);
+ 0, maxNrOfMeasNCell_1, FALSE);
return offset;
}
@@ -7430,7 +7430,7 @@ static int
dissect_rnsap_Continuous_Packet_Connectivity_HS_SCCH_Less_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Continuous_Packet_Connectivity_HS_SCCH_Less_Information, Continuous_Packet_Connectivity_HS_SCCH_Less_Information_sequence_of,
- 1, maxNrOfHS_DSCHTBSs_HS_SCCHless);
+ 1, maxNrOfHS_DSCHTBSs_HS_SCCHless, FALSE);
return offset;
}
@@ -7569,7 +7569,7 @@ static int
dissect_rnsap_CriticalityDiagnostics_IE_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_CriticalityDiagnostics_IE_List, CriticalityDiagnostics_IE_List_sequence_of,
- 1, maxNrOfErrors);
+ 1, maxNrOfErrors, FALSE);
return offset;
}
@@ -7628,7 +7628,7 @@ static int
dissect_rnsap_MessageStructure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_MessageStructure, MessageStructure_sequence_of,
- 1, maxNrOfLevels);
+ 1, maxNrOfLevels, FALSE);
return offset;
}
@@ -7940,7 +7940,7 @@ static int
dissect_rnsap_TransmissionTimeIntervalInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TransmissionTimeIntervalInformation, TransmissionTimeIntervalInformation_sequence_of,
- 1, maxTTI_Count);
+ 1, maxTTI_Count, FALSE);
return offset;
}
@@ -8008,7 +8008,7 @@ static int
dissect_rnsap_TransportFormatSet_DynamicPartList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TransportFormatSet_DynamicPartList, TransportFormatSet_DynamicPartList_sequence_of,
- 1, maxNrOfTFs);
+ 1, maxNrOfTFs, FALSE);
return offset;
}
@@ -8197,7 +8197,7 @@ static int
dissect_rnsap_DCH_Specific_FDD_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_Specific_FDD_InformationList, DCH_Specific_FDD_InformationList_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -8230,7 +8230,7 @@ static int
dissect_rnsap_DCH_FDD_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_FDD_Information, DCH_FDD_Information_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -8286,7 +8286,7 @@ static int
dissect_rnsap_DCH_InformationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_InformationResponse, DCH_InformationResponse_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -8325,7 +8325,7 @@ static int
dissect_rnsap_DCH_Specific_TDD_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_Specific_TDD_InformationList, DCH_Specific_TDD_InformationList_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -8358,7 +8358,7 @@ static int
dissect_rnsap_DCH_TDD_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_TDD_Information, DCH_TDD_Information_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -8809,7 +8809,7 @@ static int
dissect_rnsap_T_dGANSS_SignalInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_dGANSS_SignalInformation, T_dGANSS_SignalInformation_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -8840,7 +8840,7 @@ static int
dissect_rnsap_T_dGANSS_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_dGANSS_Information, T_dGANSS_Information_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -8997,7 +8997,7 @@ static int
dissect_rnsap_T_satellite_DGPSCorrections_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_satellite_DGPSCorrections_Information, T_satellite_DGPSCorrections_Information_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -9188,7 +9188,7 @@ static int
dissect_rnsap_DL_ReferencePowerInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_ReferencePowerInformationList, DL_ReferencePowerInformationList_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -9619,7 +9619,7 @@ static int
dissect_rnsap_TDD_DL_Code_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DL_Code_Information, TDD_DL_Code_Information_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -9651,7 +9651,7 @@ static int
dissect_rnsap_DL_Timeslot_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_Timeslot_Information, DL_Timeslot_Information_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -9821,7 +9821,7 @@ static int
dissect_rnsap_TDD_DL_Code_LCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DL_Code_LCR_Information, TDD_DL_Code_LCR_Information_sequence_of,
- 1, maxNrOfDPCHsLCR);
+ 1, maxNrOfDPCHsLCR, FALSE);
return offset;
}
@@ -9853,7 +9853,7 @@ static int
dissect_rnsap_DL_TimeslotLCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_TimeslotLCR_Information, DL_TimeslotLCR_Information_sequence_of,
- 1, maxNrOfDLTsLCR);
+ 1, maxNrOfDLTsLCR, FALSE);
return offset;
}
@@ -10125,7 +10125,7 @@ static int
dissect_rnsap_TDD_DL_Code_Information768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DL_Code_Information768, TDD_DL_Code_Information768_sequence_of,
- 1, maxNrOfDPCHs768);
+ 1, maxNrOfDPCHs768, FALSE);
return offset;
}
@@ -10157,7 +10157,7 @@ static int
dissect_rnsap_DL_Timeslot_Information768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_Timeslot_Information768, DL_Timeslot_Information768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -10197,7 +10197,7 @@ static int
dissect_rnsap_DL_TimeSlot_ISCP_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_TimeSlot_ISCP_Info, DL_TimeSlot_ISCP_Info_sequence_of,
- 1, maxNrOfDLTs);
+ 1, maxNrOfDLTs, FALSE);
return offset;
}
@@ -10227,7 +10227,7 @@ static int
dissect_rnsap_DL_TimeSlot_ISCP_LCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_TimeSlot_ISCP_LCR_Information, DL_TimeSlot_ISCP_LCR_Information_sequence_of,
- 1, maxNrOfDLTsLCR);
+ 1, maxNrOfDLTsLCR, FALSE);
return offset;
}
@@ -10355,7 +10355,7 @@ static int
dissect_rnsap_MAC_c_sh_SDU_LengthList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_MAC_c_sh_SDU_LengthList, MAC_c_sh_SDU_LengthList_sequence_of,
- 1, maxNrOfMACcshSDU_Length);
+ 1, maxNrOfMACcshSDU_Length, FALSE);
return offset;
}
@@ -10385,7 +10385,7 @@ static int
dissect_rnsap_DSCH_FlowControlInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_FlowControlInformation, DSCH_FlowControlInformation_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -10440,7 +10440,7 @@ static int
dissect_rnsap_DSCH_TDD_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_TDD_Information, DSCH_TDD_Information_sequence_of,
- 1, maxNoOfDSCHs);
+ 1, maxNoOfDSCHs, FALSE);
return offset;
}
@@ -10803,7 +10803,7 @@ static int
dissect_rnsap_E_DCH_MACdPDU_SizeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_MACdPDU_SizeList, E_DCH_MACdPDU_SizeList_sequence_of,
- 1, maxNrOfMACdPDUSize);
+ 1, maxNrOfMACdPDUSize, FALSE);
return offset;
}
@@ -10837,7 +10837,7 @@ static int
dissect_rnsap_E_DCH_LogicalChannelInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_LogicalChannelInformation, E_DCH_LogicalChannelInformation_sequence_of,
- 1, maxNoOfLogicalChannels);
+ 1, maxNoOfLogicalChannels, FALSE);
return offset;
}
@@ -10876,7 +10876,7 @@ static int
dissect_rnsap_EDCH_MACdFlow_Specific_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_EDCH_MACdFlow_Specific_InfoList, EDCH_MACdFlow_Specific_InfoList_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -10972,7 +10972,7 @@ static int
dissect_rnsap_EDCH_MACdFlow_Specific_InformationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_EDCH_MACdFlow_Specific_InformationResponse, EDCH_MACdFlow_Specific_InformationResponse_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -11018,7 +11018,7 @@ static int
dissect_rnsap_E_DCH_MACdPDU_SizeToModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_MACdPDU_SizeToModifyList, E_DCH_MACdPDU_SizeToModifyList_sequence_of,
- 0, maxNrOfMACdPDUSize);
+ 0, maxNrOfMACdPDUSize, FALSE);
return offset;
}
@@ -11052,7 +11052,7 @@ static int
dissect_rnsap_E_DCH_LogicalChannelToModify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_LogicalChannelToModify, E_DCH_LogicalChannelToModify_sequence_of,
- 1, maxNoOfLogicalChannels);
+ 1, maxNoOfLogicalChannels, FALSE);
return offset;
}
@@ -11081,7 +11081,7 @@ static int
dissect_rnsap_E_DCH_LogicalChannelToDelete(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_LogicalChannelToDelete, E_DCH_LogicalChannelToDelete_sequence_of,
- 1, maxNoOfLogicalChannels);
+ 1, maxNoOfLogicalChannels, FALSE);
return offset;
}
@@ -11122,7 +11122,7 @@ static int
dissect_rnsap_EDCH_MACdFlow_Specific_InfoToModifyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_EDCH_MACdFlow_Specific_InfoToModifyList, EDCH_MACdFlow_Specific_InfoToModifyList_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -11187,7 +11187,7 @@ static int
dissect_rnsap_E_DCH_MACdFlow_Specific_UpdateInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_MACdFlow_Specific_UpdateInformation, E_DCH_MACdFlow_Specific_UpdateInformation_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -11232,7 +11232,7 @@ static int
dissect_rnsap_E_DCH_DL_Control_Channel_Change_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_DL_Control_Channel_Change_Information, E_DCH_DL_Control_Channel_Change_Information_sequence_of,
- 1, maxNrOfEDCHRLs);
+ 1, maxNrOfEDCHRLs, FALSE);
return offset;
}
@@ -11261,7 +11261,7 @@ static int
dissect_rnsap_E_DCH_DL_Control_Channel_Grant_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_DL_Control_Channel_Grant_Information, E_DCH_DL_Control_Channel_Grant_Information_sequence_of,
- 1, maxNrOfEDCHRLs);
+ 1, maxNrOfEDCHRLs, FALSE);
return offset;
}
@@ -11300,7 +11300,7 @@ static int
dissect_rnsap_EDCH_MACdFlows_To_Delete(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_EDCH_MACdFlows_To_Delete, EDCH_MACdFlows_To_Delete_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -11356,7 +11356,7 @@ static int
dissect_rnsap_E_DCH_RL_InformationList_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_RL_InformationList_Rsp, E_DCH_RL_InformationList_Rsp_sequence_of,
- 0, maxNrOfRLs);
+ 0, maxNrOfRLs, FALSE);
return offset;
}
@@ -11508,7 +11508,7 @@ static int
dissect_rnsap_Reference_E_TFCI_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Reference_E_TFCI_Information, Reference_E_TFCI_Information_sequence_of,
- 1, maxNrOfRefETFCIs);
+ 1, maxNrOfRefETFCIs, FALSE);
return offset;
}
@@ -11842,7 +11842,7 @@ static int
dissect_rnsap_PriorityQueue_InfoList_EnhancedFACH_PCH(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PriorityQueue_InfoList_EnhancedFACH_PCH, PriorityQueue_InfoList_EnhancedFACH_PCH_sequence_of,
- 1, maxNrOfPrioQueues);
+ 1, maxNrOfPrioQueues, FALSE);
return offset;
}
@@ -11883,7 +11883,7 @@ static int
dissect_rnsap_HSDSCH_Initial_Capacity_Allocation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSDSCH_Initial_Capacity_Allocation, HSDSCH_Initial_Capacity_Allocation_sequence_of,
- 1, maxNrOfPrioQueues);
+ 1, maxNrOfPrioQueues, FALSE);
return offset;
}
@@ -12397,7 +12397,7 @@ static int
dissect_rnsap_E_DCH_QPSK_RefBetaInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_QPSK_RefBetaInfo, E_DCH_QPSK_RefBetaInfo_sequence_of,
- 1, maxNrOfRefBetas);
+ 1, maxNrOfRefBetas, FALSE);
return offset;
}
@@ -12411,7 +12411,7 @@ static int
dissect_rnsap_E_DCH_sixteenQAM_RefBetaInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_sixteenQAM_RefBetaInfo, E_DCH_sixteenQAM_RefBetaInfo_sequence_of,
- 1, maxNrOfRefBetas);
+ 1, maxNrOfRefBetas, FALSE);
return offset;
}
@@ -12492,7 +12492,7 @@ static int
dissect_rnsap_E_DCH_MACdFlows_Information_TDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_MACdFlows_Information_TDD, E_DCH_MACdFlows_Information_TDD_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -12703,7 +12703,7 @@ static int
dissect_rnsap_E_DCH_TDD_Information_to_Modify_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_TDD_Information_to_Modify_List, E_DCH_TDD_Information_to_Modify_List_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -12771,7 +12771,7 @@ static int
dissect_rnsap_E_DCH_TDD_MACdFlow_Specific_InformationResp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_DCH_TDD_MACdFlow_Specific_InformationResp, E_DCH_TDD_MACdFlow_Specific_InformationResp_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -12802,7 +12802,7 @@ static int
dissect_rnsap_E_AGCH_Specific_InformationRespListTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_AGCH_Specific_InformationRespListTDD, E_AGCH_Specific_InformationRespListTDD_sequence_of,
- 1, maxNrOfEAGCHCodes);
+ 1, maxNrOfEAGCHCodes, FALSE);
return offset;
}
@@ -12966,7 +12966,7 @@ static int
dissect_rnsap_E_AGCH_Specific_InformationRespList768TDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_AGCH_Specific_InformationRespList768TDD, E_AGCH_Specific_InformationRespList768TDD_sequence_of,
- 1, maxNrOfEAGCHCodes);
+ 1, maxNrOfEAGCHCodes, FALSE);
return offset;
}
@@ -13166,7 +13166,7 @@ static int
dissect_rnsap_E_AGCH_Specific_InformationRespList_LCR_TDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_AGCH_Specific_InformationRespList_LCR_TDD, E_AGCH_Specific_InformationRespList_LCR_TDD_sequence_of,
- 1, maxNrOfEAGCHCodes);
+ 1, maxNrOfEAGCHCodes, FALSE);
return offset;
}
@@ -13234,7 +13234,7 @@ static int
dissect_rnsap_E_HICH_Scheduled_InformationRespList_LCR_TDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_E_HICH_Scheduled_InformationRespList_LCR_TDD, E_HICH_Scheduled_InformationRespList_LCR_TDD_sequence_of,
- 1, maxNrOfEHICHCodes);
+ 1, maxNrOfEHICHCodes, FALSE);
return offset;
}
@@ -13423,7 +13423,7 @@ static int
dissect_rnsap_FACH_FlowControlInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_FACH_FlowControlInformation, FACH_FlowControlInformation_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -13452,7 +13452,7 @@ static int
dissect_rnsap_FACH_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_FACH_InformationList, FACH_InformationList_sequence_of,
- 0, maxNrOfFACHs);
+ 0, maxNrOfFACHs, FALSE);
return offset;
}
@@ -13516,7 +13516,7 @@ static int
dissect_rnsap_FDD_DCHs_to_ModifySpecificInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_FDD_DCHs_to_ModifySpecificInformationList, FDD_DCHs_to_ModifySpecificInformationList_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -13549,7 +13549,7 @@ static int
dissect_rnsap_FDD_DCHs_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_FDD_DCHs_to_Modify, FDD_DCHs_to_Modify_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -13596,7 +13596,7 @@ static int
dissect_rnsap_FDD_DL_CodeInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_FDD_DL_CodeInformation, FDD_DL_CodeInformation_sequence_of,
- 1, maxNrOfDL_Codes);
+ 1, maxNrOfDL_Codes, FALSE);
return offset;
}
@@ -13824,7 +13824,7 @@ static int
dissect_rnsap_GA_Cell(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GA_Cell, GA_Cell_sequence_of,
- 1, maxNrOfPoints);
+ 1, maxNrOfPoints, FALSE);
return offset;
}
@@ -14116,7 +14116,7 @@ static int
dissect_rnsap_GANSS_SatelliteInformationKP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_SatelliteInformationKP, GANSS_SatelliteInformationKP_sequence_of,
- 1, maxGANSSSatAlmanac);
+ 1, maxGANSSSatAlmanac, FALSE);
return offset;
}
@@ -14243,7 +14243,7 @@ static int
dissect_rnsap_GANSS_Clock_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_Clock_Model, GANSS_Clock_Model_sequence_of,
- 1, maxGANSSClockMod);
+ 1, maxGANSSClockMod, FALSE);
return offset;
}
@@ -14441,7 +14441,7 @@ static int
dissect_rnsap_GANSS_DataBitAssistanceSgnList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_DataBitAssistanceSgnList, GANSS_DataBitAssistanceSgnList_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -14471,7 +14471,7 @@ static int
dissect_rnsap_GANSS_DataBitAssistanceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_DataBitAssistanceList, GANSS_DataBitAssistanceList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -14511,7 +14511,7 @@ static int
dissect_rnsap_T_ganss_SatelliteInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_ganss_SatelliteInfo, T_ganss_SatelliteInfo_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -14599,7 +14599,7 @@ static int
dissect_rnsap_GANSS_GenericDataInfoReqList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_GenericDataInfoReqList, GANSS_GenericDataInfoReqList_sequence_of,
- 1, maxNoGANSS);
+ 1, maxNoGANSS, FALSE);
return offset;
}
@@ -14753,7 +14753,7 @@ static int
dissect_rnsap_GANSS_Sat_Info_Nav(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_Sat_Info_Nav, GANSS_Sat_Info_Nav_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -14877,7 +14877,7 @@ static int
dissect_rnsap_GANSS_Real_Time_Integrity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_Real_Time_Integrity, GANSS_Real_Time_Integrity_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -14913,7 +14913,7 @@ static int
dissect_rnsap_GANSS_Generic_Data(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GANSS_Generic_Data, GANSS_Generic_Data_sequence_of,
- 1, maxNoGANSS);
+ 1, maxNoGANSS, FALSE);
return offset;
}
@@ -15003,7 +15003,7 @@ static int
dissect_rnsap_GERAN_SystemInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GERAN_SystemInfo, GERAN_SystemInfo_sequence_of,
- 1, maxNrOfGERANSI);
+ 1, maxNrOfGERANSI, FALSE);
return offset;
}
@@ -15066,7 +15066,7 @@ static int
dissect_rnsap_T_satellite_Almanac_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_T_satellite_Almanac_Information, T_satellite_Almanac_Information_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -15134,7 +15134,7 @@ static int
dissect_rnsap_Satellite_Almanac_Information_ExtItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Satellite_Almanac_Information_ExtItem, Satellite_Almanac_Information_ExtItem_sequence_of,
- 1, maxNrOfSatAlmanac_maxNoSat);
+ 1, maxNrOfSatAlmanac_maxNoSat, FALSE);
return offset;
}
@@ -15182,7 +15182,7 @@ static int
dissect_rnsap_GPSInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GPSInformation, GPSInformation_sequence_of,
- 1, maxNoGPSTypes);
+ 1, maxNoGPSTypes, FALSE);
return offset;
}
@@ -15338,7 +15338,7 @@ static int
dissect_rnsap_GPS_NavigationModel_and_TimeRecovery(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_GPS_NavigationModel_and_TimeRecovery, GPS_NavigationModel_and_TimeRecovery_sequence_of,
- 1, maxNoSat);
+ 1, maxNoSat, FALSE);
return offset;
}
@@ -15553,7 +15553,7 @@ static int
dissect_rnsap_HARQ_MemoryPartitioningList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HARQ_MemoryPartitioningList, HARQ_MemoryPartitioningList_sequence_of,
- 1, maxNrOfHARQProc);
+ 1, maxNrOfHARQProc, FALSE);
return offset;
}
@@ -15604,7 +15604,7 @@ static int
dissect_rnsap_HARQ_MemoryPartitioningInfoExtForMIMO(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HARQ_MemoryPartitioningInfoExtForMIMO, HARQ_MemoryPartitioningInfoExtForMIMO_sequence_of,
- 4, 8);
+ 4, 8, FALSE);
return offset;
}
@@ -15688,7 +15688,7 @@ static int
dissect_rnsap_HSDSCH_MACdFlow_Specific_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSDSCH_MACdFlow_Specific_InfoList, HSDSCH_MACdFlow_Specific_InfoList_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -15738,7 +15738,7 @@ static int
dissect_rnsap_MACdPDU_Size_IndexList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_MACdPDU_Size_IndexList, MACdPDU_Size_IndexList_sequence_of,
- 1, maxNrOfPDUIndexes);
+ 1, maxNrOfPDUIndexes, FALSE);
return offset;
}
@@ -15791,7 +15791,7 @@ static int
dissect_rnsap_PriorityQueue_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PriorityQueue_InfoList, PriorityQueue_InfoList_sequence_of,
- 1, maxNrOfPrioQueues);
+ 1, maxNrOfPrioQueues, FALSE);
return offset;
}
@@ -15918,7 +15918,7 @@ static int
dissect_rnsap_HSDSCH_MACdFlow_Specific_InfoList_Response(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSDSCH_MACdFlow_Specific_InfoList_Response, HSDSCH_MACdFlow_Specific_InfoList_Response_sequence_of,
- 0, maxNrOfMACdFlows);
+ 0, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -15947,7 +15947,7 @@ static int
dissect_rnsap_HSSCCH_FDD_Specific_InfoList_Response(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSSCCH_FDD_Specific_InfoList_Response, HSSCCH_FDD_Specific_InfoList_Response_sequence_of,
- 0, maxNrOfHSSCCHCodes);
+ 0, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -16010,7 +16010,7 @@ static int
dissect_rnsap_HSDSCH_MACdFlow_Specific_InfoList_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSDSCH_MACdFlow_Specific_InfoList_to_Modify, HSDSCH_MACdFlow_Specific_InfoList_to_Modify_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -16063,7 +16063,7 @@ static int
dissect_rnsap_MACdPDU_Size_IndexList_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_MACdPDU_Size_IndexList_to_Modify, MACdPDU_Size_IndexList_to_Modify_sequence_of,
- 1, maxNrOfPDUIndexes);
+ 1, maxNrOfPDUIndexes, FALSE);
return offset;
}
@@ -16122,7 +16122,7 @@ static int
dissect_rnsap_PriorityQueue_InfoList_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PriorityQueue_InfoList_to_Modify, PriorityQueue_InfoList_to_Modify_sequence_of,
- 1, maxNrOfPrioQueues);
+ 1, maxNrOfPrioQueues, FALSE);
return offset;
}
@@ -16205,7 +16205,7 @@ static int
dissect_rnsap_PriorityQueue_InfoList_to_Modify_Unsynchronised(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PriorityQueue_InfoList_to_Modify_Unsynchronised, PriorityQueue_InfoList_to_Modify_Unsynchronised_sequence_of,
- 0, maxNrOfPrioQueues);
+ 0, maxNrOfPrioQueues, FALSE);
return offset;
}
@@ -16271,7 +16271,7 @@ static int
dissect_rnsap_HSDSCH_MACdFlows_to_Delete(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSDSCH_MACdFlows_to_Delete, HSDSCH_MACdFlows_to_Delete_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -16448,7 +16448,7 @@ static int
dissect_rnsap_HSSCCH_TDD_Specific_InfoList_Response(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSSCCH_TDD_Specific_InfoList_Response, HSSCCH_TDD_Specific_InfoList_Response_sequence_of,
- 0, maxNrOfHSSCCHCodes);
+ 0, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -16499,7 +16499,7 @@ static int
dissect_rnsap_HSSCCH_TDD_Specific_InfoList_Response_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSSCCH_TDD_Specific_InfoList_Response_LCR, HSSCCH_TDD_Specific_InfoList_Response_LCR_sequence_of,
- 0, maxNrOfHSSCCHCodes);
+ 0, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -16529,7 +16529,7 @@ static int
dissect_rnsap_HSPDSCH_TDD_Specific_InfoList_Response(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSPDSCH_TDD_Specific_InfoList_Response, HSPDSCH_TDD_Specific_InfoList_Response_sequence_of,
- 0, maxNrOfDLTs);
+ 0, maxNrOfDLTs, FALSE);
return offset;
}
@@ -16559,7 +16559,7 @@ static int
dissect_rnsap_HSPDSCH_TDD_Specific_InfoList_Response_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSPDSCH_TDD_Specific_InfoList_Response_LCR, HSPDSCH_TDD_Specific_InfoList_Response_LCR_sequence_of,
- 1, maxNrOfDLTsLCR);
+ 1, maxNrOfDLTsLCR, FALSE);
return offset;
}
@@ -16619,7 +16619,7 @@ static int
dissect_rnsap_HSPDSCH_TDD_Specific_InfoList_Response768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSPDSCH_TDD_Specific_InfoList_Response768, HSPDSCH_TDD_Specific_InfoList_Response768_sequence_of,
- 0, maxNrOfDLTs);
+ 0, maxNrOfDLTs, FALSE);
return offset;
}
@@ -16669,7 +16669,7 @@ static int
dissect_rnsap_HSSCCH_TDD_Specific_InfoList_Response768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSSCCH_TDD_Specific_InfoList_Response768, HSSCCH_TDD_Specific_InfoList_Response768_sequence_of,
- 0, maxNrOfHSSCCHCodes);
+ 0, maxNrOfHSSCCHCodes, FALSE);
return offset;
}
@@ -17330,7 +17330,7 @@ static int
dissect_rnsap_Inter_Frequency_Cell_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Inter_Frequency_Cell_List, Inter_Frequency_Cell_List_sequence_of,
- 0, maxCellsMeas);
+ 0, maxCellsMeas, FALSE);
return offset;
}
@@ -17382,7 +17382,7 @@ static int
dissect_rnsap_Inter_Frequency_Cell_SIB11_or_SIB12_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Inter_Frequency_Cell_SIB11_or_SIB12_List, Inter_Frequency_Cell_SIB11_or_SIB12_List_sequence_of,
- 0, maxCellSIB11OrSIB12);
+ 0, maxCellSIB11OrSIB12, FALSE);
return offset;
}
@@ -17412,7 +17412,7 @@ static int
dissect_rnsap_Inter_Frequency_Cell_Information_SIB11(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Inter_Frequency_Cell_Information_SIB11, Inter_Frequency_Cell_Information_SIB11_sequence_of,
- 0, 2);
+ 0, 2, FALSE);
return offset;
}
@@ -17442,7 +17442,7 @@ static int
dissect_rnsap_Inter_Frequency_Cell_Information_SIB12(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Inter_Frequency_Cell_Information_SIB12, Inter_Frequency_Cell_Information_SIB12_sequence_of,
- 0, 2);
+ 0, 2, FALSE);
return offset;
}
@@ -17533,7 +17533,7 @@ static int
dissect_rnsap_List_Of_PLMNs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_List_Of_PLMNs, List_Of_PLMNs_sequence_of,
- 1, maxNrOfBroadcastPLMNs);
+ 1, maxNrOfBroadcastPLMNs, FALSE);
return offset;
}
@@ -17762,7 +17762,7 @@ static int
dissect_rnsap_MBMS_Bearer_Service_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_MBMS_Bearer_Service_List, MBMS_Bearer_Service_List_sequence_of,
- 1, maxNrOfMBMSServices);
+ 1, maxNrOfMBMSServices, FALSE);
return offset;
}
@@ -17792,7 +17792,7 @@ static int
dissect_rnsap_PTMCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PTMCellList, PTMCellList_sequence_of,
- 1, maxNrOfCells);
+ 1, maxNrOfCells, FALSE);
return offset;
}
@@ -17806,7 +17806,7 @@ static int
dissect_rnsap_PTPCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PTPCellList, PTPCellList_sequence_of,
- 1, maxNrOfCells);
+ 1, maxNrOfCells, FALSE);
return offset;
}
@@ -17820,7 +17820,7 @@ static int
dissect_rnsap_NotProvidedCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_NotProvidedCellList, NotProvidedCellList_sequence_of,
- 1, maxNrOfCells);
+ 1, maxNrOfCells, FALSE);
return offset;
}
@@ -18158,7 +18158,7 @@ static int
dissect_rnsap_MultipleFreq_HSPDSCH_InformationList_ResponseTDDLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_MultipleFreq_HSPDSCH_InformationList_ResponseTDDLCR, MultipleFreq_HSPDSCH_InformationList_ResponseTDDLCR_sequence_of,
- 1, maxHSDPAFrequency_1);
+ 1, maxHSDPAFrequency_1, FALSE);
return offset;
}
@@ -18187,7 +18187,7 @@ static int
dissect_rnsap_Neighbouring_UMTS_CellInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Neighbouring_UMTS_CellInformation, Neighbouring_UMTS_CellInformation_sequence_of,
- 1, maxNrOfNeighbouringRNCs);
+ 1, maxNrOfNeighbouringRNCs, FALSE);
return offset;
}
@@ -18268,7 +18268,7 @@ static int
dissect_rnsap_Neighbouring_FDD_CellInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Neighbouring_FDD_CellInformation, Neighbouring_FDD_CellInformation_sequence_of,
- 1, maxNrOfFDDNeighboursPerRNC);
+ 1, maxNrOfFDDNeighboursPerRNC, TRUE);
return offset;
}
@@ -18337,7 +18337,7 @@ static int
dissect_rnsap_Neighbouring_TDD_CellInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Neighbouring_TDD_CellInformation, Neighbouring_TDD_CellInformation_sequence_of,
- 1, maxNrOfTDDNeighboursPerRNC);
+ 1, maxNrOfTDDNeighboursPerRNC, TRUE);
return offset;
}
@@ -18415,7 +18415,7 @@ static int
dissect_rnsap_Neighbouring_GSM_CellInformationIEs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Neighbouring_GSM_CellInformationIEs, Neighbouring_GSM_CellInformationIEs_sequence_of,
- 1, maxNrOfGSMNeighboursPerRNC);
+ 1, maxNrOfGSMNeighboursPerRNC, TRUE);
return offset;
}
@@ -18525,7 +18525,7 @@ static int
dissect_rnsap_Neighbouring_LCR_TDD_CellInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Neighbouring_LCR_TDD_CellInformation, Neighbouring_LCR_TDD_CellInformation_sequence_of,
- 1, maxNrOfLCRTDDNeighboursPerRNC);
+ 1, maxNrOfLCRTDDNeighboursPerRNC, TRUE);
return offset;
}
@@ -18689,7 +18689,7 @@ static int
dissect_rnsap_PCH_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_PCH_InformationList, PCH_InformationList_sequence_of,
- 0, 1);
+ 0, 1, FALSE);
return offset;
}
@@ -18865,7 +18865,7 @@ static int
dissect_rnsap_UpPCH_InformationList_LCRTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UpPCH_InformationList_LCRTDD, UpPCH_InformationList_LCRTDD_sequence_of,
- 0, maxFrequencyinCell);
+ 0, maxFrequencyinCell, FALSE);
return offset;
}
@@ -18925,7 +18925,7 @@ static int
dissect_rnsap_RB_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RB_Info, RB_Info_sequence_of,
- 1, maxNoOfRB);
+ 1, maxNoOfRB, FALSE);
return offset;
}
@@ -19072,7 +19072,7 @@ static int
dissect_rnsap_RL_Specific_DCH_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Specific_DCH_Info, RL_Specific_DCH_Info_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -19103,7 +19103,7 @@ static int
dissect_rnsap_RL_Specific_EDCH_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Specific_EDCH_Info, RL_Specific_EDCH_Info_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -19364,7 +19364,7 @@ static int
dissect_rnsap_TFCS_TFCSList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TFCS_TFCSList, TFCS_TFCSList_sequence_of,
- 1, maxNrOfTFCs);
+ 1, maxNrOfTFCs, FALSE);
return offset;
}
@@ -19448,7 +19448,7 @@ static int
dissect_rnsap_Secondary_CCPCH_TDD_Code_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Secondary_CCPCH_TDD_Code_Information, Secondary_CCPCH_TDD_Code_Information_sequence_of,
- 1, maxNrOfSCCPCHs);
+ 1, maxNrOfSCCPCHs, FALSE);
return offset;
}
@@ -19493,7 +19493,7 @@ static int
dissect_rnsap_Secondary_CCPCH_TDD_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Secondary_CCPCH_TDD_InformationList, Secondary_CCPCH_TDD_InformationList_sequence_of,
- 0, maxNrOfSCCPCHs);
+ 0, maxNrOfSCCPCHs, FALSE);
return offset;
}
@@ -19580,7 +19580,7 @@ static int
dissect_rnsap_Secondary_LCR_CCPCH_TDD_Code_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Secondary_LCR_CCPCH_TDD_Code_Information, Secondary_LCR_CCPCH_TDD_Code_Information_sequence_of,
- 1, maxNrOfSCCPCHs);
+ 1, maxNrOfSCCPCHs, FALSE);
return offset;
}
@@ -19615,7 +19615,7 @@ static int
dissect_rnsap_Secondary_LCR_CCPCH_TDD_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Secondary_LCR_CCPCH_TDD_InformationList, Secondary_LCR_CCPCH_TDD_InformationList_sequence_of,
- 0, maxNrOfSCCPCHs);
+ 0, maxNrOfSCCPCHs, FALSE);
return offset;
}
@@ -19663,7 +19663,7 @@ static int
dissect_rnsap_Secondary_CCPCH_TDD_Code_Information768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Secondary_CCPCH_TDD_Code_Information768, Secondary_CCPCH_TDD_Code_Information768_sequence_of,
- 1, maxNrOfSCCPCHs768);
+ 1, maxNrOfSCCPCHs768, FALSE);
return offset;
}
@@ -19698,7 +19698,7 @@ static int
dissect_rnsap_Secondary_CCPCH_TDD_InformationList768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Secondary_CCPCH_TDD_InformationList768, Secondary_CCPCH_TDD_InformationList768_sequence_of,
- 0, maxNrOfSCCPCHs768);
+ 0, maxNrOfSCCPCHs768, FALSE);
return offset;
}
@@ -19831,7 +19831,7 @@ static int
dissect_rnsap_ListOfSNAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_ListOfSNAs, ListOfSNAs_sequence_of,
- 1, maxNrOfSNAs);
+ 1, maxNrOfSNAs, FALSE);
return offset;
}
@@ -20066,7 +20066,7 @@ static int
dissect_rnsap_TDD_DCHs_to_ModifySpecificInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DCHs_to_ModifySpecificInformationList, TDD_DCHs_to_ModifySpecificInformationList_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -20099,7 +20099,7 @@ static int
dissect_rnsap_TDD_DCHs_to_Modify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DCHs_to_Modify, TDD_DCHs_to_Modify_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -20168,7 +20168,7 @@ static int
dissect_rnsap_TDD_UL_Code_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_UL_Code_Information, TDD_UL_Code_Information_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -20241,7 +20241,7 @@ static int
dissect_rnsap_TDD_UL_Code_LCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_UL_Code_LCR_Information, TDD_UL_Code_LCR_Information_sequence_of,
- 1, maxNrOfDPCHsLCR);
+ 1, maxNrOfDPCHsLCR, FALSE);
return offset;
}
@@ -20271,7 +20271,7 @@ static int
dissect_rnsap_TDD_UL_Code_Information768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_UL_Code_Information768, TDD_UL_Code_Information768_sequence_of,
- 1, maxNrOfDPCHs768);
+ 1, maxNrOfDPCHs768, FALSE);
return offset;
}
@@ -20451,7 +20451,7 @@ static int
dissect_rnsap_Transmission_Gap_Pattern_Sequence_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Transmission_Gap_Pattern_Sequence_Information, Transmission_Gap_Pattern_Sequence_Information_sequence_of,
- 1, maxTGPS);
+ 1, maxTGPS, FALSE);
return offset;
}
@@ -21088,7 +21088,7 @@ static int
dissect_rnsap_UEMeasurementTimeslotInfoHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementTimeslotInfoHCR, UEMeasurementTimeslotInfoHCR_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21117,7 +21117,7 @@ static int
dissect_rnsap_UEMeasurementTimeslotInfoLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementTimeslotInfoLCR, UEMeasurementTimeslotInfoLCR_sequence_of,
- 1, maxNrOfTsLCR);
+ 1, maxNrOfTsLCR, FALSE);
return offset;
}
@@ -21164,7 +21164,7 @@ static int
dissect_rnsap_UEMeasurementTimeslotInfo768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementTimeslotInfo768, UEMeasurementTimeslotInfo768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21221,7 +21221,7 @@ static int
dissect_rnsap_UEMeasurementValueTransmittedPowerListHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementValueTransmittedPowerListHCR, UEMeasurementValueTransmittedPowerListHCR_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21251,7 +21251,7 @@ static int
dissect_rnsap_UEMeasurementValueTransmittedPowerListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementValueTransmittedPowerListLCR, UEMeasurementValueTransmittedPowerListLCR_sequence_of,
- 1, maxNrOfTsLCR);
+ 1, maxNrOfTsLCR, FALSE);
return offset;
}
@@ -21313,7 +21313,7 @@ static int
dissect_rnsap_UEMeasurementValueTimeslotISCPListHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementValueTimeslotISCPListHCR, UEMeasurementValueTimeslotISCPListHCR_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21343,7 +21343,7 @@ static int
dissect_rnsap_UEMeasurementValueTimeslotISCPListLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementValueTimeslotISCPListLCR, UEMeasurementValueTimeslotISCPListLCR_sequence_of,
- 1, maxNrOfTsLCR);
+ 1, maxNrOfTsLCR, FALSE);
return offset;
}
@@ -21424,7 +21424,7 @@ static int
dissect_rnsap_UEMeasurementValueTransmittedPowerList768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementValueTransmittedPowerList768, UEMeasurementValueTransmittedPowerList768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21454,7 +21454,7 @@ static int
dissect_rnsap_UEMeasurementValueTimeslotISCPList768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UEMeasurementValueTimeslotISCPList768, UEMeasurementValueTimeslotISCPList768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21611,7 +21611,7 @@ static int
dissect_rnsap_UL_Timeslot_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_Timeslot_Information, UL_Timeslot_Information_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21643,7 +21643,7 @@ static int
dissect_rnsap_UL_TimeslotLCR_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_TimeslotLCR_Information, UL_TimeslotLCR_Information_sequence_of,
- 1, maxNrOfULTsLCR);
+ 1, maxNrOfULTsLCR, FALSE);
return offset;
}
@@ -21693,7 +21693,7 @@ static int
dissect_rnsap_UL_Timeslot_Information768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_Timeslot_Information768, UL_Timeslot_Information768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -21723,7 +21723,7 @@ static int
dissect_rnsap_UL_TimeSlot_ISCP_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_TimeSlot_ISCP_Info, UL_TimeSlot_ISCP_Info_sequence_of,
- 1, maxNrOfULTs);
+ 1, maxNrOfULTs, FALSE);
return offset;
}
@@ -21762,7 +21762,7 @@ static int
dissect_rnsap_UL_TimeSlot_ISCP_LCR_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_TimeSlot_ISCP_LCR_Info, UL_TimeSlot_ISCP_LCR_Info_sequence_of,
- 1, maxNrOfULTsLCR);
+ 1, maxNrOfULTsLCR, FALSE);
return offset;
}
@@ -21979,7 +21979,7 @@ static int
dissect_rnsap_RNCsWithCellsInTheAccessedURA_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RNCsWithCellsInTheAccessedURA_List, RNCsWithCellsInTheAccessedURA_List_sequence_of,
- 1, maxRNCinURA_1);
+ 1, maxRNCinURA_1, FALSE);
return offset;
}
@@ -22041,7 +22041,7 @@ static int
dissect_rnsap_USCH_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCH_Information, USCH_Information_sequence_of,
- 1, maxNoOfUSCHs);
+ 1, maxNoOfUSCHs, FALSE);
return offset;
}
@@ -22150,7 +22150,7 @@ static int
dissect_rnsap_RL_InformationList_RL_SetupRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_SetupRqstFDD, RL_InformationList_RL_SetupRqstFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -22271,7 +22271,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationList_RL_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationList_RL_SetupRqstTDD, UL_CCTrCH_InformationList_RL_SetupRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -22303,7 +22303,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationList_RL_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationList_RL_SetupRqstTDD, DL_CCTrCH_InformationList_RL_SetupRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -22332,7 +22332,7 @@ static int
dissect_rnsap_CCTrCH_TPCList_RL_SetupRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_CCTrCH_TPCList_RL_SetupRqstTDD, CCTrCH_TPCList_RL_SetupRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -22401,7 +22401,7 @@ static int
dissect_rnsap_RL_InformationResponseList_RL_SetupRspFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationResponseList_RL_SetupRspFDD, RL_InformationResponseList_RL_SetupRspFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -22635,7 +22635,7 @@ static int
dissect_rnsap_UL_CCTrCHInformationListIE_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCHInformationListIE_RL_SetupRspTDD, UL_CCTrCHInformationListIE_RL_SetupRspTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -22692,7 +22692,7 @@ static int
dissect_rnsap_DL_CCTrCHInformationListIE_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCHInformationListIE_RL_SetupRspTDD, DL_CCTrCHInformationListIE_RL_SetupRspTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -22743,7 +22743,7 @@ static int
dissect_rnsap_DSCH_InformationListIEs_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_InformationListIEs_RL_SetupRspTDD, DSCH_InformationListIEs_RL_SetupRspTDD_sequence_of,
- 0, maxNoOfDSCHs);
+ 0, maxNoOfDSCHs, FALSE);
return offset;
}
@@ -22775,7 +22775,7 @@ static int
dissect_rnsap_USCH_InformationListIEs_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCH_InformationListIEs_RL_SetupRspTDD, USCH_InformationListIEs_RL_SetupRspTDD_sequence_of,
- 0, maxNoOfUSCHs);
+ 0, maxNoOfUSCHs, FALSE);
return offset;
}
@@ -22890,7 +22890,7 @@ static int
dissect_rnsap_UL_LCR_CCTrCHInformationListIE_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_LCR_CCTrCHInformationListIE_RL_SetupRspTDD, UL_LCR_CCTrCHInformationListIE_RL_SetupRspTDD_sequence_of,
- 1, maxNrOfCCTrCHsLCR);
+ 1, maxNrOfCCTrCHsLCR, FALSE);
return offset;
}
@@ -22947,7 +22947,7 @@ static int
dissect_rnsap_DL_CCTrCH_LCR_InformationListIE_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_LCR_InformationListIE_RL_SetupRspTDD, DL_CCTrCH_LCR_InformationListIE_RL_SetupRspTDD_sequence_of,
- 1, maxNrOfCCTrCHsLCR);
+ 1, maxNrOfCCTrCHsLCR, FALSE);
return offset;
}
@@ -22999,7 +22999,7 @@ static int
dissect_rnsap_DSCH_LCR_InformationListIEs_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_LCR_InformationListIEs_RL_SetupRspTDD, DSCH_LCR_InformationListIEs_RL_SetupRspTDD_sequence_of,
- 0, maxNoOfDSCHsLCR);
+ 0, maxNoOfDSCHsLCR, FALSE);
return offset;
}
@@ -23031,7 +23031,7 @@ static int
dissect_rnsap_USCH_LCR_InformationListIEs_RL_SetupRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCH_LCR_InformationListIEs_RL_SetupRspTDD, USCH_LCR_InformationListIEs_RL_SetupRspTDD_sequence_of,
- 0, maxNoOfUSCHsLCR);
+ 0, maxNoOfUSCHsLCR, FALSE);
return offset;
}
@@ -23135,7 +23135,7 @@ static int
dissect_rnsap_UL_CCTrCHInformationListIE_RL_SetupRspTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCHInformationListIE_RL_SetupRspTDD768, UL_CCTrCHInformationListIE_RL_SetupRspTDD768_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -23194,7 +23194,7 @@ static int
dissect_rnsap_DL_CCTrCHInformationListIE_RL_SetupRspTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCHInformationListIE_RL_SetupRspTDD768, DL_CCTrCHInformationListIE_RL_SetupRspTDD768_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -23256,7 +23256,7 @@ static int
dissect_rnsap_UnsuccessfulRL_InformationResponseList_RL_SetupFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UnsuccessfulRL_InformationResponseList_RL_SetupFailureFDD, UnsuccessfulRL_InformationResponseList_RL_SetupFailureFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -23270,7 +23270,7 @@ static int
dissect_rnsap_SuccessfulRL_InformationResponseList_RL_SetupFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_SuccessfulRL_InformationResponseList_RL_SetupFailureFDD, SuccessfulRL_InformationResponseList_RL_SetupFailureFDD_sequence_of,
- 0, maxNrOfRLs_1);
+ 0, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -23537,7 +23537,7 @@ static int
dissect_rnsap_RL_InformationList_RL_AdditionRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_AdditionRqstFDD, RL_InformationList_RL_AdditionRqstFDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -23630,7 +23630,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationList_RL_AdditionRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationList_RL_AdditionRqstTDD, UL_CCTrCH_InformationList_RL_AdditionRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -23660,7 +23660,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationList_RL_AdditionRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationList_RL_AdditionRqstTDD, DL_CCTrCH_InformationList_RL_AdditionRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -23705,7 +23705,7 @@ static int
dissect_rnsap_RL_InformationResponseList_RL_AdditionRspFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationResponseList_RL_AdditionRspFDD, RL_InformationResponseList_RL_AdditionRspFDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -23997,7 +23997,7 @@ static int
dissect_rnsap_UL_CCTrCHInformationListIE_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCHInformationListIE_RL_AdditionRspTDD, UL_CCTrCHInformationListIE_RL_AdditionRspTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -24054,7 +24054,7 @@ static int
dissect_rnsap_DL_CCTrCHInformationListIE_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCHInformationListIE_RL_AdditionRspTDD, DL_CCTrCHInformationListIE_RL_AdditionRspTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -24120,7 +24120,7 @@ static int
dissect_rnsap_DSCH_InformationListIE_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_InformationListIE_RL_AdditionRspTDD, DSCH_InformationListIE_RL_AdditionRspTDD_sequence_of,
- 0, maxNoOfDSCHs);
+ 0, maxNoOfDSCHs, FALSE);
return offset;
}
@@ -24151,7 +24151,7 @@ static int
dissect_rnsap_USCH_InformationListIE_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCH_InformationListIE_RL_AdditionRspTDD, USCH_InformationListIE_RL_AdditionRspTDD_sequence_of,
- 0, maxNoOfUSCHs);
+ 0, maxNoOfUSCHs, FALSE);
return offset;
}
@@ -24272,7 +24272,7 @@ static int
dissect_rnsap_UL_CCTrCH_LCR_InformationListIE_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_LCR_InformationListIE_RL_AdditionRspTDD, UL_CCTrCH_LCR_InformationListIE_RL_AdditionRspTDD_sequence_of,
- 1, maxNrOfCCTrCHsLCR);
+ 1, maxNrOfCCTrCHsLCR, FALSE);
return offset;
}
@@ -24329,7 +24329,7 @@ static int
dissect_rnsap_DL_CCTrCH_LCR_InformationListIE_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_LCR_InformationListIE_RL_AdditionRspTDD, DL_CCTrCH_LCR_InformationListIE_RL_AdditionRspTDD_sequence_of,
- 1, maxNrOfCCTrCHsLCR);
+ 1, maxNrOfCCTrCHsLCR, FALSE);
return offset;
}
@@ -24381,7 +24381,7 @@ static int
dissect_rnsap_DSCH_LCR_InformationListIEs_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_LCR_InformationListIEs_RL_AdditionRspTDD, DSCH_LCR_InformationListIEs_RL_AdditionRspTDD_sequence_of,
- 0, maxNoOfDSCHsLCR);
+ 0, maxNoOfDSCHsLCR, FALSE);
return offset;
}
@@ -24412,7 +24412,7 @@ static int
dissect_rnsap_USCH_LCR_InformationListIEs_RL_AdditionRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCH_LCR_InformationListIEs_RL_AdditionRspTDD, USCH_LCR_InformationListIEs_RL_AdditionRspTDD_sequence_of,
- 0, maxNoOfUSCHsLCR);
+ 0, maxNoOfUSCHsLCR, FALSE);
return offset;
}
@@ -24509,7 +24509,7 @@ static int
dissect_rnsap_UL_CCTrCHInformationListIE_RL_AdditionRspTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCHInformationListIE_RL_AdditionRspTDD768, UL_CCTrCHInformationListIE_RL_AdditionRspTDD768_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -24568,7 +24568,7 @@ static int
dissect_rnsap_DL_CCTrCHInformationListIE_RL_AdditionRspTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCHInformationListIE_RL_AdditionRspTDD768, DL_CCTrCHInformationListIE_RL_AdditionRspTDD768_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -24630,7 +24630,7 @@ static int
dissect_rnsap_UnsuccessfulRL_InformationResponseList_RL_AdditionFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UnsuccessfulRL_InformationResponseList_RL_AdditionFailureFDD, UnsuccessfulRL_InformationResponseList_RL_AdditionFailureFDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -24644,7 +24644,7 @@ static int
dissect_rnsap_SuccessfulRL_InformationResponseList_RL_AdditionFailureFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_SuccessfulRL_InformationResponseList_RL_AdditionFailureFDD, SuccessfulRL_InformationResponseList_RL_AdditionFailureFDD_sequence_of,
- 0, maxNrOfRLs_2);
+ 0, maxNrOfRLs_2, FALSE);
return offset;
}
@@ -24916,7 +24916,7 @@ static int
dissect_rnsap_RL_InformationList_RL_DeletionRqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_DeletionRqst, RL_InformationList_RL_DeletionRqst_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -25069,7 +25069,7 @@ static int
dissect_rnsap_DCH_DeleteList_RL_ReconfPrepFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_DeleteList_RL_ReconfPrepFDD, DCH_DeleteList_RL_ReconfPrepFDD_sequence_of,
- 0, maxNrOfDCHs);
+ 0, maxNrOfDCHs, FALSE);
return offset;
}
@@ -25083,7 +25083,7 @@ static int
dissect_rnsap_RL_InformationList_RL_ReconfPrepFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_ReconfPrepFDD, RL_InformationList_RL_ReconfPrepFDD_sequence_of,
- 0, maxNrOfRLs);
+ 0, maxNrOfRLs, FALSE);
return offset;
}
@@ -25163,7 +25163,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationAddList_RL_ReconfPrepTDD, UL_CCTrCH_InformationAddList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25195,7 +25195,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD, UL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25227,7 +25227,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD, UL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25256,7 +25256,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationAddList_RL_ReconfPrepTDD, DL_CCTrCH_InformationAddList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25285,7 +25285,7 @@ static int
dissect_rnsap_CCTrCH_TPCAddList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_CCTrCH_TPCAddList_RL_ReconfPrepTDD, CCTrCH_TPCAddList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25318,7 +25318,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD, DL_CCTrCH_InformationModifyList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25347,7 +25347,7 @@ static int
dissect_rnsap_CCTrCH_TPCModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_CCTrCH_TPCModifyList_RL_ReconfPrepTDD, CCTrCH_TPCModifyList_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25380,7 +25380,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD, DL_CCTrCH_InformationDeleteList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25424,7 +25424,7 @@ static int
dissect_rnsap_DCH_DeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_DeleteList_RL_ReconfPrepTDD, DCH_DeleteList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNrOfDCHs);
+ 0, maxNrOfDCHs, FALSE);
return offset;
}
@@ -25460,7 +25460,7 @@ static int
dissect_rnsap_DSCH_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_ModifyList_RL_ReconfPrepTDD, DSCH_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNoOfDSCHs);
+ 0, maxNoOfDSCHs, FALSE);
return offset;
}
@@ -25489,7 +25489,7 @@ static int
dissect_rnsap_DSCH_DeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCH_DeleteList_RL_ReconfPrepTDD, DSCH_DeleteList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNoOfDSCHs);
+ 0, maxNoOfDSCHs, FALSE);
return offset;
}
@@ -25526,7 +25526,7 @@ static int
dissect_rnsap_USCH_ModifyList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCH_ModifyList_RL_ReconfPrepTDD, USCH_ModifyList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNoOfUSCHs);
+ 0, maxNoOfUSCHs, FALSE);
return offset;
}
@@ -25555,7 +25555,7 @@ static int
dissect_rnsap_USCH_DeleteList_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCH_DeleteList_RL_ReconfPrepTDD, USCH_DeleteList_RL_ReconfPrepTDD_sequence_of,
- 0, maxNoOfUSCHs);
+ 0, maxNoOfUSCHs, FALSE);
return offset;
}
@@ -25585,7 +25585,7 @@ static int
dissect_rnsap_RL_Information_RL_ReconfPrepTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Information_RL_ReconfPrepTDD, RL_Information_RL_ReconfPrepTDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -25614,7 +25614,7 @@ static int
dissect_rnsap_RL_InformationResponseList_RL_ReconfReadyFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationResponseList_RL_ReconfReadyFDD, RL_InformationResponseList_RL_ReconfReadyFDD_sequence_of,
- 0, maxNrOfRLs);
+ 0, maxNrOfRLs, FALSE);
return offset;
}
@@ -25799,7 +25799,7 @@ static int
dissect_rnsap_UL_CCTrCHInformationListIE_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCHInformationListIE_RL_ReconfReadyTDD, UL_CCTrCHInformationListIE_RL_ReconfReadyTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -25885,7 +25885,7 @@ static int
dissect_rnsap_TDD_UL_Code_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_UL_Code_InformationModifyList_RL_ReconfReadyTDD, TDD_UL_Code_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -25917,7 +25917,7 @@ static int
dissect_rnsap_UL_Timeslot_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_Timeslot_InformationModifyList_RL_ReconfReadyTDD, UL_Timeslot_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -25965,7 +25965,7 @@ static int
dissect_rnsap_TDD_UL_Code_LCR_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_UL_Code_LCR_InformationModifyList_RL_ReconfReadyTDD, TDD_UL_Code_LCR_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfDPCHsLCR);
+ 1, maxNrOfDPCHsLCR, FALSE);
return offset;
}
@@ -25997,7 +25997,7 @@ static int
dissect_rnsap_UL_TimeslotLCR_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_TimeslotLCR_InformationModifyList_RL_ReconfReadyTDD, UL_TimeslotLCR_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfTsLCR);
+ 1, maxNrOfTsLCR, FALSE);
return offset;
}
@@ -26027,7 +26027,7 @@ static int
dissect_rnsap_TDD_UL_Code_InformationModifyList_RL_ReconfReadyTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_UL_Code_InformationModifyList_RL_ReconfReadyTDD768, TDD_UL_Code_InformationModifyList_RL_ReconfReadyTDD768_sequence_of,
- 1, maxNrOfDPCHs768);
+ 1, maxNrOfDPCHs768, FALSE);
return offset;
}
@@ -26059,7 +26059,7 @@ static int
dissect_rnsap_UL_Timeslot_InformationModifyList_RL_ReconfReadyTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_Timeslot_InformationModifyList_RL_ReconfReadyTDD768, UL_Timeslot_InformationModifyList_RL_ReconfReadyTDD768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -26088,7 +26088,7 @@ static int
dissect_rnsap_UL_DPCH_InformationDeleteListIE_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_DPCH_InformationDeleteListIE_RL_ReconfReadyTDD, UL_DPCH_InformationDeleteListIE_RL_ReconfReadyTDD_sequence_of,
- 0, maxNrOfDPCHs);
+ 0, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -26147,7 +26147,7 @@ static int
dissect_rnsap_DL_CCTrCHInformationListIE_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCHInformationListIE_RL_ReconfReadyTDD, DL_CCTrCHInformationListIE_RL_ReconfReadyTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -26231,7 +26231,7 @@ static int
dissect_rnsap_TDD_DL_Code_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DL_Code_InformationModifyList_RL_ReconfReadyTDD, TDD_DL_Code_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfDPCHs);
+ 1, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -26263,7 +26263,7 @@ static int
dissect_rnsap_DL_Timeslot_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_Timeslot_InformationModifyList_RL_ReconfReadyTDD, DL_Timeslot_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -26311,7 +26311,7 @@ static int
dissect_rnsap_TDD_DL_Code_LCR_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DL_Code_LCR_InformationModifyList_RL_ReconfReadyTDD, TDD_DL_Code_LCR_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfDPCHsLCR);
+ 1, maxNrOfDPCHsLCR, FALSE);
return offset;
}
@@ -26343,7 +26343,7 @@ static int
dissect_rnsap_DL_TimeslotLCR_InformationModifyList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_TimeslotLCR_InformationModifyList_RL_ReconfReadyTDD, DL_TimeslotLCR_InformationModifyList_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfTsLCR);
+ 1, maxNrOfTsLCR, FALSE);
return offset;
}
@@ -26373,7 +26373,7 @@ static int
dissect_rnsap_TDD_DL_Code_InformationModifyList_RL_ReconfReadyTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_TDD_DL_Code_InformationModifyList_RL_ReconfReadyTDD768, TDD_DL_Code_InformationModifyList_RL_ReconfReadyTDD768_sequence_of,
- 1, maxNrOfDPCHs768);
+ 1, maxNrOfDPCHs768, FALSE);
return offset;
}
@@ -26405,7 +26405,7 @@ static int
dissect_rnsap_DL_Timeslot_InformationModifyList_RL_ReconfReadyTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_Timeslot_InformationModifyList_RL_ReconfReadyTDD768, DL_Timeslot_InformationModifyList_RL_ReconfReadyTDD768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -26434,7 +26434,7 @@ static int
dissect_rnsap_DL_DPCH_InformationDeleteListIE_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_DPCH_InformationDeleteListIE_RL_ReconfReadyTDD, DL_DPCH_InformationDeleteListIE_RL_ReconfReadyTDD_sequence_of,
- 0, maxNrOfDPCHs);
+ 0, maxNrOfDPCHs, FALSE);
return offset;
}
@@ -26463,7 +26463,7 @@ static int
dissect_rnsap_DL_DPCH_InformationDeleteList768_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_DPCH_InformationDeleteList768_RL_ReconfReadyTDD, DL_DPCH_InformationDeleteList768_RL_ReconfReadyTDD_sequence_of,
- 0, maxNrOfDPCHs768);
+ 0, maxNrOfDPCHs768, FALSE);
return offset;
}
@@ -26496,7 +26496,7 @@ static int
dissect_rnsap_DSCHToBeAddedOrModifiedList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DSCHToBeAddedOrModifiedList_RL_ReconfReadyTDD, DSCHToBeAddedOrModifiedList_RL_ReconfReadyTDD_sequence_of,
- 0, maxNoOfDSCHs);
+ 0, maxNoOfDSCHs, FALSE);
return offset;
}
@@ -26528,7 +26528,7 @@ static int
dissect_rnsap_USCHToBeAddedOrModifiedList_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_USCHToBeAddedOrModifiedList_RL_ReconfReadyTDD, USCHToBeAddedOrModifiedList_RL_ReconfReadyTDD_sequence_of,
- 0, maxNoOfUSCHs);
+ 0, maxNoOfUSCHs, FALSE);
return offset;
}
@@ -26542,7 +26542,7 @@ static int
dissect_rnsap_Multiple_RL_InformationResponse_RL_ReconfReadyTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Multiple_RL_InformationResponse_RL_ReconfReadyTDD, Multiple_RL_InformationResponse_RL_ReconfReadyTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -26601,7 +26601,7 @@ static int
dissect_rnsap_RL_ReconfigurationFailureList_RL_ReconfFailure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_ReconfigurationFailureList_RL_ReconfFailure, RL_ReconfigurationFailureList_RL_ReconfFailure_sequence_of,
- 0, maxNrOfRLs);
+ 0, maxNrOfRLs, FALSE);
return offset;
}
@@ -26745,7 +26745,7 @@ static int
dissect_rnsap_DCH_DeleteList_RL_ReconfRqstFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_DeleteList_RL_ReconfRqstFDD, DCH_DeleteList_RL_ReconfRqstFDD_sequence_of,
- 0, maxNrOfDCHs);
+ 0, maxNrOfDCHs, FALSE);
return offset;
}
@@ -26759,7 +26759,7 @@ static int
dissect_rnsap_RL_ReconfigurationRequestFDD_RL_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_ReconfigurationRequestFDD_RL_InformationList, RL_ReconfigurationRequestFDD_RL_InformationList_sequence_of,
- 0, maxNrOfRLs);
+ 0, maxNrOfRLs, FALSE);
return offset;
}
@@ -26804,7 +26804,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD, UL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -26834,7 +26834,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD, UL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -26863,7 +26863,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD, DL_CCTrCH_InformationModifyList_RL_ReconfRqstTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -26893,7 +26893,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD, DL_CCTrCH_InformationDeleteList_RL_ReconfRqstTDD_sequence_of,
- 0, maxNrOfCCTrCHs);
+ 0, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -26937,7 +26937,7 @@ static int
dissect_rnsap_DCH_DeleteList_RL_ReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_DeleteList_RL_ReconfRqstTDD, DCH_DeleteList_RL_ReconfRqstTDD_sequence_of,
- 0, maxNrOfDCHs);
+ 0, maxNrOfDCHs, FALSE);
return offset;
}
@@ -26967,7 +26967,7 @@ static int
dissect_rnsap_Multiple_RL_ReconfigurationRequestTDD_RL_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Multiple_RL_ReconfigurationRequestTDD_RL_Information, Multiple_RL_ReconfigurationRequestTDD_RL_Information_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -26996,7 +26996,7 @@ static int
dissect_rnsap_RL_InformationResponseList_RL_ReconfRspFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationResponseList_RL_ReconfRspFDD, RL_InformationResponseList_RL_ReconfRspFDD_sequence_of,
- 0, maxNrOfRLs);
+ 0, maxNrOfRLs, FALSE);
return offset;
}
@@ -27121,7 +27121,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationList_RL_ReconfRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationList_RL_ReconfRspTDD, DL_CCTrCH_InformationList_RL_ReconfRspTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -27152,7 +27152,7 @@ static int
dissect_rnsap_DL_Timeslot_LCR_InformationModifyList_RL_ReconfRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_Timeslot_LCR_InformationModifyList_RL_ReconfRspTDD, DL_Timeslot_LCR_InformationModifyList_RL_ReconfRspTDD_sequence_of,
- 1, maxNrOfDLTsLCR);
+ 1, maxNrOfDLTsLCR, FALSE);
return offset;
}
@@ -27181,7 +27181,7 @@ static int
dissect_rnsap_Multiple_RL_InformationResponse_RL_ReconfRspTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Multiple_RL_InformationResponse_RL_ReconfRspTDD, Multiple_RL_InformationResponse_RL_ReconfRspTDD_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -27210,7 +27210,7 @@ static int
dissect_rnsap_RL_InformationList_RL_FailureInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_FailureInd, RL_InformationList_RL_FailureInd_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -27239,7 +27239,7 @@ static int
dissect_rnsap_RL_Set_InformationList_RL_FailureInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_InformationList_RL_FailureInd, RL_Set_InformationList_RL_FailureInd_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -27268,7 +27268,7 @@ static int
dissect_rnsap_CCTrCH_InformationList_RL_FailureInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_CCTrCH_InformationList_RL_FailureInd, CCTrCH_InformationList_RL_FailureInd_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -27385,7 +27385,7 @@ static int
dissect_rnsap_RL_InformationList_RL_PreemptRequiredInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_PreemptRequiredInd, RL_InformationList_RL_PreemptRequiredInd_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -27414,7 +27414,7 @@ static int
dissect_rnsap_HSDSCHMacdFlowSpecificInformationList_RL_PreemptRequiredInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSDSCHMacdFlowSpecificInformationList_RL_PreemptRequiredInd, HSDSCHMacdFlowSpecificInformationList_RL_PreemptRequiredInd_sequence_of,
- 1, maxNrOfMACdFlows);
+ 1, maxNrOfMACdFlows, FALSE);
return offset;
}
@@ -27443,7 +27443,7 @@ static int
dissect_rnsap_EDCH_MacdFlowSpecificInformationList_RL_PreemptRequiredInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_EDCH_MacdFlowSpecificInformationList_RL_PreemptRequiredInd, EDCH_MacdFlowSpecificInformationList_RL_PreemptRequiredInd_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -27487,7 +27487,7 @@ static int
dissect_rnsap_RL_InformationList_RL_RestoreInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_RestoreInd, RL_InformationList_RL_RestoreInd_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -27516,7 +27516,7 @@ static int
dissect_rnsap_RL_Set_InformationList_RL_RestoreInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_InformationList_RL_RestoreInd, RL_Set_InformationList_RL_RestoreInd_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -27545,7 +27545,7 @@ static int
dissect_rnsap_CCTrCH_InformationList_RL_RestoreInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_CCTrCH_InformationList_RL_RestoreInd, CCTrCH_InformationList_RL_RestoreInd_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -27659,7 +27659,7 @@ static int
dissect_rnsap_DL_ReferencePowerInformationList_DL_PC_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_ReferencePowerInformationList_DL_PC_Rqst, DL_ReferencePowerInformationList_DL_PC_Rqst_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -27819,7 +27819,7 @@ static int
dissect_rnsap_UL_CCTrCH_InformationListIE_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_CCTrCH_InformationListIE_PhyChReconfRqstTDD, UL_CCTrCH_InformationListIE_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -27851,7 +27851,7 @@ static int
dissect_rnsap_UL_Timeslot_InformationList_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_Timeslot_InformationList_PhyChReconfRqstTDD, UL_Timeslot_InformationList_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -27901,7 +27901,7 @@ static int
dissect_rnsap_UL_TimeslotLCR_InformationList_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_TimeslotLCR_InformationList_PhyChReconfRqstTDD, UL_TimeslotLCR_InformationList_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfTsLCR);
+ 1, maxNrOfTsLCR, FALSE);
return offset;
}
@@ -27933,7 +27933,7 @@ static int
dissect_rnsap_UL_Timeslot_InformationList_PhyChReconfRqstTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_UL_Timeslot_InformationList_PhyChReconfRqstTDD768, UL_Timeslot_InformationList_PhyChReconfRqstTDD768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -27972,7 +27972,7 @@ static int
dissect_rnsap_DL_CCTrCH_InformationListIE_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_CCTrCH_InformationListIE_PhyChReconfRqstTDD, DL_CCTrCH_InformationListIE_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfCCTrCHs);
+ 1, maxNrOfCCTrCHs, FALSE);
return offset;
}
@@ -28004,7 +28004,7 @@ static int
dissect_rnsap_DL_Timeslot_InformationList_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_Timeslot_InformationList_PhyChReconfRqstTDD, DL_Timeslot_InformationList_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -28054,7 +28054,7 @@ static int
dissect_rnsap_DL_TimeslotLCR_InformationList_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_TimeslotLCR_InformationList_PhyChReconfRqstTDD, DL_TimeslotLCR_InformationList_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfTsLCR);
+ 1, maxNrOfTsLCR, FALSE);
return offset;
}
@@ -28086,7 +28086,7 @@ static int
dissect_rnsap_DL_Timeslot_InformationList_PhyChReconfRqstTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DL_Timeslot_InformationList_PhyChReconfRqstTDD768, DL_Timeslot_InformationList_PhyChReconfRqstTDD768_sequence_of,
- 1, maxNrOfTS);
+ 1, maxNrOfTS, FALSE);
return offset;
}
@@ -28116,7 +28116,7 @@ static int
dissect_rnsap_HSPDSCH_Timeslot_InformationList_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSPDSCH_Timeslot_InformationList_PhyChReconfRqstTDD, HSPDSCH_Timeslot_InformationList_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfDLTs);
+ 1, maxNrOfDLTs, FALSE);
return offset;
}
@@ -28146,7 +28146,7 @@ static int
dissect_rnsap_HSPDSCH_Timeslot_InformationListLCR_PhyChReconfRqstTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSPDSCH_Timeslot_InformationListLCR_PhyChReconfRqstTDD, HSPDSCH_Timeslot_InformationListLCR_PhyChReconfRqstTDD_sequence_of,
- 1, maxNrOfDLTsLCR);
+ 1, maxNrOfDLTsLCR, FALSE);
return offset;
}
@@ -28176,7 +28176,7 @@ static int
dissect_rnsap_HSPDSCH_Timeslot_InformationList_PhyChReconfRqstTDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSPDSCH_Timeslot_InformationList_PhyChReconfRqstTDD768, HSPDSCH_Timeslot_InformationList_PhyChReconfRqstTDD768_sequence_of,
- 1, maxNrOfDLTs);
+ 1, maxNrOfDLTs, FALSE);
return offset;
}
@@ -28235,7 +28235,7 @@ static int
dissect_rnsap_RL_InformationList_RL_CongestInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_RL_CongestInd, RL_InformationList_RL_CongestInd_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -28249,7 +28249,7 @@ static int
dissect_rnsap_DCH_Rate_Information_RL_CongestInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DCH_Rate_Information_RL_CongestInd, DCH_Rate_Information_RL_CongestInd_sequence_of,
- 1, maxNrOfDCHs);
+ 1, maxNrOfDCHs, FALSE);
return offset;
}
@@ -28295,7 +28295,7 @@ static int
dissect_rnsap_EDCH_MacdFlowSpecificInformationList_RL_CongestInd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_EDCH_MacdFlowSpecificInformationList_RL_CongestInd, EDCH_MacdFlowSpecificInformationList_RL_CongestInd_sequence_of,
- 1, maxNrOfEDCHMACdFlows);
+ 1, maxNrOfEDCHMACdFlows, FALSE);
return offset;
}
@@ -28483,7 +28483,7 @@ static int
dissect_rnsap_RL_InformationList_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_DM_Rqst, RL_InformationList_DM_Rqst_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -28512,7 +28512,7 @@ static int
dissect_rnsap_RL_Set_InformationList_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_InformationList_DM_Rqst, RL_Set_InformationList_DM_Rqst_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -28601,7 +28601,7 @@ static int
dissect_rnsap_HSSICH_Info_DM_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSSICH_Info_DM_Rqst, HSSICH_Info_DM_Rqst_sequence_of,
- 1, maxNrOfHSSICHs);
+ 1, maxNrOfHSSICHs, FALSE);
return offset;
}
@@ -28615,7 +28615,7 @@ static int
dissect_rnsap_HSSICH_Info_DM_Rqst_Extension(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_HSSICH_Info_DM_Rqst_Extension, HSSICH_Info_DM_Rqst_Extension_sequence_of,
- 1, maxNrOfHSSICHs);
+ 1, maxNrOfHSSICHs, FALSE);
return offset;
}
@@ -28659,7 +28659,7 @@ static int
dissect_rnsap_RL_InformationList_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_DM_Rsp, RL_InformationList_DM_Rsp_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -28688,7 +28688,7 @@ static int
dissect_rnsap_RL_Set_InformationList_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_InformationList_DM_Rsp, RL_Set_InformationList_DM_Rsp_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -28794,7 +28794,7 @@ static int
dissect_rnsap_Multiple_DedicatedMeasurementValueList_TDD_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Multiple_DedicatedMeasurementValueList_TDD_DM_Rsp, Multiple_DedicatedMeasurementValueList_TDD_DM_Rsp_sequence_of,
- 1, maxNrOfDPCHsPerRL_1);
+ 1, maxNrOfDPCHsPerRL_1, FALSE);
return offset;
}
@@ -28824,7 +28824,7 @@ static int
dissect_rnsap_Multiple_DedicatedMeasurementValueList_LCR_TDD_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Multiple_DedicatedMeasurementValueList_LCR_TDD_DM_Rsp, Multiple_DedicatedMeasurementValueList_LCR_TDD_DM_Rsp_sequence_of,
- 1, maxNrOfDPCHsLCRPerRL_1);
+ 1, maxNrOfDPCHsLCRPerRL_1, FALSE);
return offset;
}
@@ -28854,7 +28854,7 @@ static int
dissect_rnsap_Multiple_HSSICHMeasurementValueList_TDD_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Multiple_HSSICHMeasurementValueList_TDD_DM_Rsp, Multiple_HSSICHMeasurementValueList_TDD_DM_Rsp_sequence_of,
- 1, maxNrOfHSSICHs_1);
+ 1, maxNrOfHSSICHs_1, FALSE);
return offset;
}
@@ -28884,7 +28884,7 @@ static int
dissect_rnsap_Multiple_DedicatedMeasurementValueList_TDD768_DM_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_Multiple_DedicatedMeasurementValueList_TDD768_DM_Rsp, Multiple_DedicatedMeasurementValueList_TDD768_DM_Rsp_sequence_of,
- 1, maxNrOfDPCHs768PerRL_1);
+ 1, maxNrOfDPCHs768PerRL_1, FALSE);
return offset;
}
@@ -28913,7 +28913,7 @@ static int
dissect_rnsap_RL_Unsuccessful_InformationRespList_DM_Fail(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Unsuccessful_InformationRespList_DM_Fail, RL_Unsuccessful_InformationRespList_DM_Fail_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -28927,7 +28927,7 @@ static int
dissect_rnsap_RL_Successful_InformationRespList_DM_Fail(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Successful_InformationRespList_DM_Fail, RL_Successful_InformationRespList_DM_Fail_sequence_of,
- 1, maxNrOfRLs_1);
+ 1, maxNrOfRLs_1, FALSE);
return offset;
}
@@ -28957,7 +28957,7 @@ static int
dissect_rnsap_RL_Set_Unsuccessful_InformationRespList_DM_Fail(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_Unsuccessful_InformationRespList_DM_Fail, RL_Set_Unsuccessful_InformationRespList_DM_Fail_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -28971,7 +28971,7 @@ static int
dissect_rnsap_RL_Set_Successful_InformationRespList_DM_Fail(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_Successful_InformationRespList_DM_Fail, RL_Set_Successful_InformationRespList_DM_Fail_sequence_of,
- 1, maxNrOfRLSets_1);
+ 1, maxNrOfRLSets_1, FALSE);
return offset;
}
@@ -29109,7 +29109,7 @@ static int
dissect_rnsap_RL_InformationList_DM_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_InformationList_DM_Rprt, RL_InformationList_DM_Rprt_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -29138,7 +29138,7 @@ static int
dissect_rnsap_RL_Set_InformationList_DM_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_InformationList_DM_Rprt, RL_Set_InformationList_DM_Rprt_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -29256,7 +29256,7 @@ static int
dissect_rnsap_RL_Unsuccessful_InformationRespList_DM_Fail_Ind(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Unsuccessful_InformationRespList_DM_Fail_Ind, RL_Unsuccessful_InformationRespList_DM_Fail_Ind_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -29285,7 +29285,7 @@ static int
dissect_rnsap_RL_Set_Unsuccessful_InformationRespList_DM_Fail_Ind(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_Set_Unsuccessful_InformationRespList_DM_Fail_Ind, RL_Set_Unsuccessful_InformationRespList_DM_Fail_Ind_sequence_of,
- 1, maxNrOfRLSets);
+ 1, maxNrOfRLSets, FALSE);
return offset;
}
@@ -29584,7 +29584,7 @@ static int
dissect_rnsap_NeighbouringCellMeasurementInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_NeighbouringCellMeasurementInfo, NeighbouringCellMeasurementInfo_sequence_of,
- 1, maxNrOfMeasNCell);
+ 1, maxNrOfMeasNCell, FALSE);
return offset;
}
@@ -29934,7 +29934,7 @@ static int
dissect_rnsap_MBMS_Bearer_Service_List_InfEx_Rsp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_MBMS_Bearer_Service_List_InfEx_Rsp, MBMS_Bearer_Service_List_InfEx_Rsp_sequence_of,
- 1, maxNrOfMBMSServices);
+ 1, maxNrOfMBMSServices, FALSE);
return offset;
}
@@ -30058,7 +30058,7 @@ static int
dissect_rnsap_ContextInfoList_Reset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_ContextInfoList_Reset, ContextInfoList_Reset_sequence_of,
- 1, maxResetContext);
+ 1, maxResetContext, FALSE);
return offset;
}
@@ -30087,7 +30087,7 @@ static int
dissect_rnsap_ContextGroupInfoList_Reset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_ContextGroupInfoList_Reset, ContextGroupInfoList_Reset_sequence_of,
- 1, maxResetContextGroup);
+ 1, maxResetContextGroup, FALSE);
return offset;
}
@@ -30222,7 +30222,7 @@ static int
dissect_rnsap_DelayedActivationInformationList_RL_ActivationCmdFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DelayedActivationInformationList_RL_ActivationCmdFDD, DelayedActivationInformationList_RL_ActivationCmdFDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -30267,7 +30267,7 @@ static int
dissect_rnsap_DelayedActivationInformationList_RL_ActivationCmdTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_DelayedActivationInformationList_RL_ActivationCmdTDD, DelayedActivationInformationList_RL_ActivationCmdTDD_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -30327,7 +30327,7 @@ static int
dissect_rnsap_RL_ParameterUpdateIndicationFDD_RL_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_RL_ParameterUpdateIndicationFDD_RL_InformationList, RL_ParameterUpdateIndicationFDD_RL_InformationList_sequence_of,
- 1, maxNrOfRLs);
+ 1, maxNrOfRLs, FALSE);
return offset;
}
@@ -30477,7 +30477,7 @@ static int
dissect_rnsap_ListOfInterfacesToTrace(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rnsap_ListOfInterfacesToTrace, ListOfInterfacesToTrace_sequence_of,
- 1, maxNrOfInterfaces);
+ 1, maxNrOfInterfaces, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-rrc.c b/epan/dissectors/packet-rrc.c
index c4df0a8ab6..36b644848b 100644
--- a/epan/dissectors/packet-rrc.c
+++ b/epan/dissectors/packet-rrc.c
@@ -11354,7 +11354,7 @@ static int
dissect_rrc_RRC_MessageSequenceNumberList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RRC_MessageSequenceNumberList, RRC_MessageSequenceNumberList_sequence_of,
- 4, 5);
+ 4, 5, FALSE);
return offset;
}
@@ -11540,7 +11540,7 @@ static int
dissect_rrc_RB_ActivationTimeInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_ActivationTimeInfoList, RB_ActivationTimeInfoList_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -11615,7 +11615,7 @@ static int
dissect_rrc_MCC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MCC, MCC_sequence_of,
- 3, 3);
+ 3, 3, FALSE);
return offset;
}
@@ -11629,7 +11629,7 @@ static int
dissect_rrc_MNC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MNC, MNC_sequence_of,
- 2, 3);
+ 2, 3, FALSE);
return offset;
}
@@ -11699,7 +11699,7 @@ static int
dissect_rrc_CN_DomainInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CN_DomainInformationList, CN_DomainInformationList_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -11754,7 +11754,7 @@ static int
dissect_rrc_RB_WithPDCP_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_WithPDCP_InfoList, RB_WithPDCP_InfoList_sequence_of,
- 1, maxRBallRABs);
+ 1, maxRBallRABs, FALSE);
return offset;
}
@@ -12023,7 +12023,7 @@ static int
dissect_rrc_DL_ChannelisationCodeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_ChannelisationCodeList, DL_ChannelisationCodeList_sequence_of,
- 1, maxDPCH_DLchan);
+ 1, maxDPCH_DLchan, FALSE);
return offset;
}
@@ -12762,7 +12762,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots, SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots_sequence_of,
- 1, maxTS_1);
+ 1, maxTS_1, FALSE);
return offset;
}
@@ -12851,7 +12851,7 @@ static int
dissect_rrc_UL_CCTrChTPCList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_CCTrChTPCList, UL_CCTrChTPCList_sequence_of,
- 0, maxCCTrCH);
+ 0, maxCCTrCH, FALSE);
return offset;
}
@@ -12883,7 +12883,7 @@ static int
dissect_rrc_DL_CCTrChList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_CCTrChList, DL_CCTrChList_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -12897,7 +12897,7 @@ static int
dissect_rrc_DL_CCTrChListToRemove(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_CCTrChListToRemove, DL_CCTrChListToRemove_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -13207,7 +13207,7 @@ static int
dissect_rrc_SCCPCH_ChannelisationCodeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SCCPCH_ChannelisationCodeList, SCCPCH_ChannelisationCodeList_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -13407,7 +13407,7 @@ static int
dissect_rrc_T_ctfc2Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_ctfc2Bit, T_ctfc2Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13436,7 +13436,7 @@ static int
dissect_rrc_T_ctfc4Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_ctfc4Bit, T_ctfc4Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13465,7 +13465,7 @@ static int
dissect_rrc_T_ctfc6Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_ctfc6Bit, T_ctfc6Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13494,7 +13494,7 @@ static int
dissect_rrc_T_ctfc8Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_ctfc8Bit, T_ctfc8Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13533,7 +13533,7 @@ static int
dissect_rrc_T_ctfc12Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_ctfc12Bit, T_ctfc12Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13572,7 +13572,7 @@ static int
dissect_rrc_T_ctfc16Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_ctfc16Bit, T_ctfc16Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13611,7 +13611,7 @@ static int
dissect_rrc_T_ctfc24Bit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_ctfc24Bit, T_ctfc24Bit_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13695,7 +13695,7 @@ static int
dissect_rrc_TFCS_RemovalList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TFCS_RemovalList, TFCS_RemovalList_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -13833,7 +13833,7 @@ static int
dissect_rrc_TFCI_RangeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TFCI_RangeList, TFCI_RangeList_sequence_of,
- 1, maxPDSCH_TFCIgroups);
+ 1, maxPDSCH_TFCIgroups, FALSE);
return offset;
}
@@ -14141,7 +14141,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTF_OF_NumberOfTransportBlocks(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTF_OF_NumberOfTransportBlocks, SEQUENCE_SIZE_1_maxTF_OF_NumberOfTransportBlocks_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -14170,7 +14170,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_15_OF_LogicalChannelByRB(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_15_OF_LogicalChannelByRB, SEQUENCE_SIZE_1_15_OF_LogicalChannelByRB_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -14224,7 +14224,7 @@ static int
dissect_rrc_DedicatedDynamicTF_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DedicatedDynamicTF_InfoList, DedicatedDynamicTF_InfoList_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -14293,7 +14293,7 @@ static int
dissect_rrc_NumberOfTbSizeAndTTIList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NumberOfTbSizeAndTTIList, NumberOfTbSizeAndTTIList_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -14323,7 +14323,7 @@ static int
dissect_rrc_DedicatedDynamicTF_InfoList_DynamicTTI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DedicatedDynamicTF_InfoList_DynamicTTI, DedicatedDynamicTF_InfoList_DynamicTTI_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -14587,7 +14587,7 @@ static int
dissect_rrc_CommonDynamicTF_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CommonDynamicTF_InfoList, CommonDynamicTF_InfoList_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -14639,7 +14639,7 @@ static int
dissect_rrc_CommonDynamicTF_InfoList_DynamicTTI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CommonDynamicTF_InfoList_DynamicTTI, CommonDynamicTF_InfoList_DynamicTTI_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -14744,7 +14744,7 @@ static int
dissect_rrc_FACH_PCH_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_FACH_PCH_InformationList, FACH_PCH_InformationList_sequence_of,
- 1, maxFACHPCH);
+ 1, maxFACHPCH, FALSE);
return offset;
}
@@ -15020,7 +15020,7 @@ static int
dissect_rrc_SibOFF_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SibOFF_List, SibOFF_List_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -15079,7 +15079,7 @@ static int
dissect_rrc_SIB_ReferenceListFACH(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SIB_ReferenceListFACH, SIB_ReferenceListFACH_sequence_of,
- 1, maxSIB_FACH);
+ 1, maxSIB_FACH, FALSE);
return offset;
}
@@ -15177,7 +15177,7 @@ static int
dissect_rrc_RL_AdditionInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RL_AdditionInformationList, RL_AdditionInformationList_sequence_of,
- 1, maxRL_1);
+ 1, maxRL_1, FALSE);
return offset;
}
@@ -15191,7 +15191,7 @@ static int
dissect_rrc_RL_RemovalInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RL_RemovalInformationList, RL_RemovalInformationList_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -15333,7 +15333,7 @@ static int
dissect_rrc_CellIdentity_PerRL_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CellIdentity_PerRL_List, CellIdentity_PerRL_List_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -15402,7 +15402,7 @@ static int
dissect_rrc_DL_TPC_PowerOffsetPerRL_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_TPC_PowerOffsetPerRL_List, DL_TPC_PowerOffsetPerRL_List_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -15805,7 +15805,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_DownlinkAdditionalTimeslots_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_DownlinkAdditionalTimeslots_LCR_r4, SEQUENCE_SIZE_1_maxTS_LCR_1_OF_DownlinkAdditionalTimeslots_LCR_r4_sequence_of,
- 1, maxTS_LCR_1);
+ 1, maxTS_LCR_1, FALSE);
return offset;
}
@@ -15933,7 +15933,7 @@ static int
dissect_rrc_DL_CCTrChList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_CCTrChList_r4, DL_CCTrChList_r4_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -16103,7 +16103,7 @@ static int
dissect_rrc_RL_AdditionInformationList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RL_AdditionInformationList_r6, RL_AdditionInformationList_r6_sequence_of,
- 1, maxRL_1);
+ 1, maxRL_1, FALSE);
return offset;
}
@@ -16157,7 +16157,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_Codes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_Codes, SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_Codes_sequence_of,
- 1, maxHSSCCHs);
+ 1, maxHSSCCHs, FALSE);
return offset;
}
@@ -16351,7 +16351,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD384(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD384, SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD384_sequence_of,
- 1, maxHSSCCHs);
+ 1, maxHSSCCHs, FALSE);
return offset;
}
@@ -16539,7 +16539,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128, SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128_sequence_of,
- 1, maxHSSCCHs);
+ 1, maxHSSCCHs, FALSE);
return offset;
}
@@ -16874,7 +16874,7 @@ static int
dissect_rrc_DL_HSPDSCH_TS_Configuration(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_HSPDSCH_TS_Configuration, DL_HSPDSCH_TS_Configuration_sequence_of,
- 1, maxTS_1);
+ 1, maxTS_1, FALSE);
return offset;
}
@@ -17090,7 +17090,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHProcesses_OF_HARQMemorySize(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHProcesses_OF_HARQMemorySize, SEQUENCE_SIZE_1_maxHProcesses_OF_HARQMemorySize_sequence_of,
- 1, maxHProcesses);
+ 1, maxHProcesses, FALSE);
return offset;
}
@@ -17276,7 +17276,7 @@ static int
dissect_rrc_E_DPDCH_Reference_E_TFCIList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_DPDCH_Reference_E_TFCIList, E_DPDCH_Reference_E_TFCIList_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -17415,7 +17415,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxEDCHRL_OF_E_DCH_RL_InfoOtherCell(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxEDCHRL_OF_E_DCH_RL_InfoOtherCell, SEQUENCE_SIZE_1_maxEDCHRL_OF_E_DCH_RL_InfoOtherCell_sequence_of,
- 1, maxEDCHRL);
+ 1, maxEDCHRL, FALSE);
return offset;
}
@@ -17499,7 +17499,7 @@ static int
dissect_rrc_RL_AdditionInformation_list_v6b0ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RL_AdditionInformation_list_v6b0ext, RL_AdditionInformation_list_v6b0ext_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -18151,7 +18151,7 @@ static int
dissect_rrc_HS_SCCH_LessTFSList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_HS_SCCH_LessTFSList, HS_SCCH_LessTFSList_sequence_of,
- 1, maxHS_SCCHLessTrBlk);
+ 1, maxHS_SCCHLessTrBlk, FALSE);
return offset;
}
@@ -18393,7 +18393,7 @@ static int
dissect_rrc_RL_AdditionInformationList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RL_AdditionInformationList_r7, RL_AdditionInformationList_r7_sequence_of,
- 1, maxRL_1);
+ 1, maxRL_1, FALSE);
return offset;
}
@@ -18453,7 +18453,7 @@ static int
dissect_rrc_E_DPDCH_Reference_E_TFCIList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_DPDCH_Reference_E_TFCIList_r7, E_DPDCH_Reference_E_TFCIList_r7_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -19033,7 +19033,7 @@ static int
dissect_rrc_GPS_TOW_AssistList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GPS_TOW_AssistList, GPS_TOW_AssistList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -19307,7 +19307,7 @@ static int
dissect_rrc_DGPS_CorrectionSatInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DGPS_CorrectionSatInfoList, DGPS_CorrectionSatInfoList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -19541,7 +19541,7 @@ static int
dissect_rrc_NavigationModelSatInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NavigationModelSatInfoList, NavigationModelSatInfoList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -19647,7 +19647,7 @@ static int
dissect_rrc_AlmanacSatInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AlmanacSatInfoList, AlmanacSatInfoList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -19830,7 +19830,7 @@ static int
dissect_rrc_AcquisitionSatInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AcquisitionSatInfoList, AcquisitionSatInfoList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -19860,7 +19860,7 @@ static int
dissect_rrc_BadSatList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_BadSatList, BadSatList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -20548,7 +20548,7 @@ static int
dissect_rrc_UE_Positioning_OTDOA_NeighbourCellList_UEB(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_OTDOA_NeighbourCellList_UEB, UE_Positioning_OTDOA_NeighbourCellList_UEB_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -20678,7 +20678,7 @@ static int
dissect_rrc_UE_Positioning_IPDL_Parameters_TDDList_r4_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_IPDL_Parameters_TDDList_r4_ext, UE_Positioning_IPDL_Parameters_TDDList_r4_ext_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -20759,7 +20759,7 @@ static int
dissect_rrc_UE_Positioning_OTDOA_NeighbourCellList_UEB_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_OTDOA_NeighbourCellList_UEB_ext, UE_Positioning_OTDOA_NeighbourCellList_UEB_ext_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -21116,7 +21116,7 @@ static int
dissect_rrc_GANSSTimeModelsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GANSSTimeModelsList, GANSSTimeModelsList_sequence_of,
- 1, maxGANSS_1);
+ 1, maxGANSS_1, FALSE);
return offset;
}
@@ -21210,7 +21210,7 @@ static int
dissect_rrc_DGANSSSignalInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DGANSSSignalInformationList, DGANSSSignalInformationList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -21240,7 +21240,7 @@ static int
dissect_rrc_DGANSSInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DGANSSInfoList, DGANSSInfoList_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -21323,7 +21323,7 @@ static int
dissect_rrc_Satellite_clock_modelList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_Satellite_clock_modelList, Satellite_clock_modelList_sequence_of,
- 1, maxSatClockModels);
+ 1, maxSatClockModels, FALSE);
return offset;
}
@@ -21432,7 +21432,7 @@ static int
dissect_rrc_Ganss_Sat_Info_NavList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_Ganss_Sat_Info_NavList, Ganss_Sat_Info_NavList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -21479,7 +21479,7 @@ static int
dissect_rrc_UE_Positioning_GANSS_RealTimeIntegrity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_GANSS_RealTimeIntegrity, UE_Positioning_GANSS_RealTimeIntegrity_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -21528,7 +21528,7 @@ static int
dissect_rrc_DataBitAssistanceSgnList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DataBitAssistanceSgnList, DataBitAssistanceSgnList_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -21557,7 +21557,7 @@ static int
dissect_rrc_DataBitAssistanceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DataBitAssistanceList, DataBitAssistanceList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -21643,7 +21643,7 @@ static int
dissect_rrc_GANSSSatelliteInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GANSSSatelliteInformationList, GANSSSatelliteInformationList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -21716,7 +21716,7 @@ static int
dissect_rrc_GANSS_SAT_Info_Almanac_KpList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GANSS_SAT_Info_Almanac_KpList, GANSS_SAT_Info_Almanac_KpList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -21804,7 +21804,7 @@ static int
dissect_rrc_GANSSGenericDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GANSSGenericDataList, GANSSGenericDataList_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -22061,7 +22061,7 @@ static int
dissect_rrc_RAB_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationList, RAB_InformationList_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -22231,7 +22231,7 @@ static int
dissect_rrc_GERAN_SystemInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GERAN_SystemInformation, GERAN_SystemInformation_sequence_of,
- 1, maxGERAN_SI);
+ 1, maxGERAN_SI, FALSE);
return offset;
}
@@ -22444,7 +22444,7 @@ static int
dissect_rrc_RB_InformationReleaseList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationReleaseList, RB_InformationReleaseList_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -22631,7 +22631,7 @@ static int
dissect_rrc_HeaderCompressionInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_HeaderCompressionInfoList, HeaderCompressionInfoList_sequence_of,
- 1, maxPDCPAlgoType);
+ 1, maxPDCPAlgoType, FALSE);
return offset;
}
@@ -23592,7 +23592,7 @@ static int
dissect_rrc_RLC_SizeExplicitList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RLC_SizeExplicitList, RLC_SizeExplicitList_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -23657,7 +23657,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping, SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping_sequence_of,
- maxLoCHperRLC, maxLoCHperRLC);
+ maxLoCHperRLC, maxLoCHperRLC, FALSE);
return offset;
}
@@ -23764,7 +23764,7 @@ static int
dissect_rrc_DL_LogicalChannelMappingList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_LogicalChannelMappingList, DL_LogicalChannelMappingList_sequence_of,
- 1, maxLoCHperRLC);
+ 1, maxLoCHperRLC, FALSE);
return offset;
}
@@ -23793,7 +23793,7 @@ static int
dissect_rrc_RB_MappingInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_MappingInfo, RB_MappingInfo_sequence_of,
- 1, maxRBMuxOptions);
+ 1, maxRBMuxOptions, FALSE);
return offset;
}
@@ -23842,7 +23842,7 @@ static int
dissect_rrc_RB_InformationReconfigList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationReconfigList, RB_InformationReconfigList_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -23871,7 +23871,7 @@ static int
dissect_rrc_RB_InformationAffectedList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationAffectedList, RB_InformationAffectedList_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -23895,7 +23895,7 @@ static int
dissect_rrc_AllowedTFC_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AllowedTFC_List, AllowedTFC_List_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -23909,7 +23909,7 @@ static int
dissect_rrc_Non_allowedTFC_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_Non_allowedTFC_List, Non_allowedTFC_List_sequence_of,
- 1, maxTFC);
+ 1, maxTFC, FALSE);
return offset;
}
@@ -23939,7 +23939,7 @@ static int
dissect_rrc_AllowedTFI_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AllowedTFI_List, AllowedTFI_List_sequence_of,
- 1, maxTF);
+ 1, maxTF, FALSE);
return offset;
}
@@ -23969,7 +23969,7 @@ static int
dissect_rrc_RestrictedTrChInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RestrictedTrChInfoList, RestrictedTrChInfoList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -24041,7 +24041,7 @@ static int
dissect_rrc_IndividualUL_CCTrCH_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IndividualUL_CCTrCH_InfoList, IndividualUL_CCTrCH_InfoList_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -24122,7 +24122,7 @@ static int
dissect_rrc_UL_DeletedTransChInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_DeletedTransChInfoList, UL_DeletedTransChInfoList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -24152,7 +24152,7 @@ static int
dissect_rrc_UL_AddReconfTransChInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_AddReconfTransChInfoList, UL_AddReconfTransChInfoList_sequence_of,
- 1, maxTrCHpreconf);
+ 1, maxTrCHpreconf, FALSE);
return offset;
}
@@ -24222,7 +24222,7 @@ static int
dissect_rrc_DRAC_StaticInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DRAC_StaticInformationList, DRAC_StaticInformationList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -24346,7 +24346,7 @@ static int
dissect_rrc_IndividualDL_CCTrCH_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IndividualDL_CCTrCH_InfoList, IndividualDL_CCTrCH_InfoList_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -24442,7 +24442,7 @@ static int
dissect_rrc_DL_DeletedTransChInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_DeletedTransChInfoList, DL_DeletedTransChInfoList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -24517,7 +24517,7 @@ static int
dissect_rrc_UL_ControlledTrChList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_ControlledTrChList, UL_ControlledTrChList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -24600,7 +24600,7 @@ static int
dissect_rrc_DL_AddReconfTransChInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_AddReconfTransChInfoList, DL_AddReconfTransChInfoList_sequence_of,
- 1, maxTrCHpreconf);
+ 1, maxTrCHpreconf, FALSE);
return offset;
}
@@ -24728,7 +24728,7 @@ static int
dissect_rrc_IndividualTS_InterferenceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IndividualTS_InterferenceList, IndividualTS_InterferenceList_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -25016,7 +25016,7 @@ static int
dissect_rrc_UL_TS_ChannelisationCodeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_TS_ChannelisationCodeList, UL_TS_ChannelisationCodeList_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -25109,7 +25109,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_UplinkAdditionalTimeslots(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_UplinkAdditionalTimeslots, SEQUENCE_SIZE_1_maxTS_1_OF_UplinkAdditionalTimeslots_sequence_of,
- 1, maxTS_1);
+ 1, maxTS_1, FALSE);
return offset;
}
@@ -25202,7 +25202,7 @@ static int
dissect_rrc_UL_CCTrCHList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_CCTrCHList, UL_CCTrCHList_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -25216,7 +25216,7 @@ static int
dissect_rrc_UL_CCTrCHListToRemove(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_CCTrCHListToRemove, UL_CCTrCHListToRemove_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -25333,7 +25333,7 @@ static int
dissect_rrc_CD_AccessSlotSubchannelList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CD_AccessSlotSubchannelList, CD_AccessSlotSubchannelList_sequence_of,
- 1, maxPCPCH_CDsubCh);
+ 1, maxPCPCH_CDsubCh, FALSE);
return offset;
}
@@ -25357,7 +25357,7 @@ static int
dissect_rrc_CD_SignatureCodeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CD_SignatureCodeList, CD_SignatureCodeList_sequence_of,
- 1, maxPCPCH_CDsig);
+ 1, maxPCPCH_CDsig, FALSE);
return offset;
}
@@ -25479,7 +25479,7 @@ static int
dissect_rrc_AvailableAP_SubchannelList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AvailableAP_SubchannelList, AvailableAP_SubchannelList_sequence_of,
- 1, maxPCPCH_APsubCh);
+ 1, maxPCPCH_APsubCh, FALSE);
return offset;
}
@@ -25508,7 +25508,7 @@ static int
dissect_rrc_AvailableAP_Signature_VCAMList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AvailableAP_Signature_VCAMList, AvailableAP_Signature_VCAMList_sequence_of,
- 1, maxPCPCH_APsig);
+ 1, maxPCPCH_APsig, FALSE);
return offset;
}
@@ -25539,7 +25539,7 @@ static int
dissect_rrc_AvailableMinimumSF_ListVCAM(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AvailableMinimumSF_ListVCAM, AvailableMinimumSF_ListVCAM_sequence_of,
- 1, maxPCPCH_SF);
+ 1, maxPCPCH_SF, FALSE);
return offset;
}
@@ -25617,7 +25617,7 @@ static int
dissect_rrc_AvailableAP_SignatureList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AvailableAP_SignatureList, AvailableAP_SignatureList_sequence_of,
- 1, maxPCPCH_APsig);
+ 1, maxPCPCH_APsig, FALSE);
return offset;
}
@@ -25680,7 +25680,7 @@ static int
dissect_rrc_PCPCH_ChannelInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PCPCH_ChannelInfoList, PCPCH_ChannelInfoList_sequence_of,
- 1, maxPCPCHs);
+ 1, maxPCPCHs, FALSE);
return offset;
}
@@ -25755,7 +25755,7 @@ static int
dissect_rrc_RL_IdentifierList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RL_IdentifierList, RL_IdentifierList_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -25842,7 +25842,7 @@ static int
dissect_rrc_PDSCH_CodeMapList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_CodeMapList, PDSCH_CodeMapList_sequence_of,
- 1, maxPDSCH_TFCIgroups);
+ 1, maxPDSCH_TFCIgroups, FALSE);
return offset;
}
@@ -25897,7 +25897,7 @@ static int
dissect_rrc_DSCH_MappingList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DSCH_MappingList, DSCH_MappingList_sequence_of,
- 1, maxPDSCH_TFCIgroups);
+ 1, maxPDSCH_TFCIgroups, FALSE);
return offset;
}
@@ -25927,7 +25927,7 @@ static int
dissect_rrc_PDSCH_CodeInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_CodeInfoList, PDSCH_CodeInfoList_sequence_of,
- 1, maxTFCI_2_Combs);
+ 1, maxTFCI_2_Combs, FALSE);
return offset;
}
@@ -25958,7 +25958,7 @@ static int
dissect_rrc_ReplacedPDSCH_CodeInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ReplacedPDSCH_CodeInfoList, ReplacedPDSCH_CodeInfoList_sequence_of,
- 1, maxTFCI_2_Combs);
+ 1, maxTFCI_2_Combs, FALSE);
return offset;
}
@@ -26210,7 +26210,7 @@ static int
dissect_rrc_RestrictedTrCH_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RestrictedTrCH_InfoList, RestrictedTrCH_InfoList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -26708,7 +26708,7 @@ static int
dissect_rrc_TGP_SequenceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TGP_SequenceList, TGP_SequenceList_sequence_of,
- 1, maxTGPS);
+ 1, maxTGPS, FALSE);
return offset;
}
@@ -26980,7 +26980,7 @@ static int
dissect_rrc_DL_InformationPerRL_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_List, DL_InformationPerRL_List_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -27321,7 +27321,7 @@ static int
dissect_rrc_ROHC_ProfileList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ROHC_ProfileList_r4, ROHC_ProfileList_r4_sequence_of,
- 1, maxROHC_Profile_r4);
+ 1, maxROHC_Profile_r4, FALSE);
return offset;
}
@@ -27371,7 +27371,7 @@ static int
dissect_rrc_ROHC_PacketSizeList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ROHC_PacketSizeList_r4, ROHC_PacketSizeList_r4_sequence_of,
- 1, maxROHC_PacketSizes_r4);
+ 1, maxROHC_PacketSizes_r4, FALSE);
return offset;
}
@@ -27469,7 +27469,7 @@ static int
dissect_rrc_HeaderCompressionInfoList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_HeaderCompressionInfoList_r4, HeaderCompressionInfoList_r4_sequence_of,
- 1, maxPDCPAlgoType);
+ 1, maxPDCPAlgoType, FALSE);
return offset;
}
@@ -27532,7 +27532,7 @@ static int
dissect_rrc_RB_InformationReconfigList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationReconfigList_r4, RB_InformationReconfigList_r4_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -27647,7 +27647,7 @@ static int
dissect_rrc_TFC_SubsetList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TFC_SubsetList, TFC_SubsetList_sequence_of,
- 1, maxTFCsub);
+ 1, maxTFCsub, FALSE);
return offset;
}
@@ -27855,7 +27855,7 @@ static int
dissect_rrc_DL_AddReconfTransChInfoList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_AddReconfTransChInfoList_r4, DL_AddReconfTransChInfoList_r4_sequence_of,
- 1, maxTrCHpreconf);
+ 1, maxTrCHpreconf, FALSE);
return offset;
}
@@ -28344,7 +28344,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_UplinkAdditionalTimeslots_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_UplinkAdditionalTimeslots_LCR_r4, SEQUENCE_SIZE_1_maxTS_LCR_1_OF_UplinkAdditionalTimeslots_LCR_r4_sequence_of,
- 1, maxTS_LCR_1);
+ 1, maxTS_LCR_1, FALSE);
return offset;
}
@@ -28473,7 +28473,7 @@ static int
dissect_rrc_UL_CCTrCHList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_CCTrCHList_r4, UL_CCTrCHList_r4_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -29275,7 +29275,7 @@ static int
dissect_rrc_DL_InformationPerRL_List_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_List_r4, DL_InformationPerRL_List_r4_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -29576,7 +29576,7 @@ static int
dissect_rrc_DL_LogicalChannelMappingList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_LogicalChannelMappingList_r5, DL_LogicalChannelMappingList_r5_sequence_of,
- 1, maxLoCHperRLC);
+ 1, maxLoCHperRLC, FALSE);
return offset;
}
@@ -29605,7 +29605,7 @@ static int
dissect_rrc_RB_MappingInfo_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_MappingInfo_r5, RB_MappingInfo_r5_sequence_of,
- 1, maxRBMuxOptions);
+ 1, maxRBMuxOptions, FALSE);
return offset;
}
@@ -29638,7 +29638,7 @@ static int
dissect_rrc_RB_InformationReconfigList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationReconfigList_r5, RB_InformationReconfigList_r5_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -29667,7 +29667,7 @@ static int
dissect_rrc_RB_InformationAffectedList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationAffectedList_r5, RB_InformationAffectedList_r5_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -29697,7 +29697,7 @@ static int
dissect_rrc_RB_PDCPContextRelocationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_PDCPContextRelocationList, RB_PDCPContextRelocationList_sequence_of,
- 1, maxRBallRABs);
+ 1, maxRBallRABs, FALSE);
return offset;
}
@@ -29801,7 +29801,7 @@ static int
dissect_rrc_DL_DeletedTransChInfoList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_DeletedTransChInfoList_r5, DL_DeletedTransChInfoList_r5_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -29915,7 +29915,7 @@ static int
dissect_rrc_MAC_d_PDU_SizeInfo_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MAC_d_PDU_SizeInfo_List, MAC_d_PDU_SizeInfo_List_sequence_of,
- 1, maxMAC_d_PDUsizes);
+ 1, maxMAC_d_PDUsizes, FALSE);
return offset;
}
@@ -29947,7 +29947,7 @@ static int
dissect_rrc_MAC_hs_AddReconfQueue_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MAC_hs_AddReconfQueue_List, MAC_hs_AddReconfQueue_List_sequence_of,
- 1, maxQueueIDs);
+ 1, maxQueueIDs, FALSE);
return offset;
}
@@ -29975,7 +29975,7 @@ static int
dissect_rrc_MAC_hs_DelQueue_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MAC_hs_DelQueue_List, MAC_hs_DelQueue_List_sequence_of,
- 1, maxQueueIDs);
+ 1, maxQueueIDs, FALSE);
return offset;
}
@@ -30059,7 +30059,7 @@ static int
dissect_rrc_DL_AddReconfTransChInfoList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_AddReconfTransChInfoList_r5, DL_AddReconfTransChInfoList_r5_sequence_of,
- 1, maxTrCHpreconf);
+ 1, maxTrCHpreconf, FALSE);
return offset;
}
@@ -30536,7 +30536,7 @@ static int
dissect_rrc_DL_InformationPerRL_List_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_List_r5, DL_InformationPerRL_List_r5_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -30813,7 +30813,7 @@ static int
dissect_rrc_RLC_PDU_SizeList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RLC_PDU_SizeList, RLC_PDU_SizeList_sequence_of,
- 1, maxRLCPDUsizePerLogChan);
+ 1, maxRLCPDUsizePerLogChan, FALSE);
return offset;
}
@@ -30882,7 +30882,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping_r6, SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping_r6_sequence_of,
- maxLoCHperRLC, maxLoCHperRLC);
+ maxLoCHperRLC, maxLoCHperRLC, FALSE);
return offset;
}
@@ -30948,7 +30948,7 @@ static int
dissect_rrc_RB_MappingInfo_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_MappingInfo_r6, RB_MappingInfo_r6_sequence_of,
- 1, maxRBMuxOptions);
+ 1, maxRBMuxOptions, FALSE);
return offset;
}
@@ -30981,7 +30981,7 @@ static int
dissect_rrc_RB_InformationReconfigList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationReconfigList_r6, RB_InformationReconfigList_r6_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -31010,7 +31010,7 @@ static int
dissect_rrc_RB_InformationAffectedList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationAffectedList_r6, RB_InformationAffectedList_r6_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -31061,7 +31061,7 @@ static int
dissect_rrc_UL_DeletedTransChInfoList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_DeletedTransChInfoList_r6, UL_DeletedTransChInfoList_r6_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -31218,7 +31218,7 @@ static int
dissect_rrc_E_DCH_AddReconf_MAC_d_FlowList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_DCH_AddReconf_MAC_d_FlowList, E_DCH_AddReconf_MAC_d_FlowList_sequence_of,
- 1, maxE_DCHMACdFlow);
+ 1, maxE_DCHMACdFlow, FALSE);
return offset;
}
@@ -31270,7 +31270,7 @@ static int
dissect_rrc_UL_AddReconfTransChInfoList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_AddReconfTransChInfoList_r6, UL_AddReconfTransChInfoList_r6_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -31845,7 +31845,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD384_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD384_r6, SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD384_r6_sequence_of,
- 1, maxHSSCCHs);
+ 1, maxHSSCCHs, FALSE);
return offset;
}
@@ -31991,7 +31991,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128_r6, SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128_r6_sequence_of,
- 1, maxHSSCCHs);
+ 1, maxHSSCCHs, FALSE);
return offset;
}
@@ -32681,7 +32681,7 @@ static int
dissect_rrc_DL_InformationPerRL_List_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_List_r6, DL_InformationPerRL_List_r6_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -32756,7 +32756,7 @@ static int
dissect_rrc_DL_InformationPerRL_List_v6b0ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_List_v6b0ext, DL_InformationPerRL_List_v6b0ext_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -33210,7 +33210,7 @@ static int
dissect_rrc_DL_LogicalChannelMappingList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_LogicalChannelMappingList_r7, DL_LogicalChannelMappingList_r7_sequence_of,
- 1, maxLoCHperRLC);
+ 1, maxLoCHperRLC, FALSE);
return offset;
}
@@ -33239,7 +33239,7 @@ static int
dissect_rrc_RB_MappingInfo_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_MappingInfo_r7, RB_MappingInfo_r7_sequence_of,
- 1, maxRBMuxOptions);
+ 1, maxRBMuxOptions, FALSE);
return offset;
}
@@ -33272,7 +33272,7 @@ static int
dissect_rrc_RB_InformationReconfigList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationReconfigList_r7, RB_InformationReconfigList_r7_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -33301,7 +33301,7 @@ static int
dissect_rrc_RB_InformationAffectedList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationAffectedList_r7, RB_InformationAffectedList_r7_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -33654,7 +33654,7 @@ static int
dissect_rrc_E_DCH_AddReconf_MAC_d_FlowList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_DCH_AddReconf_MAC_d_FlowList_r7, E_DCH_AddReconf_MAC_d_FlowList_r7_sequence_of,
- 1, maxE_DCHMACdFlow);
+ 1, maxE_DCHMACdFlow, FALSE);
return offset;
}
@@ -33706,7 +33706,7 @@ static int
dissect_rrc_UL_AddReconfTransChInfoList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_AddReconfTransChInfoList_r7, UL_AddReconfTransChInfoList_r7_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -33780,7 +33780,7 @@ static int
dissect_rrc_DL_DeletedTransChInfoList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_DeletedTransChInfoList_r7, DL_DeletedTransChInfoList_r7_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -33906,7 +33906,7 @@ static int
dissect_rrc_MAC_ehs_AddReconfReordQ_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MAC_ehs_AddReconfReordQ_List, MAC_ehs_AddReconfReordQ_List_sequence_of,
- 1, maxQueueIDs);
+ 1, maxQueueIDs, FALSE);
return offset;
}
@@ -33934,7 +33934,7 @@ static int
dissect_rrc_MAC_ehs_DelReordQ_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MAC_ehs_DelReordQ_List, MAC_ehs_DelReordQ_List_sequence_of,
- 1, maxQueueIDs);
+ 1, maxQueueIDs, FALSE);
return offset;
}
@@ -34040,7 +34040,7 @@ static int
dissect_rrc_DL_AddReconfTransChInfoList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_AddReconfTransChInfoList_r7, DL_AddReconfTransChInfoList_r7_sequence_of,
- 1, maxTrCHpreconf);
+ 1, maxTrCHpreconf, FALSE);
return offset;
}
@@ -34843,7 +34843,7 @@ static int
dissect_rrc_UL_TS_ChannelisationCodeList_VHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_TS_ChannelisationCodeList_VHCR, UL_TS_ChannelisationCodeList_VHCR_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -34936,7 +34936,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_UplinkAdditionalTimeslots_VHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_UplinkAdditionalTimeslots_VHCR, SEQUENCE_SIZE_1_maxTS_1_OF_UplinkAdditionalTimeslots_VHCR_sequence_of,
- 1, maxTS_1);
+ 1, maxTS_1, FALSE);
return offset;
}
@@ -35077,7 +35077,7 @@ static int
dissect_rrc_UL_TS_ChannelisationCodeList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_TS_ChannelisationCodeList_r7, UL_TS_ChannelisationCodeList_r7_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -35170,7 +35170,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_UplinkAdditionalTimeslots_LCR_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_UplinkAdditionalTimeslots_LCR_r7, SEQUENCE_SIZE_1_maxTS_LCR_1_OF_UplinkAdditionalTimeslots_LCR_r7_sequence_of,
- 1, maxTS_LCR_1);
+ 1, maxTS_LCR_1, FALSE);
return offset;
}
@@ -35301,7 +35301,7 @@ static int
dissect_rrc_UL_CCTrCHList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_CCTrCHList_r7, UL_CCTrCHList_r7_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -35574,7 +35574,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_8_OF_SF16Codes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_8_OF_SF16Codes, SEQUENCE_SIZE_1_8_OF_SF16Codes_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -35610,7 +35610,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_8_OF_SF8Codes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_8_OF_SF8Codes, SEQUENCE_SIZE_1_8_OF_SF8Codes_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -35676,7 +35676,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_16_OF_SF32Codes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_16_OF_SF32Codes, SEQUENCE_SIZE_1_16_OF_SF32Codes_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -35720,7 +35720,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_16_OF_SF16Codes2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_16_OF_SF16Codes2, SEQUENCE_SIZE_1_16_OF_SF16Codes2_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -35902,7 +35902,7 @@ static int
dissect_rrc_PRACH_ChanCodes_List_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PRACH_ChanCodes_List_LCR, PRACH_ChanCodes_List_LCR_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -36020,7 +36020,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_8_OF_Reference_Beta_QPSK(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_8_OF_Reference_Beta_QPSK, SEQUENCE_SIZE_1_8_OF_Reference_Beta_QPSK_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -36049,7 +36049,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_8_OF_Reference_Beta_16QAM(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_8_OF_Reference_Beta_16QAM, SEQUENCE_SIZE_1_8_OF_Reference_Beta_16QAM_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -36262,7 +36262,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_2_OF_E_PUCH_TS_Slots(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_2_OF_E_PUCH_TS_Slots, SEQUENCE_SIZE_1_maxTS_2_OF_E_PUCH_TS_Slots_sequence_of,
- 1, maxTS_2);
+ 1, maxTS_2, FALSE);
return offset;
}
@@ -36360,7 +36360,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_E_PUCH_TS_Slots_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_LCR_1_OF_E_PUCH_TS_Slots_LCR, SEQUENCE_SIZE_1_maxTS_LCR_1_OF_E_PUCH_TS_Slots_LCR_sequence_of,
- 1, maxTS_LCR_1);
+ 1, maxTS_LCR_1, FALSE);
return offset;
}
@@ -36688,7 +36688,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD768, SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD768_sequence_of,
- 1, maxHSSCCHs);
+ 1, maxHSSCCHs, FALSE);
return offset;
}
@@ -37082,7 +37082,7 @@ static int
dissect_rrc_DL_HSPDSCH_TS_Configuration_VHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_HSPDSCH_TS_Configuration_VHCR, DL_HSPDSCH_TS_Configuration_VHCR_sequence_of,
- 1, maxTS_1);
+ 1, maxTS_1, FALSE);
return offset;
}
@@ -37181,7 +37181,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128_MultiCarrier(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128_MultiCarrier, SEQUENCE_SIZE_1_maxHSSCCHs_OF_HS_SCCH_TDD128_MultiCarrier_sequence_of,
- 1, maxHSSCCHs);
+ 1, maxHSSCCHs, FALSE);
return offset;
}
@@ -37212,7 +37212,7 @@ static int
dissect_rrc_DL_HSPDSCH_MultiCarrier_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_HSPDSCH_MultiCarrier_Information, DL_HSPDSCH_MultiCarrier_Information_sequence_of,
- 1, maxTDD128Carrier);
+ 1, maxTDD128Carrier, FALSE);
return offset;
}
@@ -37844,7 +37844,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots_r7, SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots_r7_sequence_of,
- 1, maxTS_1);
+ 1, maxTS_1, FALSE);
return offset;
}
@@ -38058,7 +38058,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots_VHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots_VHCR, SEQUENCE_SIZE_1_maxTS_1_OF_DownlinkAdditionalTimeslots_VHCR_sequence_of,
- 1, maxTS_1);
+ 1, maxTS_1, FALSE);
return offset;
}
@@ -38202,7 +38202,7 @@ static int
dissect_rrc_DL_CCTrChList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_CCTrChList_r7, DL_CCTrChList_r7_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -38305,7 +38305,7 @@ static int
dissect_rrc_E_AGCH_Set_Config(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_AGCH_Set_Config, E_AGCH_Set_Config_sequence_of,
- 1, maxNumE_AGCH);
+ 1, maxNumE_AGCH, FALSE);
return offset;
}
@@ -38352,7 +38352,7 @@ static int
dissect_rrc_E_AGCH_Set_Config_VHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_AGCH_Set_Config_VHCR, E_AGCH_Set_Config_VHCR_sequence_of,
- 1, maxNumE_AGCH);
+ 1, maxNumE_AGCH, FALSE);
return offset;
}
@@ -38425,7 +38425,7 @@ static int
dissect_rrc_E_AGCH_Set_Config_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_AGCH_Set_Config_LCR, E_AGCH_Set_Config_LCR_sequence_of,
- 1, maxNumE_AGCH);
+ 1, maxNumE_AGCH, FALSE);
return offset;
}
@@ -38721,7 +38721,7 @@ static int
dissect_rrc_E_HICH_Information_LCR_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_E_HICH_Information_LCR_List, E_HICH_Information_LCR_List_sequence_of,
- 1, maxNumE_HICH);
+ 1, maxNumE_HICH, FALSE);
return offset;
}
@@ -38826,7 +38826,7 @@ static int
dissect_rrc_DL_InformationPerRL_List_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_List_r7, DL_InformationPerRL_List_r7_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -39125,7 +39125,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping_r8, SEQUENCE_SIZE_maxLoCHperRLC_OF_UL_LogicalChannelMapping_r8_sequence_of,
- maxLoCHperRLC, maxLoCHperRLC);
+ maxLoCHperRLC, maxLoCHperRLC, FALSE);
return offset;
}
@@ -39191,7 +39191,7 @@ static int
dissect_rrc_RB_MappingInfo_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_MappingInfo_r8, RB_MappingInfo_r8_sequence_of,
- 1, maxRBMuxOptions);
+ 1, maxRBMuxOptions, FALSE);
return offset;
}
@@ -39220,7 +39220,7 @@ static int
dissect_rrc_RB_InformationAffectedList_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationAffectedList_r8, RB_InformationAffectedList_r8_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -39356,7 +39356,7 @@ static int
dissect_rrc_UL_AddReconfTransChInfoList_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UL_AddReconfTransChInfoList_r8, UL_AddReconfTransChInfoList_r8_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -39646,7 +39646,7 @@ static int
dissect_rrc_RB_COUNT_C_MSB_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_COUNT_C_MSB_InformationList, RB_COUNT_C_MSB_InformationList_sequence_of,
- 1, maxRBallRABs);
+ 1, maxRBallRABs, FALSE);
return offset;
}
@@ -39933,7 +39933,7 @@ static int
dissect_rrc_GSM_MessageList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GSM_MessageList, GSM_MessageList_sequence_of,
- 1, maxInterSysMessages);
+ 1, maxInterSysMessages, FALSE);
return offset;
}
@@ -40123,7 +40123,7 @@ static int
dissect_rrc_RAB_InformationList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationList_r6, RAB_InformationList_r6_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -40349,7 +40349,7 @@ static int
dissect_rrc_CDMA2000_MessageList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CDMA2000_MessageList, CDMA2000_MessageList_sequence_of,
- 1, maxInterSysMessages);
+ 1, maxInterSysMessages, FALSE);
return offset;
}
@@ -40500,7 +40500,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_IntraFreqCellID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_IntraFreqCellID, SEQUENCE_SIZE_1_maxCellMeas_OF_IntraFreqCellID_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -40634,7 +40634,7 @@ static int
dissect_rrc_TimeslotInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TimeslotInfoList, TimeslotInfoList_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -40718,7 +40718,7 @@ static int
dissect_rrc_NewIntraFreqCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellList, NewIntraFreqCellList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -40732,7 +40732,7 @@ static int
dissect_rrc_CellsForIntraFreqMeasList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CellsForIntraFreqMeasList, CellsForIntraFreqMeasList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -40842,7 +40842,7 @@ static int
dissect_rrc_IntraFreqMeasQuantity_TDDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqMeasQuantity_TDDList, IntraFreqMeasQuantity_TDDList_sequence_of,
- 1, 4);
+ 1, 4, FALSE);
return offset;
}
@@ -41094,7 +41094,7 @@ static int
dissect_rrc_ForbiddenAffectCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ForbiddenAffectCellList, ForbiddenAffectCellList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -41521,7 +41521,7 @@ static int
dissect_rrc_IntraFreqEventCriteriaList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqEventCriteriaList, IntraFreqEventCriteriaList_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -41675,7 +41675,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_InterFreqCellID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_InterFreqCellID, SEQUENCE_SIZE_1_maxCellMeas_OF_InterFreqCellID_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -41729,7 +41729,7 @@ static int
dissect_rrc_NewInterFreqCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellList, NewInterFreqCellList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -41743,7 +41743,7 @@ static int
dissect_rrc_CellsForInterFreqMeasList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CellsForInterFreqMeasList, CellsForInterFreqMeasList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -41935,7 +41935,7 @@ static int
dissect_rrc_RL_AdditionInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RL_AdditionInfoList, RL_AdditionInfoList_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -42023,7 +42023,7 @@ static int
dissect_rrc_NonUsedFreqParameterList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NonUsedFreqParameterList, NonUsedFreqParameterList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -42175,7 +42175,7 @@ static int
dissect_rrc_InterFreqEventList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqEventList, InterFreqEventList_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -42258,7 +42258,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_InterRATCellID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_InterRATCellID, SEQUENCE_SIZE_1_maxCellMeas_OF_InterRATCellID_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -42618,7 +42618,7 @@ static int
dissect_rrc_NewInterRATCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterRATCellList, NewInterRATCellList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -42632,7 +42632,7 @@ static int
dissect_rrc_CellsForInterRATMeasList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CellsForInterRATMeasList, CellsForInterRATMeasList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -42910,7 +42910,7 @@ static int
dissect_rrc_InterRATEventList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterRATEventList, InterRATEventList_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -43231,7 +43231,7 @@ static int
dissect_rrc_UE_Positioning_EventParamList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_EventParamList, UE_Positioning_EventParamList_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -43503,7 +43503,7 @@ static int
dissect_rrc_UE_Positioning_OTDOA_NeighbourCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_OTDOA_NeighbourCellList, UE_Positioning_OTDOA_NeighbourCellList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -43573,7 +43573,7 @@ static int
dissect_rrc_TrafficVolumeMeasurementObjectList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TrafficVolumeMeasurementObjectList, TrafficVolumeMeasurementObjectList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -43753,7 +43753,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxMeasParEvent_OF_TrafficVolumeEventParam(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxMeasParEvent_OF_TrafficVolumeEventParam, SEQUENCE_SIZE_1_maxMeasParEvent_OF_TrafficVolumeEventParam_sequence_of,
- 1, maxMeasParEvent);
+ 1, maxMeasParEvent, FALSE);
return offset;
}
@@ -43782,7 +43782,7 @@ static int
dissect_rrc_TransChCriteriaList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TransChCriteriaList, TransChCriteriaList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -43852,7 +43852,7 @@ static int
dissect_rrc_BLER_TransChIdList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_BLER_TransChIdList, BLER_TransChIdList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -43875,7 +43875,7 @@ static int
dissect_rrc_SIR_TFCS_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SIR_TFCS_List, SIR_TFCS_List_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -43968,7 +43968,7 @@ static int
dissect_rrc_QualityReportingCriteria(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_QualityReportingCriteria, QualityReportingCriteria_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -44200,7 +44200,7 @@ static int
dissect_rrc_UE_InternalEventParamList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_InternalEventParamList, UE_InternalEventParamList_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -44385,7 +44385,7 @@ static int
dissect_rrc_AdditionalMeasurementID_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AdditionalMeasurementID_List, AdditionalMeasurementID_List_sequence_of,
- 1, maxAdditionalMeas);
+ 1, maxAdditionalMeas, FALSE);
return offset;
}
@@ -44460,7 +44460,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTGPS_OF_TGP_SequenceShort(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTGPS_OF_TGP_SequenceShort, SEQUENCE_SIZE_1_maxTGPS_OF_TGP_SequenceShort_sequence_of,
- 1, maxTGPS);
+ 1, maxTGPS, FALSE);
return offset;
}
@@ -44576,7 +44576,7 @@ static int
dissect_rrc_Intra_FreqEventCriteriaList_v590ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_Intra_FreqEventCriteriaList_v590ext, Intra_FreqEventCriteriaList_v590ext_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -44604,7 +44604,7 @@ static int
dissect_rrc_ThreholdNonUsedFrequency_deltaList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ThreholdNonUsedFrequency_deltaList, ThreholdNonUsedFrequency_deltaList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -44633,7 +44633,7 @@ static int
dissect_rrc_Inter_FreqEventCriteriaList_v590ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_Inter_FreqEventCriteriaList_v590ext, Inter_FreqEventCriteriaList_v590ext_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -44888,7 +44888,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_OF_TimeslotInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_OF_TimeslotInfo, SEQUENCE_SIZE_1_maxTS_OF_TimeslotInfo_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -44916,7 +44916,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_LCR_OF_TimeslotInfo_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_LCR_OF_TimeslotInfo_LCR_r4, SEQUENCE_SIZE_1_maxTS_LCR_OF_TimeslotInfo_LCR_r4_sequence_of,
- 1, maxTS_LCR);
+ 1, maxTS_LCR, FALSE);
return offset;
}
@@ -45022,7 +45022,7 @@ static int
dissect_rrc_NewIntraFreqCellList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellList_r4, NewIntraFreqCellList_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -45074,7 +45074,7 @@ static int
dissect_rrc_ForbiddenAffectCellList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ForbiddenAffectCellList_r4, ForbiddenAffectCellList_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -45178,7 +45178,7 @@ static int
dissect_rrc_IntraFreqEventCriteriaList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqEventCriteriaList_r4, IntraFreqEventCriteriaList_r4_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -45264,7 +45264,7 @@ static int
dissect_rrc_NewInterFreqCellList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellList_r4, NewInterFreqCellList_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -45705,7 +45705,7 @@ static int
dissect_rrc_UE_Positioning_OTDOA_NeighbourCellList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_OTDOA_NeighbourCellList_r4, UE_Positioning_OTDOA_NeighbourCellList_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -46170,7 +46170,7 @@ static int
dissect_rrc_IntraFreqEventCriteriaList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqEventCriteriaList_r6, IntraFreqEventCriteriaList_r6_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -46240,7 +46240,7 @@ static int
dissect_rrc_NonUsedFreqWList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NonUsedFreqWList_r6, NonUsedFreqWList_r6_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -46297,7 +46297,7 @@ static int
dissect_rrc_NonUsedFreqParameterList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NonUsedFreqParameterList_r6, NonUsedFreqParameterList_r6_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -46430,7 +46430,7 @@ static int
dissect_rrc_InterFreqEventList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqEventList_r6, InterFreqEventList_r6_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -46755,7 +46755,7 @@ static int
dissect_rrc_IntraFreqEventCriteriaList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqEventCriteriaList_r7, IntraFreqEventCriteriaList_r7_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -46996,7 +46996,7 @@ static int
dissect_rrc_UE_Positioning_EventParamList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_EventParamList_r7, UE_Positioning_EventParamList_r7_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -47278,7 +47278,7 @@ static int
dissect_rrc_UE_Positioning_OTDOA_NeighbourCellList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_OTDOA_NeighbourCellList_r7, UE_Positioning_OTDOA_NeighbourCellList_r7_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -49045,7 +49045,7 @@ static int
dissect_rrc_TimeslotList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TimeslotList, TimeslotList_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -49495,7 +49495,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_OF_TimeslotNumber(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_OF_TimeslotNumber, SEQUENCE_SIZE_1_maxTS_OF_TimeslotNumber_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -49509,7 +49509,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxTS_LCR_OF_TimeslotNumber_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxTS_LCR_OF_TimeslotNumber_LCR_r4, SEQUENCE_SIZE_1_maxTS_LCR_OF_TimeslotNumber_LCR_r4_sequence_of,
- 1, maxTS_LCR);
+ 1, maxTS_LCR, FALSE);
return offset;
}
@@ -50087,7 +50087,7 @@ static int
dissect_rrc_RAB_InformationReconfigList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationReconfigList, RAB_InformationReconfigList_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -50177,7 +50177,7 @@ static int
dissect_rrc_DL_AddReconfTransChInfo2List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_AddReconfTransChInfo2List, DL_AddReconfTransChInfo2List_sequence_of,
- 1, maxTrCHpreconf);
+ 1, maxTrCHpreconf, FALSE);
return offset;
}
@@ -51206,7 +51206,7 @@ static int
dissect_rrc_RAB_InformationMBMSPtpList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationMBMSPtpList, RAB_InformationMBMSPtpList_sequence_of,
- 1, maxMBMSservSelect);
+ 1, maxMBMSservSelect, FALSE);
return offset;
}
@@ -51590,7 +51590,7 @@ static int
dissect_rrc_RB_InformationReconfigList_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationReconfigList_r8, RB_InformationReconfigList_r8_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -53163,7 +53163,7 @@ static int
dissect_rrc_SRB_InformationSetupList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList, SRB_InformationSetupList_sequence_of,
- 1, maxSRBsetup);
+ 1, maxSRBsetup, FALSE);
return offset;
}
@@ -53194,7 +53194,7 @@ static int
dissect_rrc_RB_InformationSetupList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationSetupList, RB_InformationSetupList_sequence_of,
- 1, maxRBperRAB);
+ 1, maxRBperRAB, FALSE);
return offset;
}
@@ -53223,7 +53223,7 @@ static int
dissect_rrc_RAB_InformationSetupList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList, RAB_InformationSetupList_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -53450,7 +53450,7 @@ static int
dissect_rrc_RAB_InformationSetupList_r6_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_r6_ext, RAB_InformationSetupList_r6_ext_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -53620,7 +53620,7 @@ static int
dissect_rrc_RB_InformationSetupList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationSetupList_r4, RB_InformationSetupList_r4_sequence_of,
- 1, maxRBperRAB);
+ 1, maxRBperRAB, FALSE);
return offset;
}
@@ -53649,7 +53649,7 @@ static int
dissect_rrc_RAB_InformationSetupList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_r4, RAB_InformationSetupList_r4_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -53902,7 +53902,7 @@ static int
dissect_rrc_SRB_InformationSetupList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList_r5, SRB_InformationSetupList_r5_sequence_of,
- 1, maxSRBsetup);
+ 1, maxSRBsetup, FALSE);
return offset;
}
@@ -53933,7 +53933,7 @@ static int
dissect_rrc_RB_InformationSetupList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationSetupList_r5, RB_InformationSetupList_r5_sequence_of,
- 1, maxRBperRAB);
+ 1, maxRBperRAB, FALSE);
return offset;
}
@@ -53962,7 +53962,7 @@ static int
dissect_rrc_RAB_InformationSetupList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_r5, RAB_InformationSetupList_r5_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -54188,7 +54188,7 @@ static int
dissect_rrc_SRB_InformationSetupList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList_r6, SRB_InformationSetupList_r6_sequence_of,
- 1, maxSRBsetup);
+ 1, maxSRBsetup, FALSE);
return offset;
}
@@ -54219,7 +54219,7 @@ static int
dissect_rrc_RB_InformationSetupList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationSetupList_r6, RB_InformationSetupList_r6_sequence_of,
- 1, maxRBperRAB);
+ 1, maxRBperRAB, FALSE);
return offset;
}
@@ -54248,7 +54248,7 @@ static int
dissect_rrc_RAB_InformationSetupList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_r6, RAB_InformationSetupList_r6_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -54325,7 +54325,7 @@ static int
dissect_rrc_RB_InformationChangedList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationChangedList_r6, RB_InformationChangedList_r6_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -54494,7 +54494,7 @@ static int
dissect_rrc_RAB_InformationSetupList_v6b0ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_v6b0ext, RAB_InformationSetupList_v6b0ext_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -54605,7 +54605,7 @@ static int
dissect_rrc_SRB_InformationSetupList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList_r7, SRB_InformationSetupList_r7_sequence_of,
- 1, maxSRBsetup);
+ 1, maxSRBsetup, FALSE);
return offset;
}
@@ -54655,7 +54655,7 @@ static int
dissect_rrc_RB_InformationSetupList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationSetupList_r7, RB_InformationSetupList_r7_sequence_of,
- 1, maxRBperRAB);
+ 1, maxRBperRAB, FALSE);
return offset;
}
@@ -54684,7 +54684,7 @@ static int
dissect_rrc_RAB_InformationSetupList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_r7, RAB_InformationSetupList_r7_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -54870,7 +54870,7 @@ static int
dissect_rrc_RAB_InformationSetupList_v820ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_v820ext, RAB_InformationSetupList_v820ext_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -54973,7 +54973,7 @@ static int
dissect_rrc_SRB_InformationSetupList_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList_r8, SRB_InformationSetupList_r8_sequence_of,
- 1, maxSRBsetup);
+ 1, maxSRBsetup, FALSE);
return offset;
}
@@ -55004,7 +55004,7 @@ static int
dissect_rrc_RB_InformationSetupList_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_InformationSetupList_r8, RB_InformationSetupList_r8_sequence_of,
- 1, maxRBperRAB);
+ 1, maxRBperRAB, FALSE);
return offset;
}
@@ -55033,7 +55033,7 @@ static int
dissect_rrc_RAB_InformationSetupList_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAB_InformationSetupList_r8, RAB_InformationSetupList_r8_sequence_of,
- 1, maxRABsetup);
+ 1, maxRABsetup, FALSE);
return offset;
}
@@ -55379,7 +55379,7 @@ static int
dissect_rrc_GSM_BA_Range_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GSM_BA_Range_List, GSM_BA_Range_List_sequence_of,
- 1, maxNumGSMFreqRanges);
+ 1, maxNumGSMFreqRanges, FALSE);
return offset;
}
@@ -55393,7 +55393,7 @@ static int
dissect_rrc_FDD_UMTS_Frequency_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_FDD_UMTS_Frequency_List, FDD_UMTS_Frequency_List_sequence_of,
- 1, maxNumFDDFreqs);
+ 1, maxNumFDDFreqs, FALSE);
return offset;
}
@@ -55407,7 +55407,7 @@ static int
dissect_rrc_TDD_UMTS_Frequency_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TDD_UMTS_Frequency_List, TDD_UMTS_Frequency_List_sequence_of,
- 1, maxNumTDDFreqs);
+ 1, maxNumTDDFreqs, FALSE);
return offset;
}
@@ -55436,7 +55436,7 @@ static int
dissect_rrc_CDMA2000_UMTS_Frequency_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CDMA2000_UMTS_Frequency_List, CDMA2000_UMTS_Frequency_List_sequence_of,
- 1, maxNumCDMA2000Freqs);
+ 1, maxNumCDMA2000Freqs, FALSE);
return offset;
}
@@ -55515,7 +55515,7 @@ static int
dissect_rrc_GSM_TargetCellInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GSM_TargetCellInfoList, GSM_TargetCellInfoList_sequence_of,
- 1, maxGSMTargetCells);
+ 1, maxGSMTargetCells, FALSE);
return offset;
}
@@ -55932,7 +55932,7 @@ static int
dissect_rrc_InterRAT_UE_SecurityCapList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterRAT_UE_SecurityCapList, InterRAT_UE_SecurityCapList_sequence_of,
- 1, maxInterSysMessages);
+ 1, maxInterSysMessages, FALSE);
return offset;
}
@@ -57587,7 +57587,7 @@ static int
dissect_rrc_SystemSpecificCapUpdateReqList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SystemSpecificCapUpdateReqList, SystemSpecificCapUpdateReqList_sequence_of,
- 1, maxSystemCapability);
+ 1, maxSystemCapability, FALSE);
return offset;
}
@@ -59575,7 +59575,7 @@ static int
dissect_rrc_CN_DomainInformationListFull(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CN_DomainInformationListFull, CN_DomainInformationListFull_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -60121,7 +60121,7 @@ static int
dissect_rrc_GERANIu_MessageList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GERANIu_MessageList, GERANIu_MessageList_sequence_of,
- 1, maxInterSysMessages);
+ 1, maxInterSysMessages, FALSE);
return offset;
}
@@ -60464,7 +60464,7 @@ static int
dissect_rrc_MBMS_ModifedServiceList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_ModifedServiceList_r6, MBMS_ModifedServiceList_r6_sequence_of,
- 1, maxMBMSservModif);
+ 1, maxMBMSservModif, FALSE);
return offset;
}
@@ -60562,7 +60562,7 @@ static int
dissect_rrc_MBMS_ModifiedServiceList_v770ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_ModifiedServiceList_v770ext, MBMS_ModifiedServiceList_v770ext_sequence_of,
- 1, maxMBMSservModif);
+ 1, maxMBMSservModif, FALSE);
return offset;
}
@@ -60779,7 +60779,7 @@ static int
dissect_rrc_STARTList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_STARTList, STARTList_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -61210,7 +61210,7 @@ static int
dissect_rrc_RB_COUNT_C_InformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_COUNT_C_InformationList, RB_COUNT_C_InformationList_sequence_of,
- 1, maxRBallRABs);
+ 1, maxRBallRABs, FALSE);
return offset;
}
@@ -61683,7 +61683,7 @@ static int
dissect_rrc_TimeslotISCP_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TimeslotISCP_List, TimeslotISCP_List_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -61893,7 +61893,7 @@ static int
dissect_rrc_MonitoredCellRACH_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MonitoredCellRACH_List, MonitoredCellRACH_List_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -61996,7 +61996,7 @@ static int
dissect_rrc_InterFreqRACHRepCellsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqRACHRepCellsList, InterFreqRACHRepCellsList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -62626,7 +62626,7 @@ static int
dissect_rrc_IntraFreqMeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqMeasuredResultsList, IntraFreqMeasuredResultsList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -62650,7 +62650,7 @@ static int
dissect_rrc_InterFreqCellMeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqCellMeasuredResultsList, InterFreqCellMeasuredResultsList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -62680,7 +62680,7 @@ static int
dissect_rrc_InterFreqMeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqMeasuredResultsList, InterFreqMeasuredResultsList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -62773,7 +62773,7 @@ static int
dissect_rrc_GSM_MeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GSM_MeasuredResultsList, GSM_MeasuredResultsList_sequence_of,
- 1, maxReportedGSMCells);
+ 1, maxReportedGSMCells, FALSE);
return offset;
}
@@ -62809,7 +62809,7 @@ static int
dissect_rrc_InterRATMeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterRATMeasuredResultsList, InterRATMeasuredResultsList_sequence_of,
- 1, maxOtherRAT_16);
+ 1, maxOtherRAT_16, FALSE);
return offset;
}
@@ -62962,7 +62962,7 @@ static int
dissect_rrc_TrafficVolumeMeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TrafficVolumeMeasuredResultsList, TrafficVolumeMeasuredResultsList_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -63001,7 +63001,7 @@ static int
dissect_rrc_BLER_MeasurementResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_BLER_MeasurementResultsList, BLER_MeasurementResultsList_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -63025,7 +63025,7 @@ static int
dissect_rrc_SIR_TimeslotList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SIR_TimeslotList, SIR_TimeslotList_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -63054,7 +63054,7 @@ static int
dissect_rrc_SIR_MeasurementList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SIR_MeasurementList, SIR_MeasurementList_sequence_of,
- 1, maxCCTrCH);
+ 1, maxCCTrCH, FALSE);
return offset;
}
@@ -63154,7 +63154,7 @@ static int
dissect_rrc_UE_RX_TX_ReportEntryList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_RX_TX_ReportEntryList, UE_RX_TX_ReportEntryList_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -63183,7 +63183,7 @@ static int
dissect_rrc_UE_TransmittedPowerTDD_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_TransmittedPowerTDD_List, UE_TransmittedPowerTDD_List_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -63431,7 +63431,7 @@ static int
dissect_rrc_NeighbourList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NeighbourList, NeighbourList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -63823,7 +63823,7 @@ static int
dissect_rrc_GPS_MeasurementParamList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GPS_MeasurementParamList, GPS_MeasurementParamList_sequence_of,
- 1, maxSat);
+ 1, maxSat, FALSE);
return offset;
}
@@ -63889,7 +63889,7 @@ static int
dissect_rrc_SatDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SatDataList, SatDataList_sequence_of,
- 0, maxSat);
+ 0, maxSat, FALSE);
return offset;
}
@@ -64009,7 +64009,7 @@ static int
dissect_rrc_MeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MeasuredResultsList, MeasuredResultsList_sequence_of,
- 1, maxAdditionalMeas);
+ 1, maxAdditionalMeas, FALSE);
return offset;
}
@@ -64053,7 +64053,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_PrimaryCPICH_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_PrimaryCPICH_Info, SEQUENCE_SIZE_1_maxCellMeas_OF_PrimaryCPICH_Info_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -64067,7 +64067,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_PrimaryCCPCH_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_PrimaryCCPCH_Info, SEQUENCE_SIZE_1_maxCellMeas_OF_PrimaryCCPCH_Info_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -64155,7 +64155,7 @@ static int
dissect_rrc_InterFreqCellList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqCellList, InterFreqCellList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -64216,7 +64216,7 @@ static int
dissect_rrc_CellToReportList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CellToReportList, CellToReportList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -64260,7 +64260,7 @@ static int
dissect_rrc_QualityEventResults(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_QualityEventResults, QualityEventResults_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -64418,7 +64418,7 @@ static int
dissect_rrc_NeighbourList_v390ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NeighbourList_v390ext, NeighbourList_v390ext_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -64504,7 +64504,7 @@ static int
dissect_rrc_CellMeasurementEventResults_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CellMeasurementEventResults_LCR_r4, CellMeasurementEventResults_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -64533,7 +64533,7 @@ static int
dissect_rrc_InterFreqCellList_LCR_r4_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqCellList_LCR_r4_ext, InterFreqCellList_LCR_r4_ext_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -64626,7 +64626,7 @@ static int
dissect_rrc_MeasuredResultsList_LCR_r4_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MeasuredResultsList_LCR_r4_ext, MeasuredResultsList_LCR_r4_ext_sequence_of,
- 1, maxAdditionalMeas);
+ 1, maxAdditionalMeas, FALSE);
return offset;
}
@@ -64656,7 +64656,7 @@ static int
dissect_rrc_IntraFrequencyMeasuredResultsList_v590ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFrequencyMeasuredResultsList_v590ext, IntraFrequencyMeasuredResultsList_v590ext_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -64670,7 +64670,7 @@ static int
dissect_rrc_InterFrequencyMeasuredResultsList_v590ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFrequencyMeasuredResultsList_v590ext, InterFrequencyMeasuredResultsList_v590ext_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -65210,7 +65210,7 @@ static int
dissect_rrc_ReqDataBitAssistanceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ReqDataBitAssistanceList, ReqDataBitAssistanceList_sequence_of,
- 1, maxSgnType);
+ 1, maxSgnType, FALSE);
return offset;
}
@@ -65264,7 +65264,7 @@ static int
dissect_rrc_SatellitesListRelatedDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SatellitesListRelatedDataList, SatellitesListRelatedDataList_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -65318,7 +65318,7 @@ static int
dissect_rrc_GanssRequestedGenericAssistanceDataList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GanssRequestedGenericAssistanceDataList, GanssRequestedGenericAssistanceDataList_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -65447,7 +65447,7 @@ static int
dissect_rrc_GANSSMeasurementParameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GANSSMeasurementParameters, GANSSMeasurementParameters_sequence_of,
- 1, maxGANSSSat);
+ 1, maxGANSSSat, FALSE);
return offset;
}
@@ -65478,7 +65478,7 @@ static int
dissect_rrc_GANSSGenericMeasurementInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_GANSSGenericMeasurementInfo, GANSSGenericMeasurementInfo_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -65560,7 +65560,7 @@ static int
dissect_rrc_MeasuredResultsList_v770xet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MeasuredResultsList_v770xet, MeasuredResultsList_v770xet_sequence_of,
- 1, maxAdditionalMeas);
+ 1, maxAdditionalMeas, FALSE);
return offset;
}
@@ -65634,7 +65634,7 @@ static int
dissect_rrc_NeighbourList_TDD_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NeighbourList_TDD_r7, NeighbourList_TDD_r7_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -66074,7 +66074,7 @@ static int
dissect_rrc_RB_IdentityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RB_IdentityList, RB_IdentityList_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -67567,7 +67567,7 @@ static int
dissect_rrc_InterRAT_UE_RadioAccessCapabilityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterRAT_UE_RadioAccessCapabilityList, InterRAT_UE_RadioAccessCapabilityList_sequence_of,
- 1, maxInterSysMessages);
+ 1, maxInterSysMessages, FALSE);
return offset;
}
@@ -67656,7 +67656,7 @@ static int
dissect_rrc_CompressedModeMeasCapabFDDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CompressedModeMeasCapabFDDList, CompressedModeMeasCapabFDDList_sequence_of,
- 1, maxFreqBandsFDD);
+ 1, maxFreqBandsFDD, FALSE);
return offset;
}
@@ -67704,7 +67704,7 @@ static int
dissect_rrc_CompressedModeMeasCapabTDDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CompressedModeMeasCapabTDDList, CompressedModeMeasCapabTDDList_sequence_of,
- 1, maxFreqBandsTDD);
+ 1, maxFreqBandsTDD, FALSE);
return offset;
}
@@ -67764,7 +67764,7 @@ static int
dissect_rrc_CompressedModeMeasCapabGSMList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CompressedModeMeasCapabGSMList, CompressedModeMeasCapabGSMList_sequence_of,
- 1, maxFreqBandsGSM);
+ 1, maxFreqBandsGSM, FALSE);
return offset;
}
@@ -67826,7 +67826,7 @@ static int
dissect_rrc_UE_RadioAccessCapabBandFDDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_RadioAccessCapabBandFDDList, UE_RadioAccessCapabBandFDDList_sequence_of,
- 1, maxFreqBandsFDD);
+ 1, maxFreqBandsFDD, FALSE);
return offset;
}
@@ -69968,7 +69968,7 @@ static int
dissect_rrc_MBMS_SelectedServicesListFull(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_SelectedServicesListFull, MBMS_SelectedServicesListFull_sequence_of,
- 1, maxMBMSservSelect);
+ 1, maxMBMSservSelect, FALSE);
return offset;
}
@@ -70774,7 +70774,7 @@ static int
dissect_rrc_IMSI_GSM_MAP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IMSI_GSM_MAP, IMSI_GSM_MAP_sequence_of,
- 6, 21);
+ 6, 21, FALSE);
return offset;
}
@@ -70878,7 +70878,7 @@ static int
dissect_rrc_IMEI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IMEI, IMEI_sequence_of,
- 15, 15);
+ 15, 15, FALSE);
return offset;
}
@@ -71561,7 +71561,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxURNTI_Group_OF_GroupReleaseInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxURNTI_Group_OF_GroupReleaseInformation, SEQUENCE_SIZE_1_maxURNTI_Group_OF_GroupReleaseInformation_sequence_of,
- 1, maxURNTI_Group);
+ 1, maxURNTI_Group, FALSE);
return offset;
}
@@ -71745,7 +71745,7 @@ static int
dissect_rrc_SRB_InformationSetupList2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList2, SRB_InformationSetupList2_sequence_of,
- 3, 4);
+ 3, 4, FALSE);
return offset;
}
@@ -72074,7 +72074,7 @@ static int
dissect_rrc_SystemSpecificCapUpdateReqList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SystemSpecificCapUpdateReqList_r5, SystemSpecificCapUpdateReqList_r5_sequence_of,
- 1, maxSystemCapability);
+ 1, maxSystemCapability, FALSE);
return offset;
}
@@ -72251,7 +72251,7 @@ static int
dissect_rrc_DL_InformationPerRL_List_r5bis(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_List_r5bis, DL_InformationPerRL_List_r5bis_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -72334,7 +72334,7 @@ static int
dissect_rrc_SRB_InformationSetupList2_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList2_r6, SRB_InformationSetupList2_r6_sequence_of,
- 3, 4);
+ 3, 4, FALSE);
return offset;
}
@@ -72545,7 +72545,7 @@ static int
dissect_rrc_SRB_InformationSetupList2_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList2_r7, SRB_InformationSetupList2_r7_sequence_of,
- 3, 4);
+ 3, 4, FALSE);
return offset;
}
@@ -72743,7 +72743,7 @@ static int
dissect_rrc_SRB_InformationSetupList2_r8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_InformationSetupList2_r8, SRB_InformationSetupList2_r8_sequence_of,
- 3, 4);
+ 3, 4, FALSE);
return offset;
}
@@ -73401,7 +73401,7 @@ static int
dissect_rrc_MBMS_SelectedServicesListShort(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_SelectedServicesListShort, MBMS_SelectedServicesListShort_sequence_of,
- 1, maxMBMSservSelect);
+ 1, maxMBMSservSelect, FALSE);
return offset;
}
@@ -74339,7 +74339,7 @@ static int
dissect_rrc_PagingRecordList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PagingRecordList, PagingRecordList_sequence_of,
- 1, maxPage1);
+ 1, maxPage1, FALSE);
return offset;
}
@@ -74461,7 +74461,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxURNTI_Group_OF_GroupIdentityWithReleaseInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxURNTI_Group_OF_GroupIdentityWithReleaseInformation, SEQUENCE_SIZE_1_maxURNTI_Group_OF_GroupIdentityWithReleaseInformation_sequence_of,
- 1, maxURNTI_Group);
+ 1, maxURNTI_Group, FALSE);
return offset;
}
@@ -74497,7 +74497,7 @@ static int
dissect_rrc_PagingRecord2List_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PagingRecord2List_r5, PagingRecord2List_r5_sequence_of,
- 1, maxPage1);
+ 1, maxPage1, FALSE);
return offset;
}
@@ -74678,7 +74678,7 @@ static int
dissect_rrc_TimeslotListWithISCP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TimeslotListWithISCP, TimeslotListWithISCP_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -75004,7 +75004,7 @@ static int
dissect_rrc_CompleteSIB_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CompleteSIB_List, CompleteSIB_List_sequence_of,
- 1, maxSIBperMsg);
+ 1, maxSIBperMsg, FALSE);
return offset;
}
@@ -75502,7 +75502,7 @@ static int
dissect_rrc_MBMS_ServiceAccessInfoList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_ServiceAccessInfoList_r6, MBMS_ServiceAccessInfoList_r6_sequence_of,
- 1, maxMBMSservCount);
+ 1, maxMBMSservCount, FALSE);
return offset;
}
@@ -75657,7 +75657,7 @@ static int
dissect_rrc_MBMS_CommonRBInformationList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_CommonRBInformationList_r6, MBMS_CommonRBInformationList_r6_sequence_of,
- 1, maxMBMS_CommonRB);
+ 1, maxMBMS_CommonRB, FALSE);
return offset;
}
@@ -75696,7 +75696,7 @@ static int
dissect_rrc_MBMS_TranspChInfoForEachTrCh_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_TranspChInfoForEachTrCh_r6, MBMS_TranspChInfoForEachTrCh_r6_sequence_of,
- 1, maxMBMS_CommonTrCh);
+ 1, maxMBMS_CommonTrCh, FALSE);
return offset;
}
@@ -75735,7 +75735,7 @@ static int
dissect_rrc_MBMS_TranspChInfoForEachCCTrCh_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_TranspChInfoForEachCCTrCh_r6, MBMS_TranspChInfoForEachCCTrCh_r6_sequence_of,
- 1, maxMBMS_CommonCCTrCh);
+ 1, maxMBMS_CommonCCTrCh, FALSE);
return offset;
}
@@ -75875,7 +75875,7 @@ static int
dissect_rrc_MBMS_PhyChInformationList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_PhyChInformationList_r6, MBMS_PhyChInformationList_r6_sequence_of,
- 1, maxMBMS_CommonPhyCh);
+ 1, maxMBMS_CommonPhyCh, FALSE);
return offset;
}
@@ -76109,7 +76109,7 @@ static int
dissect_rrc_MBMS_PhyChInformationList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_PhyChInformationList_r7, MBMS_PhyChInformationList_r7_sequence_of,
- 1, maxMBMS_CommonPhyCh);
+ 1, maxMBMS_CommonPhyCh, FALSE);
return offset;
}
@@ -76162,7 +76162,7 @@ static int
dissect_rrc_MBSFN_TDDInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBSFN_TDDInformation, MBSFN_TDDInformation_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -76191,7 +76191,7 @@ static int
dissect_rrc_MBSFN_TDDInformation_LCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBSFN_TDDInformation_LCR, MBSFN_TDDInformation_LCR_sequence_of,
- 1, maxMBSFNClusters);
+ 1, maxMBSFNClusters, FALSE);
return offset;
}
@@ -76341,7 +76341,7 @@ static int
dissect_rrc_MBMS_PTM_RBInformation_CList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_PTM_RBInformation_CList, MBMS_PTM_RBInformation_CList_sequence_of,
- 1, maxRBperTrCh);
+ 1, maxRBperTrCh, FALSE);
return offset;
}
@@ -76446,7 +76446,7 @@ static int
dissect_rrc_MBMS_TrCHInformation_CurrList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_TrCHInformation_CurrList, MBMS_TrCHInformation_CurrList_sequence_of,
- 1, maxFACHPCH);
+ 1, maxFACHPCH, FALSE);
return offset;
}
@@ -76478,7 +76478,7 @@ static int
dissect_rrc_MBMS_CurrentCell_SCCPCHList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_CurrentCell_SCCPCHList_r6, MBMS_CurrentCell_SCCPCHList_r6_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -76518,7 +76518,7 @@ static int
dissect_rrc_MBMS_TrCHInformation_SIB5List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_TrCHInformation_SIB5List, MBMS_TrCHInformation_SIB5List_sequence_of,
- 1, maxFACHPCH);
+ 1, maxFACHPCH, FALSE);
return offset;
}
@@ -76547,7 +76547,7 @@ static int
dissect_rrc_MBMS_SIBType5_SCCPCHList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_SIBType5_SCCPCHList_r6, MBMS_SIBType5_SCCPCHList_r6_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -76598,7 +76598,7 @@ static int
dissect_rrc_MBSFN_TDM_Info_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBSFN_TDM_Info_List, MBSFN_TDM_Info_List_sequence_of,
- 1, maxMBMSservUnmodif);
+ 1, maxMBMSservUnmodif, FALSE);
return offset;
}
@@ -76754,7 +76754,7 @@ static int
dissect_rrc_MBMS_PreferredFrequencyList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_PreferredFrequencyList_r6, MBMS_PreferredFrequencyList_r6_sequence_of,
- 1, maxMBMS_Freq);
+ 1, maxMBMS_Freq, FALSE);
return offset;
}
@@ -76926,7 +76926,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_2_OF_DL_TS_ChannelisationCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_2_OF_DL_TS_ChannelisationCode, SEQUENCE_SIZE_1_2_OF_DL_TS_ChannelisationCode_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -77167,7 +77167,7 @@ static int
dissect_rrc_MBSFN_InterFrequencyNeighbourList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBSFN_InterFrequencyNeighbourList_r7, MBSFN_InterFrequencyNeighbourList_r7_sequence_of,
- 1, maxMBSFNClusters);
+ 1, maxMBSFNClusters, FALSE);
return offset;
}
@@ -77308,7 +77308,7 @@ static int
dissect_rrc_T_mtch_L1CombiningPeriodList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_mtch_L1CombiningPeriodList, T_mtch_L1CombiningPeriodList_sequence_of,
- 1, maxMBMS_L1CP);
+ 1, maxMBMS_L1CP, FALSE);
return offset;
}
@@ -77352,7 +77352,7 @@ static int
dissect_rrc_T_mtch_L1CombiningPeriodList_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_mtch_L1CombiningPeriodList_01, T_mtch_L1CombiningPeriodList_01_sequence_of,
- 1, maxMBMS_L1CP);
+ 1, maxMBMS_L1CP, FALSE);
return offset;
}
@@ -77396,7 +77396,7 @@ static int
dissect_rrc_T_mtch_L1CombiningPeriodList_02(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_mtch_L1CombiningPeriodList_02, T_mtch_L1CombiningPeriodList_02_sequence_of,
- 1, maxMBMS_L1CP);
+ 1, maxMBMS_L1CP, FALSE);
return offset;
}
@@ -77450,7 +77450,7 @@ static int
dissect_rrc_T_mtch_L1CombiningPeriodList_03(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_mtch_L1CombiningPeriodList_03, T_mtch_L1CombiningPeriodList_03_sequence_of,
- 1, maxMBMS_L1CP);
+ 1, maxMBMS_L1CP, FALSE);
return offset;
}
@@ -77504,7 +77504,7 @@ static int
dissect_rrc_T_mtch_L1CombiningPeriodList_04(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_mtch_L1CombiningPeriodList_04, T_mtch_L1CombiningPeriodList_04_sequence_of,
- 1, maxMBMS_L1CP);
+ 1, maxMBMS_L1CP, FALSE);
return offset;
}
@@ -77548,7 +77548,7 @@ static int
dissect_rrc_T_mtch_L1CombiningPeriodList_05(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_T_mtch_L1CombiningPeriodList_05, T_mtch_L1CombiningPeriodList_05_sequence_of,
- 1, maxMBMS_L1CP);
+ 1, maxMBMS_L1CP, FALSE);
return offset;
}
@@ -77676,7 +77676,7 @@ static int
dissect_rrc_MBMS_PTM_RBInformation_NList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_PTM_RBInformation_NList, MBMS_PTM_RBInformation_NList_sequence_of,
- 1, maxRBperTrCh);
+ 1, maxRBperTrCh, FALSE);
return offset;
}
@@ -77707,7 +77707,7 @@ static int
dissect_rrc_MBMS_TrCHInformation_NeighbList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_TrCHInformation_NeighbList, MBMS_TrCHInformation_NeighbList_sequence_of,
- 1, maxFACHPCH);
+ 1, maxFACHPCH, FALSE);
return offset;
}
@@ -77775,7 +77775,7 @@ static int
dissect_rrc_MBMS_NeighbouringCellSCCPCHList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_NeighbouringCellSCCPCHList_r6, MBMS_NeighbouringCellSCCPCHList_r6_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -77862,7 +77862,7 @@ static int
dissect_rrc_MBMS_NeighbouringCellSCCPCHList_v770ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_NeighbouringCellSCCPCHList_v770ext, MBMS_NeighbouringCellSCCPCHList_v770ext_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -77974,7 +77974,7 @@ static int
dissect_rrc_MBMS_UnmodifiedServiceList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_UnmodifiedServiceList_r6, MBMS_UnmodifiedServiceList_r6_sequence_of,
- 1, maxMBMSservUnmodif);
+ 1, maxMBMSservUnmodif, FALSE);
return offset;
}
@@ -78002,7 +78002,7 @@ static int
dissect_rrc_MBMS_UnmodifiedServiceList_v770ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_UnmodifiedServiceList_v770ext, MBMS_UnmodifiedServiceList_v770ext_sequence_of,
- 1, maxMBMSservUnmodif);
+ 1, maxMBMSservUnmodif, FALSE);
return offset;
}
@@ -78159,7 +78159,7 @@ static int
dissect_rrc_MBMS_ServiceTransmInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_ServiceTransmInfoList, MBMS_ServiceTransmInfoList_sequence_of,
- 1, maxMBMSTransmis);
+ 1, maxMBMSTransmis, FALSE);
return offset;
}
@@ -78189,7 +78189,7 @@ static int
dissect_rrc_MBMS_ServiceSchedulingInfoList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_ServiceSchedulingInfoList_r6, MBMS_ServiceSchedulingInfoList_r6_sequence_of,
- 1, maxMBMSservSched);
+ 1, maxMBMSservSched, FALSE);
return offset;
}
@@ -78539,7 +78539,7 @@ static int
dissect_rrc_DL_InformationPerRL_ListPostFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DL_InformationPerRL_ListPostFDD, DL_InformationPerRL_ListPostFDD_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -80574,7 +80574,7 @@ static int
dissect_rrc_PredefinedConfigStatusList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PredefinedConfigStatusList, PredefinedConfigStatusList_sequence_of,
- maxPredefConfig, maxPredefConfig);
+ maxPredefConfig, maxPredefConfig, FALSE);
return offset;
}
@@ -80792,7 +80792,7 @@ static int
dissect_rrc_PredefinedConfigValueTagList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PredefinedConfigValueTagList, PredefinedConfigValueTagList_sequence_of,
- 1, maxPredefConfig);
+ 1, maxPredefConfig, FALSE);
return offset;
}
@@ -80821,7 +80821,7 @@ static int
dissect_rrc_PredefinedConfigSetsWithDifferentValueTag(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PredefinedConfigSetsWithDifferentValueTag, PredefinedConfigSetsWithDifferentValueTag_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -80835,7 +80835,7 @@ static int
dissect_rrc_PredefinedConfigStatusListVarSz(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PredefinedConfigStatusListVarSz, PredefinedConfigStatusListVarSz_sequence_of,
- 1, maxPredefConfig);
+ 1, maxPredefConfig, FALSE);
return offset;
}
@@ -80882,7 +80882,7 @@ static int
dissect_rrc_RF_CapabBandListFDDComp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RF_CapabBandListFDDComp, RF_CapabBandListFDDComp_sequence_of,
- 1, maxFreqBandsFDD);
+ 1, maxFreqBandsFDD, FALSE);
return offset;
}
@@ -81022,7 +81022,7 @@ static int
dissect_rrc_RF_CapabBandListFDDComp_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RF_CapabBandListFDDComp_ext, RF_CapabBandListFDDComp_ext_sequence_of,
- 1, maxFreqBandsFDD_ext);
+ 1, maxFreqBandsFDD_ext, FALSE);
return offset;
}
@@ -82022,7 +82022,7 @@ static int
dissect_rrc_CompressedModeMeasCapabFDDList2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CompressedModeMeasCapabFDDList2, CompressedModeMeasCapabFDDList2_sequence_of,
- 1, maxFreqBandsFDD);
+ 1, maxFreqBandsFDD, FALSE);
return offset;
}
@@ -82069,7 +82069,7 @@ static int
dissect_rrc_UE_RadioAccessCapabBandFDDList2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_RadioAccessCapabBandFDDList2, UE_RadioAccessCapabBandFDDList2_sequence_of,
- 1, maxFreqBandsFDD);
+ 1, maxFreqBandsFDD, FALSE);
return offset;
}
@@ -82099,7 +82099,7 @@ static int
dissect_rrc_CompressedModeMeasCapabFDDList_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CompressedModeMeasCapabFDDList_ext, CompressedModeMeasCapabFDDList_ext_sequence_of,
- 1, maxFreqBandsFDD);
+ 1, maxFreqBandsFDD, FALSE);
return offset;
}
@@ -82128,7 +82128,7 @@ static int
dissect_rrc_UE_RadioAccessCapabBandFDDList_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_RadioAccessCapabBandFDDList_ext, UE_RadioAccessCapabBandFDDList_ext_sequence_of,
- 1, maxFreqBandsFDD);
+ 1, maxFreqBandsFDD, FALSE);
return offset;
}
@@ -82533,7 +82533,7 @@ static int
dissect_rrc_CN_DomainSysInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CN_DomainSysInfoList, CN_DomainSysInfoList_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -82562,7 +82562,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_5_OF_PLMN_IdentityWithOptionalMCC_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_5_OF_PLMN_IdentityWithOptionalMCC_r6, SEQUENCE_SIZE_1_5_OF_PLMN_IdentityWithOptionalMCC_r6_sequence_of,
- 1, 5);
+ 1, 5, FALSE);
return offset;
}
@@ -82722,7 +82722,7 @@ static int
dissect_rrc_AccessClassBarredList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AccessClassBarredList, AccessClassBarredList_sequence_of,
- maxAC, maxAC);
+ maxAC, maxAC, FALSE);
return offset;
}
@@ -82917,7 +82917,7 @@ static int
dissect_rrc_MappingFunctionParameterList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MappingFunctionParameterList, MappingFunctionParameterList_sequence_of,
- 1, maxMeasIntervals);
+ 1, maxMeasIntervals, FALSE);
return offset;
}
@@ -82946,7 +82946,7 @@ static int
dissect_rrc_MappingInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MappingInfo, MappingInfo_sequence_of,
- 1, maxRAT);
+ 1, maxRAT, FALSE);
return offset;
}
@@ -83059,7 +83059,7 @@ static int
dissect_rrc_RAT_FDD_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAT_FDD_InfoList, RAT_FDD_InfoList_sequence_of,
- 1, maxOtherRAT);
+ 1, maxOtherRAT, FALSE);
return offset;
}
@@ -83109,7 +83109,7 @@ static int
dissect_rrc_RAT_TDD_InfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RAT_TDD_InfoList, RAT_TDD_InfoList_sequence_of,
- 1, maxOtherRAT);
+ 1, maxOtherRAT, FALSE);
return offset;
}
@@ -83421,7 +83421,7 @@ static int
dissect_rrc_URA_IdentityList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_URA_IdentityList, URA_IdentityList_sequence_of,
- 1, maxURA);
+ 1, maxURA, FALSE);
return offset;
}
@@ -83541,7 +83541,7 @@ static int
dissect_rrc_InitialPriorityDelayList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InitialPriorityDelayList, InitialPriorityDelayList_sequence_of,
- 1, maxASC);
+ 1, maxASC, FALSE);
return offset;
}
@@ -83760,7 +83760,7 @@ static int
dissect_rrc_DRAC_SysInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DRAC_SysInfoList, DRAC_SysInfoList_sequence_of,
- 1, maxDRACclasses);
+ 1, maxDRACclasses, FALSE);
return offset;
}
@@ -83871,7 +83871,7 @@ static int
dissect_rrc_NetworkAssistedGANSS_Supported_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NetworkAssistedGANSS_Supported_List, NetworkAssistedGANSS_Supported_List_sequence_of,
- 1, maxGANSS);
+ 1, maxGANSS, FALSE);
return offset;
}
@@ -85088,7 +85088,7 @@ static int
dissect_rrc_Common_MAC_ehs_ReorderingQueueList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_Common_MAC_ehs_ReorderingQueueList, Common_MAC_ehs_ReorderingQueueList_sequence_of,
- 1, maxCommonQueueID);
+ 1, maxCommonQueueID, FALSE);
return offset;
}
@@ -85139,7 +85139,7 @@ static int
dissect_rrc_USCH_TransportChannelsInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_USCH_TransportChannelsInfo, USCH_TransportChannelsInfo_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -85163,7 +85163,7 @@ static int
dissect_rrc_AC_To_ASC_MappingTable(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AC_To_ASC_MappingTable, AC_To_ASC_MappingTable_sequence_of,
- maxASCmap, maxASCmap);
+ maxASCmap, maxASCmap, FALSE);
return offset;
}
@@ -85659,7 +85659,7 @@ static int
dissect_rrc_AdditionalPRACH_TF_and_TFCS_CCCH_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_AdditionalPRACH_TF_and_TFCS_CCCH_List, AdditionalPRACH_TF_and_TFCS_CCCH_List_sequence_of,
- 1, maxPRACH);
+ 1, maxPRACH, FALSE);
return offset;
}
@@ -85791,7 +85791,7 @@ static int
dissect_rrc_DynamicPersistenceLevelTF_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DynamicPersistenceLevelTF_List, DynamicPersistenceLevelTF_List_sequence_of,
- 1, maxTF_CPCH);
+ 1, maxTF_CPCH, FALSE);
return offset;
}
@@ -85820,7 +85820,7 @@ static int
dissect_rrc_CPCH_PersistenceLevelsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CPCH_PersistenceLevelsList, CPCH_PersistenceLevelsList_sequence_of,
- 1, maxCPCHsets);
+ 1, maxCPCHsets, FALSE);
return offset;
}
@@ -85834,7 +85834,7 @@ static int
dissect_rrc_CPCH_SetInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CPCH_SetInfoList, CPCH_SetInfoList_sequence_of,
- 1, maxCPCHsets);
+ 1, maxCPCHsets, FALSE);
return offset;
}
@@ -85873,7 +85873,7 @@ static int
dissect_rrc_DSCH_TransportChannelsInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DSCH_TransportChannelsInfo, DSCH_TransportChannelsInfo_sequence_of,
- 1, maxTrCH);
+ 1, maxTrCH, FALSE);
return offset;
}
@@ -85887,7 +85887,7 @@ static int
dissect_rrc_DynamicPersistenceLevelList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_DynamicPersistenceLevelList, DynamicPersistenceLevelList_sequence_of,
- 1, maxPRACH);
+ 1, maxPRACH, FALSE);
return offset;
}
@@ -85916,7 +85916,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxCommonHRNTI_OF_H_RNTI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxCommonHRNTI_OF_H_RNTI, SEQUENCE_SIZE_1_maxCommonHRNTI_OF_H_RNTI_sequence_of,
- 1, maxCommonHRNTI);
+ 1, maxCommonHRNTI, FALSE);
return offset;
}
@@ -86151,7 +86151,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxSCCPCH_OF_PICH_ForHSDPASupportedPaging(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxSCCPCH_OF_PICH_ForHSDPASupportedPaging, SEQUENCE_SIZE_1_maxSCCPCH_OF_PICH_ForHSDPASupportedPaging_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -86175,7 +86175,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_2_OF_TransportBlockSizeIndex(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_2_OF_TransportBlockSizeIndex, SEQUENCE_SIZE_1_2_OF_TransportBlockSizeIndex_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -86367,7 +86367,7 @@ static int
dissect_rrc_PDSCH_SysInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_SysInfoList, PDSCH_SysInfoList_sequence_of,
- 1, maxPDSCH);
+ 1, maxPDSCH, FALSE);
return offset;
}
@@ -86381,7 +86381,7 @@ static int
dissect_rrc_PDSCH_SysInfoList_VHCR_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_SysInfoList_VHCR_r7, PDSCH_SysInfoList_VHCR_r7_sequence_of,
- 1, maxPDSCH);
+ 1, maxPDSCH, FALSE);
return offset;
}
@@ -86395,7 +86395,7 @@ static int
dissect_rrc_PDSCH_SysInfoList_HCR_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_SysInfoList_HCR_r5, PDSCH_SysInfoList_HCR_r5_sequence_of,
- 1, maxPDSCH);
+ 1, maxPDSCH, FALSE);
return offset;
}
@@ -86409,7 +86409,7 @@ static int
dissect_rrc_PDSCH_SysInfoList_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_SysInfoList_LCR_r4, PDSCH_SysInfoList_LCR_r4_sequence_of,
- 1, maxPDSCH);
+ 1, maxPDSCH, FALSE);
return offset;
}
@@ -86453,7 +86453,7 @@ static int
dissect_rrc_PDSCH_SysInfoList_SFN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_SysInfoList_SFN, PDSCH_SysInfoList_SFN_sequence_of,
- 1, maxPDSCH);
+ 1, maxPDSCH, FALSE);
return offset;
}
@@ -86482,7 +86482,7 @@ static int
dissect_rrc_PDSCH_SysInfoList_SFN_HCR_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_SysInfoList_SFN_HCR_r5, PDSCH_SysInfoList_SFN_HCR_r5_sequence_of,
- 1, maxPDSCH);
+ 1, maxPDSCH, FALSE);
return offset;
}
@@ -86511,7 +86511,7 @@ static int
dissect_rrc_PDSCH_SysInfoList_SFN_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PDSCH_SysInfoList_SFN_LCR_r4, PDSCH_SysInfoList_SFN_LCR_r4_sequence_of,
- 1, maxPDSCH);
+ 1, maxPDSCH, FALSE);
return offset;
}
@@ -86525,7 +86525,7 @@ static int
dissect_rrc_PersistenceScalingFactorList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PersistenceScalingFactorList, PersistenceScalingFactorList_sequence_of,
- 1, maxASCpersist);
+ 1, maxASCpersist, FALSE);
return offset;
}
@@ -86539,7 +86539,7 @@ static int
dissect_rrc_PichChannelisationCodeList_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PichChannelisationCodeList_LCR_r4, PichChannelisationCodeList_LCR_r4_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -86681,7 +86681,7 @@ static int
dissect_rrc_PRACH_ChanCodes_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PRACH_ChanCodes_LCR_r4, PRACH_ChanCodes_LCR_r4_sequence_of,
- 1, 4);
+ 1, 4, FALSE);
return offset;
}
@@ -86728,7 +86728,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_FDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_FDD, SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_FDD_sequence_of,
- 1, maxASC);
+ 1, maxASC, FALSE);
return offset;
}
@@ -86742,7 +86742,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_TDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_TDD, SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_TDD_sequence_of,
- 1, maxASC);
+ 1, maxASC, FALSE);
return offset;
}
@@ -86778,7 +86778,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_TDD_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_TDD_r7, SEQUENCE_SIZE_1_maxASC_OF_ASCSetting_TDD_r7_sequence_of,
- 1, maxASC);
+ 1, maxASC, FALSE);
return offset;
}
@@ -86814,7 +86814,7 @@ static int
dissect_rrc_PRACH_Partitioning_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PRACH_Partitioning_LCR_r4, PRACH_Partitioning_LCR_r4_sequence_of,
- 1, maxASC);
+ 1, maxASC, FALSE);
return offset;
}
@@ -86921,7 +86921,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_8_OF_TDD_PRACH_CCode8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_8_OF_TDD_PRACH_CCode8, SEQUENCE_SIZE_1_8_OF_TDD_PRACH_CCode8_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -86965,7 +86965,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_8_OF_TDD_PRACH_CCode16(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_8_OF_TDD_PRACH_CCode16, SEQUENCE_SIZE_1_8_OF_TDD_PRACH_CCode16_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -87083,7 +87083,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_16_OF_TDD768_PRACH_CCode32(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_16_OF_TDD768_PRACH_CCode32, SEQUENCE_SIZE_1_16_OF_TDD768_PRACH_CCode32_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -87127,7 +87127,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_16_OF_TDD768_PRACH_CCode16(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_16_OF_TDD768_PRACH_CCode16, SEQUENCE_SIZE_1_16_OF_TDD768_PRACH_CCode16_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -87229,7 +87229,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxPRACH_FPACH_OF_PRACH_Definition_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxPRACH_FPACH_OF_PRACH_Definition_LCR_r4, SEQUENCE_SIZE_1_maxPRACH_FPACH_OF_PRACH_Definition_LCR_r4_sequence_of,
- 1, maxPRACH_FPACH);
+ 1, maxPRACH_FPACH, FALSE);
return offset;
}
@@ -87380,7 +87380,7 @@ static int
dissect_rrc_PRACH_SystemInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PRACH_SystemInformationList, PRACH_SystemInformationList_sequence_of,
- 1, maxPRACH);
+ 1, maxPRACH, FALSE);
return offset;
}
@@ -87394,7 +87394,7 @@ static int
dissect_rrc_PRACH_SystemInformationList_VHCR_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PRACH_SystemInformationList_VHCR_r7, PRACH_SystemInformationList_VHCR_r7_sequence_of,
- 1, maxPRACH);
+ 1, maxPRACH, FALSE);
return offset;
}
@@ -87408,7 +87408,7 @@ static int
dissect_rrc_PRACH_SystemInformationList_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PRACH_SystemInformationList_LCR_r4, PRACH_SystemInformationList_LCR_r4_sequence_of,
- 1, maxPRACH);
+ 1, maxPRACH, FALSE);
return offset;
}
@@ -87422,7 +87422,7 @@ static int
dissect_rrc_PRACH_SystemInformationList_LCR_v770ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PRACH_SystemInformationList_LCR_v770ext, PRACH_SystemInformationList_LCR_v770ext_sequence_of,
- 1, maxPRACH);
+ 1, maxPRACH, FALSE);
return offset;
}
@@ -87534,7 +87534,7 @@ static int
dissect_rrc_PUSCH_SysInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PUSCH_SysInfoList, PUSCH_SysInfoList_sequence_of,
- 1, maxPUSCH);
+ 1, maxPUSCH, FALSE);
return offset;
}
@@ -87548,7 +87548,7 @@ static int
dissect_rrc_PUSCH_SysInfoList_HCR_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PUSCH_SysInfoList_HCR_r5, PUSCH_SysInfoList_HCR_r5_sequence_of,
- 1, maxPUSCH);
+ 1, maxPUSCH, FALSE);
return offset;
}
@@ -87562,7 +87562,7 @@ static int
dissect_rrc_PUSCH_SysInfoList_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PUSCH_SysInfoList_LCR_r4, PUSCH_SysInfoList_LCR_r4_sequence_of,
- 1, maxPUSCH);
+ 1, maxPUSCH, FALSE);
return offset;
}
@@ -87591,7 +87591,7 @@ static int
dissect_rrc_PUSCH_SysInfoList_SFN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PUSCH_SysInfoList_SFN, PUSCH_SysInfoList_SFN_sequence_of,
- 1, maxPUSCH);
+ 1, maxPUSCH, FALSE);
return offset;
}
@@ -87620,7 +87620,7 @@ static int
dissect_rrc_PUSCH_SysInfoList_SFN_HCR_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PUSCH_SysInfoList_SFN_HCR_r5, PUSCH_SysInfoList_SFN_HCR_r5_sequence_of,
- 1, maxPUSCH);
+ 1, maxPUSCH, FALSE);
return offset;
}
@@ -87649,7 +87649,7 @@ static int
dissect_rrc_PUSCH_SysInfoList_SFN_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PUSCH_SysInfoList_SFN_LCR_r4, PUSCH_SysInfoList_SFN_LCR_r4_sequence_of,
- 1, maxPUSCH);
+ 1, maxPUSCH, FALSE);
return offset;
}
@@ -87678,7 +87678,7 @@ static int
dissect_rrc_PUSCH_SysInfoList_SFN_VHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PUSCH_SysInfoList_SFN_VHCR, PUSCH_SysInfoList_SFN_VHCR_sequence_of,
- 1, maxPUSCH);
+ 1, maxPUSCH, FALSE);
return offset;
}
@@ -87738,7 +87738,7 @@ static int
dissect_rrc_SCCPCH_ChannelisationCodeList_VHCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SCCPCH_ChannelisationCodeList_VHCR, SCCPCH_ChannelisationCodeList_VHCR_sequence_of,
- 1, 32);
+ 1, 32, FALSE);
return offset;
}
@@ -87881,7 +87881,7 @@ static int
dissect_rrc_SCCPCH_SystemInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SCCPCH_SystemInformationList, SCCPCH_SystemInformationList_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -87895,7 +87895,7 @@ static int
dissect_rrc_SCCPCH_SystemInformationList_HCR_VHCR_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SCCPCH_SystemInformationList_HCR_VHCR_r7, SCCPCH_SystemInformationList_HCR_VHCR_r7_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -87909,7 +87909,7 @@ static int
dissect_rrc_SCCPCH_SystemInformationList_LCR_r4_ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SCCPCH_SystemInformationList_LCR_r4_ext, SCCPCH_SystemInformationList_LCR_r4_ext_sequence_of,
- 1, maxSCCPCH);
+ 1, maxSCCPCH, FALSE);
return offset;
}
@@ -87966,7 +87966,7 @@ static int
dissect_rrc_MBMS_FACHCarryingMTCH_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBMS_FACHCarryingMTCH_List, MBMS_FACHCarryingMTCH_List_sequence_of,
- 1, maxFACHPCH);
+ 1, maxFACHPCH, FALSE);
return offset;
}
@@ -88075,7 +88075,7 @@ static int
dissect_rrc_TDD_MBSFNInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TDD_MBSFNInformation, TDD_MBSFNInformation_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -88135,7 +88135,7 @@ static int
dissect_rrc_ForbiddenAffectCellList_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ForbiddenAffectCellList_LCR_r4, ForbiddenAffectCellList_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -88239,7 +88239,7 @@ static int
dissect_rrc_IntraFreqEventCriteriaList_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqEventCriteriaList_LCR_r4, IntraFreqEventCriteriaList_LCR_r4_sequence_of,
- 1, maxMeasEvent);
+ 1, maxMeasEvent, FALSE);
return offset;
}
@@ -88445,7 +88445,7 @@ static int
dissect_rrc_TimeslotInfoList_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TimeslotInfoList_LCR_r4, TimeslotInfoList_LCR_r4_sequence_of,
- 1, maxTS_LCR);
+ 1, maxTS_LCR, FALSE);
return offset;
}
@@ -89187,7 +89187,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxOtherRAT_OF_RAT_Type(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxOtherRAT_OF_RAT_Type, SEQUENCE_SIZE_1_maxOtherRAT_OF_RAT_Type_sequence_of,
- 1, maxOtherRAT);
+ 1, maxOtherRAT, FALSE);
return offset;
}
@@ -89273,7 +89273,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_RSCP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_RSCP, NewInterFreqCellSI_List_RSCP_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89318,7 +89318,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_ECN0(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_ECN0, NewInterFreqCellSI_List_ECN0_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89363,7 +89363,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_HCS_RSCP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_HCS_RSCP, NewInterFreqCellSI_List_HCS_RSCP_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89408,7 +89408,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_HCS_ECN0(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_HCS_ECN0, NewInterFreqCellSI_List_HCS_ECN0_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89453,7 +89453,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_RSCP_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_RSCP_LCR_r4, NewInterFreqCellSI_List_RSCP_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89498,7 +89498,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_ECN0_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_ECN0_LCR_r4, NewInterFreqCellSI_List_ECN0_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89543,7 +89543,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_HCS_RSCP_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_HCS_RSCP_LCR_r4, NewInterFreqCellSI_List_HCS_RSCP_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89588,7 +89588,7 @@ static int
dissect_rrc_NewInterFreqCellSI_List_HCS_ECN0_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterFreqCellSI_List_HCS_ECN0_LCR_r4, NewInterFreqCellSI_List_HCS_ECN0_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -89775,7 +89775,7 @@ static int
dissect_rrc_InterFreqRepQuantityRACH_TDDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_InterFreqRepQuantityRACH_TDDList, InterFreqRepQuantityRACH_TDDList_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -89993,7 +89993,7 @@ static int
dissect_rrc_NewInterRATCellList_B(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewInterRATCellList_B, NewInterRATCellList_B_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90065,7 +90065,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_RSCP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_RSCP, NewIntraFreqCellSI_List_RSCP_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90109,7 +90109,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_ECN0(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_ECN0, NewIntraFreqCellSI_List_ECN0_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90153,7 +90153,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_HCS_RSCP(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_HCS_RSCP, NewIntraFreqCellSI_List_HCS_RSCP_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90197,7 +90197,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_HCS_ECN0(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_HCS_ECN0, NewIntraFreqCellSI_List_HCS_ECN0_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90241,7 +90241,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_RSCP_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_RSCP_LCR_r4, NewIntraFreqCellSI_List_RSCP_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90285,7 +90285,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_ECN0_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_ECN0_LCR_r4, NewIntraFreqCellSI_List_ECN0_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90329,7 +90329,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_HCS_RSCP_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_HCS_RSCP_LCR_r4, NewIntraFreqCellSI_List_HCS_RSCP_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90373,7 +90373,7 @@ static int
dissect_rrc_NewIntraFreqCellSI_List_HCS_ECN0_LCR_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_NewIntraFreqCellSI_List_HCS_ECN0_LCR_r4, NewIntraFreqCellSI_List_HCS_ECN0_LCR_r4_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -90434,7 +90434,7 @@ static int
dissect_rrc_IntraFreqMeasQuantity_TDD_sib3List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqMeasQuantity_TDD_sib3List, IntraFreqMeasQuantity_TDD_sib3List_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -90497,7 +90497,7 @@ static int
dissect_rrc_IntraFreqRepQuantityRACH_TDDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_IntraFreqRepQuantityRACH_TDDList, IntraFreqRepQuantityRACH_TDDList_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -91168,7 +91168,7 @@ static int
dissect_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_CellSelectReselectInfo_v590ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SEQUENCE_SIZE_1_maxCellMeas_OF_CellSelectReselectInfo_v590ext, SEQUENCE_SIZE_1_maxCellMeas_OF_CellSelectReselectInfo_v590ext_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -91550,7 +91550,7 @@ static int
dissect_rrc_PLMNsOfIntraFreqCellsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PLMNsOfIntraFreqCellsList, PLMNsOfIntraFreqCellsList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -91578,7 +91578,7 @@ static int
dissect_rrc_PLMNsOfInterFreqCellsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PLMNsOfInterFreqCellsList, PLMNsOfInterFreqCellsList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -91606,7 +91606,7 @@ static int
dissect_rrc_PLMNsOfInterRATCellsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_PLMNsOfInterRATCellsList, PLMNsOfInterRATCellsList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -91690,7 +91690,7 @@ static int
dissect_rrc_UE_Positioning_GANSS_TimeModels(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_UE_Positioning_GANSS_TimeModels, UE_Positioning_GANSS_TimeModels_sequence_of,
- 1, maxGANSS_1);
+ 1, maxGANSS_1, FALSE);
return offset;
}
@@ -91889,7 +91889,7 @@ static int
dissect_rrc_ExtSIBTypeInfoSchedulingInfo_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_ExtSIBTypeInfoSchedulingInfo_List, ExtSIBTypeInfoSchedulingInfo_List_sequence_of,
- 1, maxSIB);
+ 1, maxSIB, FALSE);
return offset;
}
@@ -92000,7 +92000,7 @@ static int
dissect_rrc_SIBSb_ReferenceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SIBSb_ReferenceList, SIBSb_ReferenceList_sequence_of,
- 1, maxSIB);
+ 1, maxSIB, FALSE);
return offset;
}
@@ -92102,7 +92102,7 @@ static int
dissect_rrc_SIB_ReferenceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SIB_ReferenceList, SIB_ReferenceList_sequence_of,
- 1, maxSIB);
+ 1, maxSIB, FALSE);
return offset;
}
@@ -92329,7 +92329,7 @@ static int
dissect_rrc_LocationRegistrationAccessClassBarredList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_LocationRegistrationAccessClassBarredList, LocationRegistrationAccessClassBarredList_sequence_of,
- 15, 15);
+ 15, 15, FALSE);
return offset;
}
@@ -93668,7 +93668,7 @@ static int
dissect_rrc_MBSFNFrequencyList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_MBSFNFrequencyList, MBSFNFrequencyList_sequence_of,
- 0, maxMBSFNClusters);
+ 0, maxMBSFNClusters, FALSE);
return offset;
}
@@ -95478,7 +95478,7 @@ static int
dissect_rrc_CipheringInfoPerRB_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CipheringInfoPerRB_List, CipheringInfoPerRB_List_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -95507,7 +95507,7 @@ static int
dissect_rrc_COUNT_C_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_COUNT_C_List, COUNT_C_List_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -95554,7 +95554,7 @@ static int
dissect_rrc_SRB_SpecificIntegrityProtInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_SRB_SpecificIntegrityProtInfoList, SRB_SpecificIntegrityProtInfoList_sequence_of,
- 4, maxSRBsetup);
+ 4, maxSRBsetup, FALSE);
return offset;
}
@@ -95635,7 +95635,7 @@ static int
dissect_rrc_OngoingMeasRepList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_OngoingMeasRepList, OngoingMeasRepList_sequence_of,
- 1, maxNoOfMeas);
+ 1, maxNoOfMeas, FALSE);
return offset;
}
@@ -95741,7 +95741,7 @@ static int
dissect_rrc_CipheringStatusList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CipheringStatusList, CipheringStatusList_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -95784,7 +95784,7 @@ static int
dissect_rrc_CN_DomainInformationList_v390ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CN_DomainInformationList_v390ext, CN_DomainInformationList_v390ext_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -95846,7 +95846,7 @@ static int
dissect_rrc_STARTList2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_STARTList2, STARTList2_sequence_of,
- 2, maxCNdomains);
+ 2, maxCNdomains, FALSE);
return offset;
}
@@ -96009,7 +96009,7 @@ static int
dissect_rrc_StoredTGP_SequenceList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_StoredTGP_SequenceList, StoredTGP_SequenceList_sequence_of,
- 1, maxTGPS);
+ 1, maxTGPS, FALSE);
return offset;
}
@@ -96038,7 +96038,7 @@ static int
dissect_rrc_CodeChangeStatusList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CodeChangeStatusList, CodeChangeStatusList_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -96476,7 +96476,7 @@ static int
dissect_rrc_CipheringStatusList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CipheringStatusList_r4, CipheringStatusList_r4_sequence_of,
- 1, maxCNdomains);
+ 1, maxCNdomains, FALSE);
return offset;
}
@@ -96507,7 +96507,7 @@ static int
dissect_rrc_CipheringInfoPerRB_List_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_CipheringInfoPerRB_List_r4, CipheringInfoPerRB_List_r4_sequence_of,
- 1, maxRB);
+ 1, maxRB, FALSE);
return offset;
}
@@ -96887,7 +96887,7 @@ static int
dissect_rrc_OngoingMeasRepList_r4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_OngoingMeasRepList_r4, OngoingMeasRepList_r4_sequence_of,
- 1, maxNoOfMeas);
+ 1, maxNoOfMeas, FALSE);
return offset;
}
@@ -96999,7 +96999,7 @@ static int
dissect_rrc_TPC_CombinationInfoList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_TPC_CombinationInfoList, TPC_CombinationInfoList_sequence_of,
- 1, maxRL);
+ 1, maxRL, FALSE);
return offset;
}
@@ -97614,7 +97614,7 @@ static int
dissect_rrc_OngoingMeasRepList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_OngoingMeasRepList_r5, OngoingMeasRepList_r5_sequence_of,
- 1, maxNoOfMeas);
+ 1, maxNoOfMeas, FALSE);
return offset;
}
@@ -98018,7 +98018,7 @@ static int
dissect_rrc_OngoingMeasRepList_r6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_OngoingMeasRepList_r6, OngoingMeasRepList_r6_sequence_of,
- 1, maxNoOfMeas);
+ 1, maxNoOfMeas, FALSE);
return offset;
}
@@ -98253,7 +98253,7 @@ static int
dissect_rrc_OngoingMeasRepList_r7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_OngoingMeasRepList_r7, OngoingMeasRepList_r7_sequence_of,
- 1, maxNoOfMeas);
+ 1, maxNoOfMeas, FALSE);
return offset;
}
@@ -98744,7 +98744,7 @@ static int
dissect_rrc_RFC3095_Context_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RFC3095_Context_List, RFC3095_Context_List_sequence_of,
- 1, maxRFC3095_CID);
+ 1, maxRFC3095_CID, FALSE);
return offset;
}
@@ -98773,7 +98773,7 @@ static int
dissect_rrc_RFC3095_ContextInfoList_r5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrc_RFC3095_ContextInfoList_r5, RFC3095_ContextInfoList_r5_sequence_of,
- 1, maxRBallRABs);
+ 1, maxRBallRABs, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-rrlp.c b/epan/dissectors/packet-rrlp.c
index e041324437..c33d18c8e0 100644
--- a/epan/dissectors/packet-rrlp.c
+++ b/epan/dissectors/packet-rrlp.c
@@ -725,7 +725,7 @@ static int
dissect_rrlp_PrivateExtensionList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_PrivateExtensionList, PrivateExtensionList_sequence_of,
- 1, maxNumOfPrivateExtensions);
+ 1, maxNumOfPrivateExtensions, FALSE);
return offset;
}
@@ -1096,7 +1096,7 @@ static int
dissect_rrlp_SeqOfMsrAssistBTS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfMsrAssistBTS, SeqOfMsrAssistBTS_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -1173,7 +1173,7 @@ static int
dissect_rrlp_SeqOfSystemInfoAssistBTS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfSystemInfoAssistBTS, SeqOfSystemInfoAssistBTS_sequence_of,
- 1, 32);
+ 1, 32, FALSE);
return offset;
}
@@ -1352,7 +1352,7 @@ static int
dissect_rrlp_GPSTOWAssist(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_GPSTOWAssist, GPSTOWAssist_sequence_of,
- 1, 12);
+ 1, 12, FALSE);
return offset;
}
@@ -1478,7 +1478,7 @@ static int
dissect_rrlp_SeqOfSatElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfSatElement, SeqOfSatElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -1766,7 +1766,7 @@ static int
dissect_rrlp_SeqOfNavModelElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfNavModelElement, SeqOfNavModelElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -1881,7 +1881,7 @@ static int
dissect_rrlp_SeqOfAlmanacElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfAlmanacElement, SeqOfAlmanacElement_sequence_of,
- 1, 64);
+ 1, 64, FALSE);
return offset;
}
@@ -2006,7 +2006,7 @@ static int
dissect_rrlp_SeqOfAcquisElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfAcquisElement, SeqOfAcquisElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -2035,7 +2035,7 @@ static int
dissect_rrlp_SeqOf_BadSatelliteSet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOf_BadSatelliteSet, SeqOf_BadSatelliteSet_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -2120,7 +2120,7 @@ static int
dissect_rrlp_SeqOfMsrAssistBTS_R98_ExpOTD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfMsrAssistBTS_R98_ExpOTD, SeqOfMsrAssistBTS_R98_ExpOTD_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -2185,7 +2185,7 @@ static int
dissect_rrlp_SeqOfSystemInfoAssistBTS_R98_ExpOTD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfSystemInfoAssistBTS_R98_ExpOTD, SeqOfSystemInfoAssistBTS_R98_ExpOTD_sequence_of,
- 1, 32);
+ 1, 32, FALSE);
return offset;
}
@@ -2532,7 +2532,7 @@ static int
dissect_rrlp_SeqOfGANSSTimeModel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSSTimeModel, SeqOfGANSSTimeModel_sequence_of,
- 1, 7);
+ 1, 7, FALSE);
return offset;
}
@@ -2594,7 +2594,7 @@ static int
dissect_rrlp_SeqOfDGANSSSgnElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfDGANSSSgnElement, SeqOfDGANSSSgnElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -2624,7 +2624,7 @@ static int
dissect_rrlp_SeqOfSgnTypeElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfSgnTypeElement, SeqOfSgnTypeElement_sequence_of,
- 1, 3);
+ 1, 3, FALSE);
return offset;
}
@@ -2732,7 +2732,7 @@ static int
dissect_rrlp_SeqOfStandardClockModelElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfStandardClockModelElement, SeqOfStandardClockModelElement_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -2853,7 +2853,7 @@ static int
dissect_rrlp_SeqOfGANSSSatelliteElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSSSatelliteElement, SeqOfGANSSSatelliteElement_sequence_of,
- 1, 32);
+ 1, 32, FALSE);
return offset;
}
@@ -2900,7 +2900,7 @@ static int
dissect_rrlp_SeqOfBadSignalElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfBadSignalElement, SeqOfBadSignalElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -2958,7 +2958,7 @@ static int
dissect_rrlp_SeqOf_GANSSDataBits(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOf_GANSSDataBits, SeqOf_GANSSDataBits_sequence_of,
- 1, 1024);
+ 1, 1024, FALSE);
return offset;
}
@@ -3034,7 +3034,7 @@ static int
dissect_rrlp_SeqOfGANSSRefMeasurementElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSSRefMeasurementElement, SeqOfGANSSRefMeasurementElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -3136,7 +3136,7 @@ static int
dissect_rrlp_SeqOfGANSSAlmanacElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSSAlmanacElement, SeqOfGANSSAlmanacElement_sequence_of,
- 1, 36);
+ 1, 36, FALSE);
return offset;
}
@@ -3211,7 +3211,7 @@ static int
dissect_rrlp_SeqOfGANSSGenericAssistDataElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSSGenericAssistDataElement, SeqOfGANSSGenericAssistDataElement_sequence_of,
- 1, 8);
+ 1, 8, FALSE);
return offset;
}
@@ -3456,7 +3456,7 @@ static int
dissect_rrlp_SeqOfReferenceIdentityType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfReferenceIdentityType, SeqOfReferenceIdentityType_sequence_of,
- 1, 3);
+ 1, 3, FALSE);
return offset;
}
@@ -3655,7 +3655,7 @@ static int
dissect_rrlp_SeqOfOTD_FirstSetMsrs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfOTD_FirstSetMsrs, SeqOfOTD_FirstSetMsrs_sequence_of,
- 1, 10);
+ 1, 10, FALSE);
return offset;
}
@@ -3726,7 +3726,7 @@ static int
dissect_rrlp_SeqOfOTD_MsrsOfOtherSets(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfOTD_MsrsOfOtherSets, SeqOfOTD_MsrsOfOtherSets_sequence_of,
- 1, 10);
+ 1, 10, FALSE);
return offset;
}
@@ -3759,7 +3759,7 @@ static int
dissect_rrlp_SeqOfOTD_MsrElementRest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfOTD_MsrElementRest, SeqOfOTD_MsrElementRest_sequence_of,
- 1, 2);
+ 1, 2, FALSE);
return offset;
}
@@ -3889,7 +3889,7 @@ static int
dissect_rrlp_SeqOfGPS_MsrElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGPS_MsrElement, SeqOfGPS_MsrElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -3919,7 +3919,7 @@ static int
dissect_rrlp_SeqOfGPS_MsrSetElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGPS_MsrSetElement, SeqOfGPS_MsrSetElement_sequence_of,
- 1, 3);
+ 1, 3, FALSE);
return offset;
}
@@ -4026,7 +4026,7 @@ static int
dissect_rrlp_SeqOfOTD_FirstSetMsrs_R98_Ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfOTD_FirstSetMsrs_R98_Ext, SeqOfOTD_FirstSetMsrs_R98_Ext_sequence_of,
- 1, 5);
+ 1, 5, FALSE);
return offset;
}
@@ -4264,7 +4264,7 @@ static int
dissect_rrlp_SeqOfGANSS_SgnElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSS_SgnElement, SeqOfGANSS_SgnElement_sequence_of,
- 1, 16);
+ 1, 16, FALSE);
return offset;
}
@@ -4293,7 +4293,7 @@ static int
dissect_rrlp_SeqOfGANSS_SgnTypeElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSS_SgnTypeElement, SeqOfGANSS_SgnTypeElement_sequence_of,
- 1, 6);
+ 1, 6, FALSE);
return offset;
}
@@ -4325,7 +4325,7 @@ static int
dissect_rrlp_SeqOfGANSS_MsrSetElement(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_rrlp_SeqOfGANSS_MsrSetElement, SeqOfGANSS_MsrSetElement_sequence_of,
- 1, 3);
+ 1, 3, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-s1ap.c b/epan/dissectors/packet-s1ap.c
index 5daa0c97c5..9c793dcc92 100644
--- a/epan/dissectors/packet-s1ap.c
+++ b/epan/dissectors/packet-s1ap.c
@@ -1209,7 +1209,7 @@ static int
dissect_s1ap_ProtocolIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ProtocolIE_Container, ProtocolIE_Container_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -1240,7 +1240,7 @@ dissect_s1ap_ProtocolIE_ContainerList(tvbuff_t *tvb _U_, int offset _U_, asn1_ct
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ProtocolIE_ContainerList, ProtocolIE_ContainerList_sequence_of,
- asn1_param_get_integer(actx,"lowerBound"), asn1_param_get_integer(actx,"upperBound"));
+ asn1_param_get_integer(actx,"lowerBound"), asn1_param_get_integer(actx,"upperBound"), FALSE);
return offset;
}
@@ -1279,7 +1279,7 @@ static int
dissect_s1ap_ProtocolExtensionContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ProtocolExtensionContainer, ProtocolExtensionContainer_sequence_of,
- 1, maxProtocolExtensions);
+ 1, maxProtocolExtensions, FALSE);
return offset;
}
@@ -1318,7 +1318,7 @@ static int
dissect_s1ap_PrivateIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_PrivateIE_Container, PrivateIE_Container_sequence_of,
- 1, maxPrivateIEs);
+ 1, maxPrivateIEs, FALSE);
return offset;
}
@@ -1399,7 +1399,7 @@ static int
dissect_s1ap_Bearers_SubjectToStatusTransferList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_Bearers_SubjectToStatusTransferList, Bearers_SubjectToStatusTransferList_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -1518,7 +1518,7 @@ static int
dissect_s1ap_BPLMNs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_BPLMNs, BPLMNs_sequence_of,
- 1, maxnoofBPLMNs);
+ 1, maxnoofBPLMNs, FALSE);
return offset;
}
@@ -1573,7 +1573,7 @@ static int
dissect_s1ap_CellID_Broadcast(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_CellID_Broadcast, CellID_Broadcast_sequence_of,
- 1, maxnoofCellID);
+ 1, maxnoofCellID, FALSE);
return offset;
}
@@ -1628,7 +1628,7 @@ static int
dissect_s1ap_CompletedCellinTAI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_CompletedCellinTAI, CompletedCellinTAI_sequence_of,
- 1, maxnoofCellinTAI);
+ 1, maxnoofCellinTAI, FALSE);
return offset;
}
@@ -1658,7 +1658,7 @@ static int
dissect_s1ap_TAI_Broadcast(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_TAI_Broadcast, TAI_Broadcast_sequence_of,
- 1, maxnoofTAIforWarning);
+ 1, maxnoofTAIforWarning, FALSE);
return offset;
}
@@ -1697,7 +1697,7 @@ static int
dissect_s1ap_CompletedCellinEAI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_CompletedCellinEAI, CompletedCellinEAI_sequence_of,
- 1, maxnoofCellinEAI);
+ 1, maxnoofCellinEAI, FALSE);
return offset;
}
@@ -1727,7 +1727,7 @@ static int
dissect_s1ap_EmergencyAreaID_Broadcast(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_EmergencyAreaID_Broadcast, EmergencyAreaID_Broadcast_sequence_of,
- 1, maxnoofEmergencyAreaID);
+ 1, maxnoofEmergencyAreaID, FALSE);
return offset;
}
@@ -2172,7 +2172,7 @@ static int
dissect_s1ap_CSG_IdList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_CSG_IdList, CSG_IdList_sequence_of,
- 1, maxNrOfCSGs);
+ 1, maxNrOfCSGs, FALSE);
return offset;
}
@@ -2219,7 +2219,7 @@ static int
dissect_s1ap_CriticalityDiagnostics_IE_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_CriticalityDiagnostics_IE_List, CriticalityDiagnostics_IE_List_sequence_of,
- 1, maxNrOfErrors);
+ 1, maxNrOfErrors, FALSE);
return offset;
}
@@ -2291,7 +2291,7 @@ static int
dissect_s1ap_ECGIList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ECGIList, ECGIList_sequence_of,
- 1, maxnoofCellID);
+ 1, maxnoofCellID, FALSE);
return offset;
}
@@ -2305,7 +2305,7 @@ static int
dissect_s1ap_EmergencyAreaIDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_EmergencyAreaIDList, EmergencyAreaIDList_sequence_of,
- 1, maxnoofEmergencyAreaID);
+ 1, maxnoofEmergencyAreaID, FALSE);
return offset;
}
@@ -2500,7 +2500,7 @@ static int
dissect_s1ap_ENBX2TLAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ENBX2TLAs, ENBX2TLAs_sequence_of,
- 1, maxnoofeNBX2TLAs);
+ 1, maxnoofeNBX2TLAs, FALSE);
return offset;
}
@@ -2524,7 +2524,7 @@ static int
dissect_s1ap_EPLMNs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_EPLMNs, EPLMNs_sequence_of,
- 1, maxnoofEPLMNs);
+ 1, maxnoofEPLMNs, FALSE);
return offset;
}
@@ -2583,7 +2583,7 @@ static int
dissect_s1ap_ForbiddenTACs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ForbiddenTACs, ForbiddenTACs_sequence_of,
- 1, maxnoofForbTACs);
+ 1, maxnoofForbTACs, FALSE);
return offset;
}
@@ -2613,7 +2613,7 @@ static int
dissect_s1ap_ForbiddenTAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ForbiddenTAs, ForbiddenTAs_sequence_of,
- 1, maxnoofEPLMNsPlusOne);
+ 1, maxnoofEPLMNsPlusOne, FALSE);
return offset;
}
@@ -2627,7 +2627,7 @@ static int
dissect_s1ap_ForbiddenLACs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ForbiddenLACs, ForbiddenLACs_sequence_of,
- 1, maxnoofForbLACs);
+ 1, maxnoofForbLACs, FALSE);
return offset;
}
@@ -2657,7 +2657,7 @@ static int
dissect_s1ap_ForbiddenLAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ForbiddenLAs, ForbiddenLAs_sequence_of,
- 1, maxnoofEPLMNsPlusOne);
+ 1, maxnoofEPLMNsPlusOne, FALSE);
return offset;
}
@@ -3235,7 +3235,7 @@ static int
dissect_s1ap_E_RABInformationList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABInformationList, E_RABInformationList_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -3265,7 +3265,7 @@ static int
dissect_s1ap_E_RABList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABList, E_RABList_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -3535,7 +3535,7 @@ static int
dissect_s1ap_UE_HistoryInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_UE_HistoryInformation, UE_HistoryInformation_sequence_of,
- 1, maxnoofCells);
+ 1, maxnoofCells, FALSE);
return offset;
}
@@ -3578,7 +3578,7 @@ static int
dissect_s1ap_ServedPLMNs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ServedPLMNs, ServedPLMNs_sequence_of,
- 1, maxnoofPLMNsPerMME);
+ 1, maxnoofPLMNsPerMME, FALSE);
return offset;
}
@@ -3592,7 +3592,7 @@ static int
dissect_s1ap_ServedGroupIDs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ServedGroupIDs, ServedGroupIDs_sequence_of,
- 1, maxnoofGroupIDs);
+ 1, maxnoofGroupIDs, FALSE);
return offset;
}
@@ -3606,7 +3606,7 @@ static int
dissect_s1ap_ServedMMECs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ServedMMECs, ServedMMECs_sequence_of,
- 1, maxnoofMMECs);
+ 1, maxnoofMMECs, FALSE);
return offset;
}
@@ -3637,7 +3637,7 @@ static int
dissect_s1ap_ServedGUMMEIs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_ServedGUMMEIs, ServedGUMMEIs_sequence_of,
- 1, maxnoofRATs);
+ 1, maxnoofRATs, FALSE);
return offset;
}
@@ -3667,7 +3667,7 @@ static int
dissect_s1ap_SupportedTAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_SupportedTAs, SupportedTAs_sequence_of,
- 1, maxnoofTACs);
+ 1, maxnoofTACs, FALSE);
return offset;
}
@@ -3696,7 +3696,7 @@ static int
dissect_s1ap_TAIListforWarning(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_TAIListforWarning, TAIListforWarning_sequence_of,
- 1, maxnoofTAIforWarning);
+ 1, maxnoofTAIforWarning, FALSE);
return offset;
}
@@ -4407,7 +4407,7 @@ static int
dissect_s1ap_E_RABToBeSetupListBearerSUReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABToBeSetupListBearerSUReq, E_RABToBeSetupListBearerSUReq_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -4454,7 +4454,7 @@ static int
dissect_s1ap_E_RABSetupListBearerSURes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABSetupListBearerSURes, E_RABSetupListBearerSURes_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -4499,7 +4499,7 @@ static int
dissect_s1ap_E_RABToBeModifiedListBearerModReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABToBeModifiedListBearerModReq, E_RABToBeModifiedListBearerModReq_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -4544,7 +4544,7 @@ static int
dissect_s1ap_E_RABModifyListBearerModRes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABModifyListBearerModRes, E_RABModifyListBearerModRes_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -4601,7 +4601,7 @@ static int
dissect_s1ap_E_RABReleaseListBearerRelComp(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABReleaseListBearerRelComp, E_RABReleaseListBearerRelComp_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -4658,7 +4658,7 @@ static int
dissect_s1ap_E_RABToBeSetupListCtxtSUReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABToBeSetupListCtxtSUReq, E_RABToBeSetupListCtxtSUReq_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -4705,7 +4705,7 @@ static int
dissect_s1ap_E_RABSetupListCtxtSURes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_E_RABSetupListCtxtSURes, E_RABSetupListCtxtSURes_sequence_of,
- 1, maxNrOfE_RABs);
+ 1, maxNrOfE_RABs, FALSE);
return offset;
}
@@ -4764,7 +4764,7 @@ static int
dissect_s1ap_TAIList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_TAIList, TAIList_sequence_of,
- 1, maxnoofTAIs);
+ 1, maxnoofTAIs, FALSE);
return offset;
}
@@ -4962,7 +4962,7 @@ static int
dissect_s1ap_UE_associatedLogicalS1_ConnectionListRes(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_UE_associatedLogicalS1_ConnectionListRes, UE_associatedLogicalS1_ConnectionListRes_sequence_of,
- 1, maxNrOfIndividualS1ConnectionsToReset);
+ 1, maxNrOfIndividualS1ConnectionsToReset, FALSE);
return offset;
}
@@ -5012,7 +5012,7 @@ static int
dissect_s1ap_UE_associatedLogicalS1_ConnectionListResAck(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_s1ap_UE_associatedLogicalS1_ConnectionListResAck, UE_associatedLogicalS1_ConnectionListResAck_sequence_of,
- 1, maxNrOfIndividualS1ConnectionsToReset);
+ 1, maxNrOfIndividualS1ConnectionsToReset, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-sabp.c b/epan/dissectors/packet-sabp.c
index 853f521451..1b3ee4e70f 100644
--- a/epan/dissectors/packet-sabp.c
+++ b/epan/dissectors/packet-sabp.c
@@ -411,7 +411,7 @@ static int
dissect_sabp_ProtocolIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_ProtocolIE_Container, ProtocolIE_Container_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -450,7 +450,7 @@ static int
dissect_sabp_ProtocolExtensionContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_ProtocolExtensionContainer, ProtocolExtensionContainer_sequence_of,
- 1, maxProtocolExtensions);
+ 1, maxProtocolExtensions, FALSE);
return offset;
}
@@ -561,7 +561,7 @@ static int
dissect_sabp_CriticalityDiagnostics_IE_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_CriticalityDiagnostics_IE_List, CriticalityDiagnostics_IE_List_sequence_of,
- 1, maxNrOfErrors);
+ 1, maxNrOfErrors, FALSE);
return offset;
}
@@ -619,7 +619,7 @@ static int
dissect_sabp_MessageStructure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_MessageStructure, MessageStructure_sequence_of,
- 1, maxNrOfLevels);
+ 1, maxNrOfLevels, FALSE);
return offset;
}
@@ -720,7 +720,7 @@ static int
dissect_sabp_Failure_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_Failure_List, Failure_List_sequence_of,
- 1, maxnoofSAI);
+ 1, maxnoofSAI, FALSE);
return offset;
}
@@ -806,7 +806,7 @@ static int
dissect_sabp_Number_of_Broadcasts_Completed_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_Number_of_Broadcasts_Completed_List, Number_of_Broadcasts_Completed_List_sequence_of,
- 1, maxnoofSAI);
+ 1, maxnoofSAI, FALSE);
return offset;
}
@@ -860,7 +860,7 @@ static int
dissect_sabp_Radio_Resource_Loading_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_Radio_Resource_Loading_List, Radio_Resource_Loading_List_sequence_of,
- 1, maxnoofSAI);
+ 1, maxnoofSAI, FALSE);
return offset;
}
@@ -900,7 +900,7 @@ static int
dissect_sabp_Service_Areas_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_sabp_Service_Areas_List, Service_Areas_List_sequence_of,
- 1, maxnoofSAI);
+ 1, maxnoofSAI, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-ulp.c b/epan/dissectors/packet-ulp.c
index fd78088cb6..e687829aed 100644
--- a/epan/dissectors/packet-ulp.c
+++ b/epan/dissectors/packet-ulp.c
@@ -947,7 +947,7 @@ static int
dissect_ulp_NMR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ulp_NMR, NMR_sequence_of,
- 1, 15);
+ 1, 15, FALSE);
return offset;
}
@@ -1186,7 +1186,7 @@ static int
dissect_ulp_TimeslotISCP_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ulp_TimeslotISCP_List, TimeslotISCP_List_sequence_of,
- 1, maxTS);
+ 1, maxTS, FALSE);
return offset;
}
@@ -1255,7 +1255,7 @@ static int
dissect_ulp_CellMeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ulp_CellMeasuredResultsList, CellMeasuredResultsList_sequence_of,
- 1, maxCellMeas);
+ 1, maxCellMeas, FALSE);
return offset;
}
@@ -1285,7 +1285,7 @@ static int
dissect_ulp_MeasuredResultsList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ulp_MeasuredResultsList, MeasuredResultsList_sequence_of,
- 1, maxFreq);
+ 1, maxFreq, FALSE);
return offset;
}
@@ -1555,7 +1555,7 @@ static int
dissect_ulp_SatelliteInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_ulp_SatelliteInfo, SatelliteInfo_sequence_of,
- 1, 31);
+ 1, 31, FALSE);
return offset;
}
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index b2a8e5d5a7..3dc8fe3dd9 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -588,7 +588,7 @@ static int
dissect_x2ap_ProtocolIE_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ProtocolIE_Container, ProtocolIE_Container_sequence_of,
- 0, maxProtocolIEs);
+ 0, maxProtocolIEs, FALSE);
return offset;
}
@@ -636,7 +636,7 @@ static int
dissect_x2ap_ProtocolExtensionContainer(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ProtocolExtensionContainer, ProtocolExtensionContainer_sequence_of,
- 1, maxProtocolExtensions);
+ 1, maxProtocolExtensions, FALSE);
return offset;
}
@@ -690,7 +690,7 @@ static int
dissect_x2ap_BroadcastPLMNs_Item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_BroadcastPLMNs_Item, BroadcastPLMNs_Item_sequence_of,
- 1, maxnoofBPLMNs);
+ 1, maxnoofBPLMNs, FALSE);
return offset;
}
@@ -923,7 +923,7 @@ static int
dissect_x2ap_CriticalityDiagnostics_IE_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_CriticalityDiagnostics_IE_List, CriticalityDiagnostics_IE_List_sequence_of,
- 1, maxNrOfErrors);
+ 1, maxNrOfErrors, FALSE);
return offset;
}
@@ -1048,7 +1048,7 @@ static int
dissect_x2ap_EPLMNs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_EPLMNs, EPLMNs_sequence_of,
- 1, maxnoofEPLMNs);
+ 1, maxnoofEPLMNs, FALSE);
return offset;
}
@@ -1104,7 +1104,7 @@ static int
dissect_x2ap_ForbiddenTACs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ForbiddenTACs, ForbiddenTACs_sequence_of,
- 1, maxnoofForbTACs);
+ 1, maxnoofForbTACs, FALSE);
return offset;
}
@@ -1133,7 +1133,7 @@ static int
dissect_x2ap_ForbiddenTAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ForbiddenTAs, ForbiddenTAs_sequence_of,
- 1, maxnoofEPLMNsPlusOne);
+ 1, maxnoofEPLMNsPlusOne, FALSE);
return offset;
}
@@ -1157,7 +1157,7 @@ static int
dissect_x2ap_ForbiddenLACs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ForbiddenLACs, ForbiddenLACs_sequence_of,
- 1, maxnoofForbLACs);
+ 1, maxnoofForbLACs, FALSE);
return offset;
}
@@ -1186,7 +1186,7 @@ static int
dissect_x2ap_ForbiddenLAs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ForbiddenLAs, ForbiddenLAs_sequence_of,
- 1, maxnoofEPLMNsPlusOne);
+ 1, maxnoofEPLMNsPlusOne, FALSE);
return offset;
}
@@ -1296,7 +1296,7 @@ static int
dissect_x2ap_GUGroupIDList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_GUGroupIDList, GUGroupIDList_sequence_of,
- 1, maxPools);
+ 1, maxPools, FALSE);
return offset;
}
@@ -1355,7 +1355,7 @@ static int
dissect_x2ap_InterfacesToTrace(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_InterfacesToTrace, InterfacesToTrace_sequence_of,
- 1, maxInterfaces);
+ 1, maxInterfaces, FALSE);
return offset;
}
@@ -1678,7 +1678,7 @@ static int
dissect_x2ap_ServedCells(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ServedCells, ServedCells_sequence_of,
- 1, maxCellineNB);
+ 1, maxCellineNB, FALSE);
return offset;
}
@@ -1748,7 +1748,7 @@ static int
dissect_x2ap_UE_HistoryInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_UE_HistoryInformation, UE_HistoryInformation_sequence_of,
- 1, maxnoofCells);
+ 1, maxnoofCells, FALSE);
return offset;
}
@@ -1815,7 +1815,7 @@ static int
dissect_x2ap_UL_InterferenceOverloadIndication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_UL_InterferenceOverloadIndication, UL_InterferenceOverloadIndication_sequence_of,
- 1, maxnoofPRBs);
+ 1, maxnoofPRBs, FALSE);
return offset;
}
@@ -1855,7 +1855,7 @@ static int
dissect_x2ap_UL_HighInterferenceIndicationInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_UL_HighInterferenceIndicationInfo, UL_HighInterferenceIndicationInfo_sequence_of,
- 1, maxCellineNB);
+ 1, maxCellineNB, FALSE);
return offset;
}
@@ -1883,7 +1883,7 @@ static int
dissect_x2ap_Bearers_ToBeSetup_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_Bearers_ToBeSetup_List, Bearers_ToBeSetup_List_sequence_of,
- 1, maxnoofBearers);
+ 1, maxnoofBearers, FALSE);
return offset;
}
@@ -1950,7 +1950,7 @@ static int
dissect_x2ap_Bearers_Admitted_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_Bearers_Admitted_List, Bearers_Admitted_List_sequence_of,
- 1, maxnoofBearers);
+ 1, maxnoofBearers, FALSE);
return offset;
}
@@ -1981,7 +1981,7 @@ static int
dissect_x2ap_Bearers_NotAdmitted_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_Bearers_NotAdmitted_List, Bearers_NotAdmitted_List_sequence_of,
- 1, maxnoofBearers);
+ 1, maxnoofBearers, FALSE);
return offset;
}
@@ -2039,7 +2039,7 @@ static int
dissect_x2ap_Bearers_SubjectToStatusTransfer_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_Bearers_SubjectToStatusTransfer_List, Bearers_SubjectToStatusTransfer_List_sequence_of,
- 1, maxnoofBearers);
+ 1, maxnoofBearers, FALSE);
return offset;
}
@@ -2197,7 +2197,7 @@ static int
dissect_x2ap_CellInformation_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_CellInformation_List, CellInformation_List_sequence_of,
- 1, maxCellineNB);
+ 1, maxCellineNB, FALSE);
return offset;
}
@@ -2259,7 +2259,7 @@ static int
dissect_x2ap_ServedCellsToModify(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_ServedCellsToModify, ServedCellsToModify_sequence_of,
- 1, maxCellineNB);
+ 1, maxCellineNB, FALSE);
return offset;
}
@@ -2273,7 +2273,7 @@ static int
dissect_x2ap_Old_ECGIs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_Old_ECGIs, Old_ECGIs_sequence_of,
- 1, maxCellineNB);
+ 1, maxCellineNB, FALSE);
return offset;
}
@@ -2329,7 +2329,7 @@ static int
dissect_x2ap_CellToReport_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_CellToReport_List, CellToReport_List_sequence_of,
- 1, maxCellineNB);
+ 1, maxCellineNB, FALSE);
return offset;
}
@@ -2415,7 +2415,7 @@ static int
dissect_x2ap_CellMeasurementResult_List(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
ett_x2ap_CellMeasurementResult_List, CellMeasurementResult_List_sequence_of,
- 1, maxCellineNB);
+ 1, maxCellineNB, FALSE);
return offset;
}