aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lte-rrc.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-03-25 22:04:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-03-25 22:04:23 +0000
commit99bbe55222bfc236b5eb38b097426a96e958f605 (patch)
tree27e619aebccf3bb9babb094a5d04c830fb546b8d /epan/dissectors/packet-lte-rrc.c
parent124533ce951e980be5bb7658e77bcbc1d33c4641 (diff)
Make it possible to check for extension marker in SEQUENCE OF and SET OF.
Fore some reason the trace in bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3360 does not decode properly if dissecting the exension marker so leave that code #if 0:ed out for now. svn path=/trunk/; revision=27848
Diffstat (limited to 'epan/dissectors/packet-lte-rrc.c')
-rw-r--r--epan/dissectors/packet-lte-rrc.c146
1 files changed, 73 insertions, 73 deletions
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;
}