aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-03 22:03:05 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-03 22:03:05 +0000
commit86b44774708e103d8e38a9deed2107336bbc3c77 (patch)
tree3731c0e8212778439e3da31d6981b8847b363e9d /epan/dissectors/packet-pcap.c
parent356f8271c49fcd4129880cc4e8845f52a11aa9de (diff)
Add missing parts of the PCAP dissector.
svn path=/trunk/; revision=24541
Diffstat (limited to 'epan/dissectors/packet-pcap.c')
-rw-r--r--epan/dissectors/packet-pcap.c14847
1 files changed, 14847 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
new file mode 100644
index 0000000000..96a45d6a51
--- /dev/null
+++ b/epan/dissectors/packet-pcap.c
@@ -0,0 +1,14847 @@
+/* Do not modify this file. */
+/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
+/* packet-pcap.c */
+/* ../../tools/asn2wrs.py -p pcap -c ./pcap.cnf -s ./packet-pcap-template -D . PCAP-CommonDataTypes.asn PCAP-Constants.asn PCAP-Containers.asn PCAP-IEs.asn PCAP-PDU-Contents.asn PCAP-PDU-Descriptions.asn */
+
+/* Input file: packet-pcap-template.c */
+
+#line 1 "packet-pcap-template.c"
+/* packet-pcap.c
+ * Routines for UTRAN Iupc interface Positioning Calculation Application Part (PCAP) packet dissection
+ *
+ * Copyright 2008, Anders Broman <anders.broman@ericsson.com>
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Based on the RANAP dissector
+ *
+ * References: ETSI TS 125 453 V7.9.0 (2008-02)
+ */
+
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <glib.h>
+#include <epan/packet.h>
+#include <epan/prefs.h>
+#include <epan/conversation.h>
+
+#include <stdio.h>
+#include <string.h>
+#include <epan/emem.h>
+#include <epan/strutil.h>
+#include <epan/asn1.h>
+
+#include "packet-ber.h"
+#include "packet-per.h"
+#include "packet-sccp.h"
+
+#ifdef _MSC_VER
+/* disable: "warning C4146: unary minus operator applied to unsigned type, result still unsigned" */
+#pragma warning(disable:4146)
+#endif
+
+#define PNAME "UTRAN Iupc interface Positioning Calculation Application Part (PCAP)"
+#define PSNAME "PCAP"
+#define PFNAME "pcap"
+
+#define MAX_SSN 254
+static range_t *global_ssn_range;
+static range_t *ssn_range;
+
+static dissector_table_t sccp_ssn_table;
+
+
+/*--- Included file: packet-pcap-val.h ---*/
+#line 1 "packet-pcap-val.h"
+#define maxPrivateIEs 65535
+#define maxProtocolExtensions 65535
+#define maxProtocolIEs 65535
+#define maxNrOfErrors 256
+#define maxSat 16
+#define maxSatAlmanac 32
+#define maxNrOfLevels 256
+#define maxNrOfPoints 15
+#define maxNrOfExpInfo 32
+#define maxNrOfMeasNCell 32
+#define maxNrOfMeasurements 16
+#define maxNrOfSets 3
+#define maxRateMatching 256
+#define maxNrOfTFs 32
+#define maxTTI_count 4
+#define maxTS_1 13
+#define maxCCTrCH 8
+#define maxTF 32
+#define maxTFC 1024
+#define maxPRACH 16
+#define maxTrCH 32
+#define maxTGPS 6
+#define maxNoOfMeasurements 16
+#define maxCellMeas 32
+#define maxNrOfEDPCCH_PO_QUANTSTEPs 8
+#define maxNrOfRefETFCI_PO_QUANTSTEPs 8
+#define maxNrOfRefETFCIs 8
+#define maxSet 9
+#define maxGANSSSat 32
+#define maxSgnType 4
+#define maxGANSS 8
+#define maxGANSSSet 9
+#define maxGANSSSatAlmanac 36
+#define maxGANSSClockMod 4
+#define maxNrOfULTSs 15
+#define maxNrOfDPCHs 240
+
+typedef enum _ProcedureCode_enum {
+ id_PositionCalculation = 1,
+ id_InformationExchangeInitiation = 2,
+ id_InformationReporting = 3,
+ id_InformationExchangeTermination = 4,
+ id_InformationExchangeFailure = 5,
+ id_ErrorIndication = 6,
+ id_privateMessage = 7,
+ id_PositionParameterModification = 8,
+ id_PositionInitiation = 9,
+ id_PositionActivation = 10,
+ id_Abort = 11,
+ id_PositionPeriodicReport = 12,
+ id_PositionPeriodicResult = 13,
+ id_PositionPeriodicTermination = 14
+} ProcedureCode_enum;
+
+typedef enum _ProtocolIE_ID_enum {
+ id_Cause = 1,
+ id_CriticalityDiagnostics = 2,
+ id_GPS_UTRAN_TRU = 3,
+ id_InformationExchangeID = 4,
+ id_InformationExchangeObjectType_InfEx_Rprt = 5,
+ id_InformationExchangeObjectType_InfEx_Rqst = 6,
+ id_InformationExchangeObjectType_InfEx_Rsp = 7,
+ id_InformationReportCharacteristics = 8,
+ id_InformationType = 9,
+ id_GPS_MeasuredResultsList = 10,
+ id_MethodType = 11,
+ id_RefPosition_InfEx_Rqst = 12,
+ id_RefPosition_InfEx_Rsp = 13,
+ id_RefPosition_Inf_Rprt = 14,
+ id_RequestedDataValue = 15,
+ id_RequestedDataValueInformation = 16,
+ id_TransactionID = 17,
+ id_UE_PositionEstimate = 18,
+ id_CellId_MeasuredResultsSets = 20,
+ id_OTDOA_MeasurementGroup = 22,
+ id_AccuracyFulfilmentIndicator = 23,
+ id_HorizontalAccuracyCode = 24,
+ id_VerticalAccuracyCode = 25,
+ id_UTDOA_Group = 26,
+ id_RequestType = 28,
+ id_UE_PositioningCapability = 29,
+ id_UC_id = 30,
+ id_ResponseTime = 31,
+ id_PositioningPriority = 32,
+ id_ClientType = 33,
+ id_PositioningMethod = 34,
+ id_UTDOAPositioning = 35,
+ id_GPSPositioning = 36,
+ id_OTDOAAssistanceData = 37,
+ id_Positioning_ResponseTime = 38,
+ id_EnvironmentCharacterisation = 39,
+ id_PositionData = 40,
+ id_IncludeVelocity = 41,
+ id_VelocityEstimate = 42,
+ id_rxTimingDeviation768Info = 43,
+ id_UC_ID_InfEx_Rqst = 44,
+ id_UE_PositionEstimateInfo = 45,
+ id_UTRAN_GPSReferenceTime = 46,
+ id_UTRAN_GPSReferenceTimeResult = 47,
+ id_UTRAN_GPS_DriftRate = 48,
+ id_OTDOA_AddMeasuredResultsInfo = 49,
+ id_GPS_ReferenceLocation = 50,
+ id_OTDOA_MeasuredResultsSets = 51,
+ id_rxTimingDeviation384extInfo = 55,
+ id_ExtendedRoundTripTime = 56,
+ id_PeriodicPosCalcInfo = 57,
+ id_PeriodicLocationInfo = 58,
+ id_AmountOfReporting = 59,
+ id_MeasInstructionsUsed = 60,
+ id_RRCstateChange = 61,
+ id_PeriodicTerminationCause = 62,
+ id_MeasurementValidity = 63,
+ id_roundTripTimeInfoWithType1 = 64,
+ id_CellIDPositioning = 66,
+ id_AddMeasurementInfo = 67,
+ id_Extended_RNC_ID = 68,
+ id_GANSS_CommonAssistanceData = 69,
+ id_GANSS_GenericAssistanceDataList = 70,
+ id_GANSS_MeasuredResultsList = 71,
+ id_GANSS_UTRAN_TRU = 72,
+ id_GANSSPositioning = 73,
+ id_GANSS_PositioningDataSet = 74,
+ id_GNSS_PositioningMethod = 75,
+ id_NetworkAssistedGANSSSuport = 76,
+ id_TUTRANGANSSMeasurementValueInfo = 77,
+ id_AdditionalGPSAssistDataRequired = 78,
+ id_AdditionalGanssAssistDataRequired = 79,
+ id_angleOfArrivalLCR = 80,
+ id_extendedTimingAdvanceLCR = 81,
+ id_additionalMeasurementInforLCR = 82,
+ id_timingAdvanceLCR_R7 = 83,
+ id_rxTimingDeviationLCR = 84,
+ id_GPSReferenceTimeUncertainty = 85
+} ProtocolIE_ID_enum;
+
+/*--- End of included file: packet-pcap-val.h ---*/
+#line 66 "packet-pcap-template.c"
+
+static dissector_handle_t data_handle;
+static dissector_handle_t pcap_handle = NULL;
+
+/* Initialize the protocol and registered fields */
+static int proto_pcap = -1;
+
+
+/*--- Included file: packet-pcap-hf.c ---*/
+#line 1 "packet-pcap-hf.c"
+static int hf_pcap_AccuracyFulfilmentIndicator_PDU = -1; /* AccuracyFulfilmentIndicator */
+static int hf_pcap_Cause_PDU = -1; /* Cause */
+static int hf_pcap_CellId_MeasuredResultsSets_PDU = -1; /* CellId_MeasuredResultsSets */
+static int hf_pcap_CellIDPositioning_PDU = -1; /* CellIDPositioning */
+static int hf_pcap_ClientType_PDU = -1; /* ClientType */
+static int hf_pcap_CriticalityDiagnostics_PDU = -1; /* CriticalityDiagnostics */
+static int hf_pcap_UE_PositionEstimate_PDU = -1; /* UE_PositionEstimate */
+static int hf_pcap_UE_PositionEstimateInfo_PDU = -1; /* UE_PositionEstimateInfo */
+static int hf_pcap_PositionData_PDU = -1; /* PositionData */
+static int hf_pcap_GANSS_MeasuredResultsList_PDU = -1; /* GANSS_MeasuredResultsList */
+static int hf_pcap_GANSS_UTRAN_TRU_PDU = -1; /* GANSS_UTRAN_TRU */
+static int hf_pcap_MeasuredResultsList_PDU = -1; /* MeasuredResultsList */
+static int hf_pcap_GPS_UTRAN_TRU_PDU = -1; /* GPS_UTRAN_TRU */
+static int hf_pcap_AdditionalGPSAssistDataRequired_PDU = -1; /* AdditionalGPSAssistDataRequired */
+static int hf_pcap_AdditionalGanssAssistDataRequired_PDU = -1; /* AdditionalGanssAssistDataRequired */
+static int hf_pcap_InformationExchangeID_PDU = -1; /* InformationExchangeID */
+static int hf_pcap_InformationReportCharacteristics_PDU = -1; /* InformationReportCharacteristics */
+static int hf_pcap_InformationType_PDU = -1; /* InformationType */
+static int hf_pcap_MeasInstructionsUsed_PDU = -1; /* MeasInstructionsUsed */
+static int hf_pcap_OTDOA_MeasurementGroup_PDU = -1; /* OTDOA_MeasurementGroup */
+static int hf_pcap_OTDOA_MeasuredResultsSets_PDU = -1; /* OTDOA_MeasuredResultsSets */
+static int hf_pcap_UC_ID_PDU = -1; /* UC_ID */
+static int hf_pcap_PeriodicPosCalcInfo_PDU = -1; /* PeriodicPosCalcInfo */
+static int hf_pcap_PeriodicLocationInfo_PDU = -1; /* PeriodicLocationInfo */
+static int hf_pcap_PeriodicTerminationCause_PDU = -1; /* PeriodicTerminationCause */
+static int hf_pcap_PositioningMethod_PDU = -1; /* PositioningMethod */
+static int hf_pcap_PositioningPriority_PDU = -1; /* PositioningPriority */
+static int hf_pcap_RRCstateChange_PDU = -1; /* RRCstateChange */
+static int hf_pcap_RequestType_PDU = -1; /* RequestType */
+static int hf_pcap_ResponseTime_PDU = -1; /* ResponseTime */
+static int hf_pcap_HorizontalAccuracyCode_PDU = -1; /* HorizontalAccuracyCode */
+static int hf_pcap_UE_PositioningCapability_PDU = -1; /* UE_PositioningCapability */
+static int hf_pcap_UTDOAPositioning_PDU = -1; /* UTDOAPositioning */
+static int hf_pcap_EnvironmentCharacterisation_PDU = -1; /* EnvironmentCharacterisation */
+static int hf_pcap_GPSPositioning_PDU = -1; /* GPSPositioning */
+static int hf_pcap_GANSSPositioning_PDU = -1; /* GANSSPositioning */
+static int hf_pcap_OTDOAAssistanceData_PDU = -1; /* OTDOAAssistanceData */
+static int hf_pcap_VerticalAccuracyCode_PDU = -1; /* VerticalAccuracyCode */
+static int hf_pcap_UTDOA_Group_PDU = -1; /* UTDOA_Group */
+static int hf_pcap_Positioning_ResponseTime_PDU = -1; /* Positioning_ResponseTime */
+static int hf_pcap_AmountOfReporting_PDU = -1; /* AmountOfReporting */
+static int hf_pcap_IncludeVelocity_PDU = -1; /* IncludeVelocity */
+static int hf_pcap_VelocityEstimate_PDU = -1; /* VelocityEstimate */
+static int hf_pcap_PositionCalculationRequest_PDU = -1; /* PositionCalculationRequest */
+static int hf_pcap_PositionCalculationResponse_PDU = -1; /* PositionCalculationResponse */
+static int hf_pcap_PositionCalculationFailure_PDU = -1; /* PositionCalculationFailure */
+static int hf_pcap_InformationExchangeInitiationRequest_PDU = -1; /* InformationExchangeInitiationRequest */
+static int hf_pcap_InformationExchangeObjectType_InfEx_Rqst_PDU = -1; /* InformationExchangeObjectType_InfEx_Rqst */
+static int hf_pcap_UC_ID_InfEx_Rqst_PDU = -1; /* UC_ID_InfEx_Rqst */
+static int hf_pcap_InformationExchangeInitiationResponse_PDU = -1; /* InformationExchangeInitiationResponse */
+static int hf_pcap_InformationExchangeObjectType_InfEx_Rsp_PDU = -1; /* InformationExchangeObjectType_InfEx_Rsp */
+static int hf_pcap_InformationExchangeInitiationFailure_PDU = -1; /* InformationExchangeInitiationFailure */
+static int hf_pcap_PositionInitiationRequest_PDU = -1; /* PositionInitiationRequest */
+static int hf_pcap_PositionInitiationResponse_PDU = -1; /* PositionInitiationResponse */
+static int hf_pcap_PositionInitiationFailure_PDU = -1; /* PositionInitiationFailure */
+static int hf_pcap_PositionActivationRequest_PDU = -1; /* PositionActivationRequest */
+static int hf_pcap_PositionActivationResponse_PDU = -1; /* PositionActivationResponse */
+static int hf_pcap_PositionActivationFailure_PDU = -1; /* PositionActivationFailure */
+static int hf_pcap_InformationReport_PDU = -1; /* InformationReport */
+static int hf_pcap_InformationExchangeObjectType_InfEx_Rprt_PDU = -1; /* InformationExchangeObjectType_InfEx_Rprt */
+static int hf_pcap_InformationExchangeTerminationRequest_PDU = -1; /* InformationExchangeTerminationRequest */
+static int hf_pcap_InformationExchangeFailureIndication_PDU = -1; /* InformationExchangeFailureIndication */
+static int hf_pcap_ErrorIndication_PDU = -1; /* ErrorIndication */
+static int hf_pcap_PositionParameterModification_PDU = -1; /* PositionParameterModification */
+static int hf_pcap_PrivateMessage_PDU = -1; /* PrivateMessage */
+static int hf_pcap_Abort_PDU = -1; /* Abort */
+static int hf_pcap_PositionPeriodicReport_PDU = -1; /* PositionPeriodicReport */
+static int hf_pcap_PositionPeriodicResult_PDU = -1; /* PositionPeriodicResult */
+static int hf_pcap_PositionPeriodicTermination_PDU = -1; /* PositionPeriodicTermination */
+static int hf_pcap_PCAP_PDU_PDU = -1; /* PCAP_PDU */
+static int hf_pcap_local = -1; /* INTEGER_0_65535 */
+static int hf_pcap_global = -1; /* OBJECT_IDENTIFIER */
+static int hf_pcap_shortTID = -1; /* INTEGER_0_127 */
+static int hf_pcap_longTID = -1; /* INTEGER_0_32767 */
+static int hf_pcap_ProtocolIE_Container_item = -1; /* ProtocolIE_Field */
+static int hf_pcap_id = -1; /* ProtocolIE_ID */
+static int hf_pcap_criticality = -1; /* Criticality */
+static int hf_pcap_ie_field_value = -1; /* T_ie_field_value */
+static int hf_pcap_ProtocolIE_ContainerList_item = -1; /* ProtocolIE_Container */
+static int hf_pcap_ProtocolExtensionContainer_item = -1; /* ProtocolExtensionField */
+static int hf_pcap_ext_id = -1; /* ProtocolIE_ID */
+static int hf_pcap_extensionValue = -1; /* T_extensionValue */
+static int hf_pcap_PrivateIE_Container_item = -1; /* PrivateIE_Field */
+static int hf_pcap_private_id = -1; /* PrivateIE_ID */
+static int hf_pcap_private_value = -1; /* T_private_value */
+static int hf_pcap_gpsAlmanacAndSatelliteHealth = -1; /* GPS_AlmanacAndSatelliteHealth */
+static int hf_pcap_satMask = -1; /* BIT_STRING_SIZE_1_32 */
+static int hf_pcap_lsbTOW = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_iE_Extensions = -1; /* ProtocolExtensionContainer */
+static int hf_pcap_radioNetwork = -1; /* CauseRadioNetwork */
+static int hf_pcap_transport = -1; /* CauseTransport */
+static int hf_pcap_protocol = -1; /* CauseProtocol */
+static int hf_pcap_misc = -1; /* CauseMisc */
+static int hf_pcap_CellId_MeasuredResultsSets_item = -1; /* CellId_MeasuredResultsInfoList */
+static int hf_pcap_CellId_MeasuredResultsInfoList_item = -1; /* CellId_MeasuredResultsInfo */
+static int hf_pcap_uC_ID = -1; /* UC_ID */
+static int hf_pcap_uTRANAccessPointPositionAltitude = -1; /* UTRANAccessPointPositionAltitude */
+static int hf_pcap_ue_PositionEstimate = -1; /* UE_PositionEstimate */
+static int hf_pcap_roundTripTimeInfo = -1; /* RoundTripTimeInfo */
+static int hf_pcap_rxTimingDeviationInfo = -1; /* RxTimingDeviationInfo */
+static int hf_pcap_rxTimingDeviationLCRInfo = -1; /* RxTimingDeviationLCRInfo */
+static int hf_pcap_pathloss = -1; /* Pathloss */
+static int hf_pcap_ue_RxTxTimeDifferenceType2 = -1; /* UE_RxTxTimeDifferenceType2 */
+static int hf_pcap_ue_PositioningMeasQuality = -1; /* UE_PositioningMeasQuality */
+static int hf_pcap_roundTripTime = -1; /* RoundTripTime */
+static int hf_pcap_ue_RxTxTimeDifferenceType1 = -1; /* UE_RxTxTimeDifferenceType1 */
+static int hf_pcap_extendedRoundTripTime = -1; /* ExtendedRoundTripTime */
+static int hf_pcap_stdResolution = -1; /* BIT_STRING_SIZE_2 */
+static int hf_pcap_numberOfMeasurements = -1; /* BIT_STRING_SIZE_3 */
+static int hf_pcap_stdOfMeasurements = -1; /* BIT_STRING_SIZE_5 */
+static int hf_pcap_geographicalCoordinates = -1; /* GeographicalCoordinates */
+static int hf_pcap_ga_AltitudeAndDirection = -1; /* GA_AltitudeAndDirection */
+static int hf_pcap_rxTimingDeviation = -1; /* RxTimingDeviation */
+static int hf_pcap_timingAdvance = -1; /* TimingAdvance */
+static int hf_pcap_rxTimingDeviationLCR = -1; /* RxTimingDeviationLCR */
+static int hf_pcap_timingAdvanceLCR = -1; /* TimingAdvanceLCR */
+static int hf_pcap_rxTimingDeviation768 = -1; /* RxTimingDeviation768 */
+static int hf_pcap_timingAdvance768 = -1; /* TimingAdvance768 */
+static int hf_pcap_rxTimingDeviation384ext = -1; /* RxTimingDeviation384ext */
+static int hf_pcap_timingAdvance384ext = -1; /* TimingAdvance384ext */
+static int hf_pcap_cpich_RSCP = -1; /* CPICH_RSCP */
+static int hf_pcap_cpich_EcNo = -1; /* CPICH_EcNo */
+static int hf_pcap_aOA_LCR = -1; /* AOA_LCR */
+static int hf_pcap_aOA_LCR_Accuracy_Class = -1; /* AOA_LCR_Accuracy_Class */
+static int hf_pcap_requestedCellIDMeasurements = -1; /* RequestedCellIDMeasurements */
+static int hf_pcap_fdd = -1; /* T_fdd */
+static int hf_pcap_roundTripTimeInfoWanted = -1; /* BOOLEAN */
+static int hf_pcap_pathlossWanted = -1; /* BOOLEAN */
+static int hf_pcap_roundTripTimeInfoWithType1Wanted = -1; /* BOOLEAN */
+static int hf_pcap_cpichRSCPWanted = -1; /* BOOLEAN */
+static int hf_pcap_cpicEcNoWanted = -1; /* BOOLEAN */
+static int hf_pcap_tdd = -1; /* T_tdd */
+static int hf_pcap_rxTimingDeviationInfoWanted = -1; /* BOOLEAN */
+static int hf_pcap_rxTimingDeviationLCRInfoWanted = -1; /* BOOLEAN */
+static int hf_pcap_rxTimingDeviation768InfoWanted = -1; /* BOOLEAN */
+static int hf_pcap_rxTimingDeviation384extInfoWanted = -1; /* BOOLEAN */
+static int hf_pcap_angleOfArrivalLCRWanted = -1; /* BOOLEAN */
+static int hf_pcap_timingAdvanceLCRWanted = -1; /* BOOLEAN */
+static int hf_pcap_procedureCode = -1; /* ProcedureCode */
+static int hf_pcap_triggeringMessage = -1; /* TriggeringMessage */
+static int hf_pcap_procedureCriticality = -1; /* Criticality */
+static int hf_pcap_transactionID = -1; /* TransactionID */
+static int hf_pcap_iEsCriticalityDiagnostics = -1; /* CriticalityDiagnostics_IE_List */
+static int hf_pcap_CriticalityDiagnostics_IE_List_item = -1; /* CriticalityDiagnostics_IE_List_item */
+static int hf_pcap_iECriticality = -1; /* Criticality */
+static int hf_pcap_iE_ID = -1; /* ProtocolIE_ID */
+static int hf_pcap_repetitionNumber = -1; /* CriticalityDiagnosticsRepetition */
+static int hf_pcap_messageStructure = -1; /* MessageStructure */
+static int hf_pcap_typeOfError = -1; /* TypeOfError */
+static int hf_pcap_gps_TOW_sec = -1; /* INTEGER_0_604799 */
+static int hf_pcap_statusHealth = -1; /* DiffCorrectionStatus */
+static int hf_pcap_dgps_CorrectionSatInfoList = -1; /* DGPS_CorrectionSatInfoList */
+static int hf_pcap_DGPS_CorrectionSatInfoList_item = -1; /* DGPS_CorrectionSatInfo */
+static int hf_pcap_satID = -1; /* INTEGER_0_63 */
+static int hf_pcap_iode = -1; /* INTEGER_0_255 */
+static int hf_pcap_udre = -1; /* UDRE */
+static int hf_pcap_prc = -1; /* PRC */
+static int hf_pcap_rrc = -1; /* RRC */
+static int hf_pcap_point = -1; /* GA_Point */
+static int hf_pcap_pointWithUnCertainty = -1; /* GA_PointWithUnCertainty */
+static int hf_pcap_polygon = -1; /* GA_Polygon */
+static int hf_pcap_pointWithUncertaintyEllipse = -1; /* GA_PointWithUnCertaintyEllipse */
+static int hf_pcap_pointWithAltitude = -1; /* GA_PointWithAltitude */
+static int hf_pcap_pointWithAltitudeAndUncertaintyEllipsoid = -1; /* GA_PointWithAltitudeAndUncertaintyEllipsoid */
+static int hf_pcap_ellipsoidArc = -1; /* GA_EllipsoidArc */
+static int hf_pcap_latitudeSign = -1; /* T_latitudeSign */
+static int hf_pcap_latitude = -1; /* INTEGER_0_8388607 */
+static int hf_pcap_longitude = -1; /* INTEGER_M8388608_8388607 */
+static int hf_pcap_directionOfAltitude = -1; /* T_directionOfAltitude */
+static int hf_pcap_altitude = -1; /* INTEGER_0_32767 */
+static int hf_pcap_innerRadius = -1; /* INTEGER_0_65535 */
+static int hf_pcap_uncertaintyRadius = -1; /* INTEGER_0_127 */
+static int hf_pcap_offsetAngle = -1; /* INTEGER_0_179 */
+static int hf_pcap_includedAngle = -1; /* INTEGER_0_179 */
+static int hf_pcap_confidence = -1; /* INTEGER_0_100 */
+static int hf_pcap_altitudeAndDirection = -1; /* GA_AltitudeAndDirection */
+static int hf_pcap_uncertaintyEllipse = -1; /* GA_UncertaintyEllipse */
+static int hf_pcap_uncertaintyAltitude = -1; /* INTEGER_0_127 */
+static int hf_pcap_uncertaintyCode = -1; /* INTEGER_0_127 */
+static int hf_pcap_GA_Polygon_item = -1; /* GA_Polygon_item */
+static int hf_pcap_uncertaintySemi_major = -1; /* INTEGER_0_127 */
+static int hf_pcap_uncertaintySemi_minor = -1; /* INTEGER_0_127 */
+static int hf_pcap_orientationOfMajorAxis = -1; /* INTEGER_0_89 */
+static int hf_pcap_referenceTimeChoice = -1; /* ReferenceTimeChoice */
+static int hf_pcap_ue_positionEstimate = -1; /* UE_PositionEstimate */
+static int hf_pcap_utran_GPSReferenceTimeResult = -1; /* UTRAN_GPSReferenceTimeResult */
+static int hf_pcap_gps_ReferenceTimeOnly = -1; /* INTEGER_0_604799999_ */
+static int hf_pcap_cell_Timing = -1; /* Cell_Timing */
+static int hf_pcap_sfn = -1; /* INTEGER_0_4095 */
+static int hf_pcap_positioningDataDiscriminator = -1; /* PositioningDataDiscriminator */
+static int hf_pcap_positioningDataSet = -1; /* PositioningDataSet */
+static int hf_pcap_GANSS_PositioningDataSet_item = -1; /* GANSS_PositioningMethodAndUsage */
+static int hf_pcap_PositioningDataSet_item = -1; /* PositioningMethodAndUsage */
+static int hf_pcap_gps_TOW_1msec = -1; /* INTEGER_0_604799999 */
+static int hf_pcap_satelliteInformationList = -1; /* AcquisitionSatInfoList */
+static int hf_pcap_AcquisitionSatInfoList_item = -1; /* AcquisitionSatInfo */
+static int hf_pcap_doppler0thOrder = -1; /* INTEGER_M2048_2047 */
+static int hf_pcap_extraDopplerInfo = -1; /* ExtraDopplerInfo */
+static int hf_pcap_codePhase = -1; /* INTEGER_0_1022 */
+static int hf_pcap_integerCodePhase = -1; /* INTEGER_0_19 */
+static int hf_pcap_gps_BitNumber = -1; /* INTEGER_0_3 */
+static int hf_pcap_codePhaseSearchWindow = -1; /* CodePhaseSearchWindow */
+static int hf_pcap_azimuthAndElevation = -1; /* AzimuthAndElevation */
+static int hf_pcap_doppler1stOrder = -1; /* INTEGER_M42_21 */
+static int hf_pcap_dopplerUncertainty = -1; /* DopplerUncertainty */
+static int hf_pcap_azimuth = -1; /* INTEGER_0_31 */
+static int hf_pcap_elevation = -1; /* INTEGER_0_7 */
+static int hf_pcap_dGANSS_ReferenceTime = -1; /* INTEGER_0_119 */
+static int hf_pcap_dGANSS_Information = -1; /* DGANSS_Information */
+static int hf_pcap_ie_Extensions = -1; /* ProtocolExtensionContainer */
+static int hf_pcap_DGANSS_Information_item = -1; /* DGANSS_InformationItem */
+static int hf_pcap_gANSS_SignalId = -1; /* GANSS_SignalID */
+static int hf_pcap_gANSS_StatusHealth = -1; /* GANSS_StatusHealth */
+static int hf_pcap_dGANSS_SignalInformation = -1; /* DGANSS_SignalInformation */
+static int hf_pcap_DGANSS_SignalInformation_item = -1; /* DGANSS_SignalInformationItem */
+static int hf_pcap_satId = -1; /* INTEGER_0_63 */
+static int hf_pcap_gANSS_iod = -1; /* BIT_STRING_SIZE_10 */
+static int hf_pcap_ganss_prc = -1; /* INTEGER_M2047_2047 */
+static int hf_pcap_ganss_rrc = -1; /* INTEGER_M127_127 */
+static int hf_pcap_weekNumber = -1; /* INTEGER_0_255 */
+static int hf_pcap_ganss_sat_id = -1; /* BIT_STRING_SIZE_36 */
+static int hf_pcap_gANSS_AlmanacModel = -1; /* GANSS_AlmanacModel */
+static int hf_pcap_gANSS_keplerianParameters = -1; /* GANSS_KeplerianParametersAlm */
+static int hf_pcap_elevation_01 = -1; /* INTEGER_0_75 */
+static int hf_pcap_GANSS_Clock_Model_item = -1; /* GANSS_SatelliteClockModelItem */
+static int hf_pcap_ganss_Reference_Time = -1; /* GANSS_Reference_Time */
+static int hf_pcap_ganss_Ionospheric_Model = -1; /* GANSS_Ionospheric_Model */
+static int hf_pcap_ganss_Reference_Location = -1; /* GANSS_Reference_Location */
+static int hf_pcap_ganssTod = -1; /* INTEGER_0_59_ */
+static int hf_pcap_dataBitAssistancelist = -1; /* GANSS_DataBitAssistanceList */
+static int hf_pcap_GANSS_DataBitAssistanceList_item = -1; /* GANSS_DataBitAssistanceItem */
+static int hf_pcap_ganssDataTypeID = -1; /* INTEGER_0_3_ */
+static int hf_pcap_ganssNbit = -1; /* INTEGER_1_1024 */
+static int hf_pcap_ganssDataBits = -1; /* BIT_STRING_SIZE_1_1024 */
+static int hf_pcap_dopplerFirstOrder = -1; /* INTEGER_M42_21 */
+static int hf_pcap_dopplerUncertainty_01 = -1; /* T_dopplerUncertainty */
+static int hf_pcap_GANSS_GenericAssistanceDataList_item = -1; /* GANSSGenericAssistanceData */
+static int hf_pcap_ganssId = -1; /* GANSSID */
+static int hf_pcap_ganss_Real_Time_Integrity = -1; /* GANSS_Real_Time_Integrity */
+static int hf_pcap_ganss_DataBitAssistance = -1; /* GANSS_Data_Bit_Assistance */
+static int hf_pcap_dganss_Corrections = -1; /* DGANSS_Corrections */
+static int hf_pcap_ganss_AlmanacAndSatelliteHealth = -1; /* GANSS_AlmanacAndSatelliteHealth */
+static int hf_pcap_ganss_ReferenceMeasurementInfo = -1; /* GANSS_ReferenceMeasurementInfo */
+static int hf_pcap_ganss_UTC_Model = -1; /* GANSS_UTC_Model */
+static int hf_pcap_ganss_Time_Model = -1; /* GANSS_Time_Model */
+static int hf_pcap_ganss_Navigation_Model = -1; /* GANSS_Navigation_Model */
+static int hf_pcap_GANSS_GenericMeasurementInfo_item = -1; /* GANSS_GenericMeasurementInfo_item */
+static int hf_pcap_ganssSignalId = -1; /* GANSS_SignalID */
+static int hf_pcap_ganssMeasurementParameters = -1; /* GANSS_MeasurementParameters */
+static int hf_pcap_ganss_ID = -1; /* INTEGER_0_7 */
+static int hf_pcap_alpha_zero_ionos = -1; /* BIT_STRING_SIZE_12 */
+static int hf_pcap_alpha_one_ionos = -1; /* BIT_STRING_SIZE_12 */
+static int hf_pcap_alpha_two_ionos = -1; /* BIT_STRING_SIZE_12 */
+static int hf_pcap_gANSS_IonosphereRegionalStormFlags = -1; /* GANSS_IonosphereRegionalStormFlags */
+static int hf_pcap_storm_flag_one = -1; /* BOOLEAN */
+static int hf_pcap_storm_flag_two = -1; /* BOOLEAN */
+static int hf_pcap_storm_flag_three = -1; /* BOOLEAN */
+static int hf_pcap_storm_flag_four = -1; /* BOOLEAN */
+static int hf_pcap_storm_flag_five = -1; /* BOOLEAN */
+static int hf_pcap_t_oa = -1; /* INTEGER_0_255 */
+static int hf_pcap_iod_a = -1; /* INTEGER_0_3 */
+static int hf_pcap_gANSS_SatelliteInformationKP = -1; /* GANSS_SatelliteInformationKP */
+static int hf_pcap_toe_lsb_nav = -1; /* INTEGER_0_511 */
+static int hf_pcap_ganss_omega_nav = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_delta_n_nav = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_m_zero_nav = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_omegadot_nav = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_ganss_e_lsb_nav = -1; /* INTEGER_0_33554431 */
+static int hf_pcap_idot_nav = -1; /* BIT_STRING_SIZE_14 */
+static int hf_pcap_a_sqrt_lsb_nav = -1; /* INTEGER_0_67108863 */
+static int hf_pcap_i_zero_nav = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_omega_zero_nav = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_c_rs_nav = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_c_is_nav = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_c_us_nav = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_c_rc_nav = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_c_ic_nav = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_c_uc_nav = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_GANSS_MeasurementParameters_item = -1; /* GANSS_MeasurementParametersItem */
+static int hf_pcap_cToNzero = -1; /* INTEGER_0_63 */
+static int hf_pcap_multipathIndicator = -1; /* T_multipathIndicator */
+static int hf_pcap_carrierQualityIndication = -1; /* BIT_STRING_SIZE_2 */
+static int hf_pcap_codePhase_01 = -1; /* INTEGER_0_2097151 */
+static int hf_pcap_integerCodePhase_01 = -1; /* INTEGER_0_63 */
+static int hf_pcap_codePhaseRmsError = -1; /* INTEGER_0_63 */
+static int hf_pcap_doppler = -1; /* INTEGER_M32768_32767 */
+static int hf_pcap_adr = -1; /* INTEGER_0_33554431 */
+static int hf_pcap_GANSS_MeasuredResultsList_item = -1; /* GANSS_MeasuredResults */
+static int hf_pcap_referenceTime = -1; /* T_referenceTime */
+static int hf_pcap_utranReferenceTime = -1; /* UTRAN_GANSSReferenceTimeUL */
+static int hf_pcap_ganssReferenceTimeOnly = -1; /* GANSS_ReferenceTimeOnly */
+static int hf_pcap_ganssGenericMeasurementInfo = -1; /* GANSS_GenericMeasurementInfo */
+static int hf_pcap_non_broadcastIndication = -1; /* T_non_broadcastIndication */
+static int hf_pcap_toe_c_msb = -1; /* INTEGER_0_31 */
+static int hf_pcap_e_msb = -1; /* INTEGER_0_127 */
+static int hf_pcap_sqrtA_msb = -1; /* INTEGER_0_63 */
+static int hf_pcap_ganssSatInfoNav = -1; /* GANSS_Sat_Info_Nav */
+static int hf_pcap_gANSS_keplerianParameters_01 = -1; /* GANSS_KeplerianParametersOrb */
+static int hf_pcap_GANSS_Real_Time_Integrity_item = -1; /* GANSS_RealTimeInformationItem */
+static int hf_pcap_bad_ganss_satId = -1; /* INTEGER_0_63 */
+static int hf_pcap_bad_ganss_signalId = -1; /* INTEGER_0_4_ */
+static int hf_pcap_satelliteInformation = -1; /* GANSS_SatelliteInformation */
+static int hf_pcap_ganssDay = -1; /* INTEGER_0_8191 */
+static int hf_pcap_ganssTod_01 = -1; /* INTEGER_0_86399 */
+static int hf_pcap_ganssTodUncertainty = -1; /* INTEGER_0_127 */
+static int hf_pcap_ganssTimeId = -1; /* GANSSID */
+static int hf_pcap_utran_ganssreferenceTime = -1; /* UTRAN_GANSSReferenceTimeDL */
+static int hf_pcap_tutran_ganss_driftRate = -1; /* TUTRAN_GANSS_DriftRate */
+static int hf_pcap_gANSS_tod = -1; /* INTEGER_0_3599999 */
+static int hf_pcap_gANSS_timeId = -1; /* GANSSID */
+static int hf_pcap_gANSS_TimeUncertainty = -1; /* INTEGER_0_127 */
+static int hf_pcap_t_oc_lsb = -1; /* INTEGER_0_511 */
+static int hf_pcap_a_i2 = -1; /* BIT_STRING_SIZE_12 */
+static int hf_pcap_a_i1 = -1; /* BIT_STRING_SIZE_18 */
+static int hf_pcap_a_i0 = -1; /* BIT_STRING_SIZE_28 */
+static int hf_pcap_t_gd = -1; /* BIT_STRING_SIZE_10 */
+static int hf_pcap_model_id = -1; /* INTEGER_0_3 */
+static int hf_pcap_GANSS_SatelliteInformation_item = -1; /* GANSS_SatelliteInformationItem */
+static int hf_pcap_ganssSatId = -1; /* INTEGER_0_63 */
+static int hf_pcap_dopplerZeroOrder = -1; /* INTEGER_M2048_2047 */
+static int hf_pcap_extraDoppler = -1; /* GANSS_ExtraDoppler */
+static int hf_pcap_codePhase_02 = -1; /* INTEGER_0_1023 */
+static int hf_pcap_integerCodePhase_02 = -1; /* INTEGER_0_127 */
+static int hf_pcap_codePhaseSearchWindow_01 = -1; /* INTEGER_0_31 */
+static int hf_pcap_azimuthAndElevation_01 = -1; /* GANSS_AzimuthAndElevation */
+static int hf_pcap_GANSS_SatelliteInformationKP_item = -1; /* GANSS_SatelliteInformationKPItem */
+static int hf_pcap_ganss_e_alm = -1; /* BIT_STRING_SIZE_11 */
+static int hf_pcap_ganss_delta_I_alm = -1; /* BIT_STRING_SIZE_11 */
+static int hf_pcap_ganss_omegadot_alm = -1; /* BIT_STRING_SIZE_11 */
+static int hf_pcap_ganss_svhealth_alm = -1; /* BIT_STRING_SIZE_4 */
+static int hf_pcap_ganss_delta_a_sqrt_alm = -1; /* BIT_STRING_SIZE_17 */
+static int hf_pcap_ganss_omegazero_alm = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_ganss_m_zero_alm = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_ganss_omega_alm = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_ganss_af_zero_alm = -1; /* BIT_STRING_SIZE_14 */
+static int hf_pcap_ganss_af_one_alm = -1; /* BIT_STRING_SIZE_11 */
+static int hf_pcap_GANSS_Sat_Info_Nav_item = -1; /* GANSS_Sat_Info_Nav_item */
+static int hf_pcap_svHealth = -1; /* BIT_STRING_SIZE_5 */
+static int hf_pcap_iod = -1; /* BIT_STRING_SIZE_10 */
+static int hf_pcap_ganssClockModel = -1; /* GANSS_Clock_Model */
+static int hf_pcap_ganssOrbitModel = -1; /* GANSS_Orbit_Model */
+static int hf_pcap_ganssSignalID = -1; /* INTEGER_0_3_ */
+static int hf_pcap_ganss_time_model_refTime = -1; /* INTEGER_0_37799 */
+static int hf_pcap_ganss_t_a0 = -1; /* INTEGER_M2147483648_2147483647 */
+static int hf_pcap_ganss_t_a1 = -1; /* INTEGER_M8388608_8388607 */
+static int hf_pcap_ganss_t_a2 = -1; /* INTEGER_M64_63 */
+static int hf_pcap_ganss_to_id = -1; /* INTEGER_0_7 */
+static int hf_pcap_ganss_wk_number = -1; /* INTEGER_0_8191 */
+static int hf_pcap_gANSS_UTRAN_TimeRelationshipUncertainty = -1; /* GANSS_UTRAN_TimeRelationshipUncertainty */
+static int hf_pcap_a_one_utc = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_a_zero_utc = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_t_ot_utc = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_w_n_t_utc = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_delta_t_ls_utc = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_w_n_lsf_utc = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_dn_utc = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_delta_t_lsf_utc = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_utran_GANSSTimingOfCellFrames = -1; /* INTEGER_0_3999999 */
+static int hf_pcap_referenceSfn = -1; /* INTEGER_0_4095 */
+static int hf_pcap_ue_GANSSTimingOfCellFrames = -1; /* T_ue_GANSSTimingOfCellFrames */
+static int hf_pcap_gANSS_TimeId = -1; /* GANSSID */
+static int hf_pcap_wn_a = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_almanacSatInfoList = -1; /* AlmanacSatInfoList */
+static int hf_pcap_svGlobalHealth = -1; /* BIT_STRING_SIZE_364 */
+static int hf_pcap_AlmanacSatInfoList_item = -1; /* AlmanacSatInfo */
+static int hf_pcap_dataID = -1; /* BIT_STRING_SIZE_2 */
+static int hf_pcap_e = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_t_oa_01 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_deltaI = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_omegaDot = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_satHealth = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_a_Sqrt = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_omega0 = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_m0 = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_omega = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_af0 = -1; /* BIT_STRING_SIZE_11 */
+static int hf_pcap_af1 = -1; /* BIT_STRING_SIZE_11 */
+static int hf_pcap_codeOnL2 = -1; /* BIT_STRING_SIZE_2 */
+static int hf_pcap_uraIndex = -1; /* BIT_STRING_SIZE_4 */
+static int hf_pcap_satHealth_01 = -1; /* BIT_STRING_SIZE_6 */
+static int hf_pcap_iodc = -1; /* BIT_STRING_SIZE_10 */
+static int hf_pcap_l2Pflag = -1; /* BIT_STRING_SIZE_1 */
+static int hf_pcap_sf1Revd = -1; /* SubFrame1Reserved */
+static int hf_pcap_t_GD = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_t_oc = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_af2 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_af1_01 = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_af0_01 = -1; /* BIT_STRING_SIZE_22 */
+static int hf_pcap_c_rs = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_delta_n = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_m0_01 = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_c_uc = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_e_01 = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_c_us = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_a_Sqrt_01 = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_t_oe = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_fitInterval = -1; /* BIT_STRING_SIZE_1 */
+static int hf_pcap_aodo = -1; /* BIT_STRING_SIZE_5 */
+static int hf_pcap_c_ic = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_omega0_01 = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_c_is = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_i0 = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_c_rc = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_omega_01 = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_omegaDot_01 = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_iDot = -1; /* BIT_STRING_SIZE_14 */
+static int hf_pcap_reserved1 = -1; /* BIT_STRING_SIZE_23 */
+static int hf_pcap_reserved2 = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_reserved3 = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_reserved4 = -1; /* BIT_STRING_SIZE_16 */
+static int hf_pcap_alfa0 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_alfa1 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_alfa2 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_alfa3 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_beta0 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_beta1 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_beta2 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_beta3 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_MeasuredResultsList_item = -1; /* GPS_MeasuredResults */
+static int hf_pcap_gps_MeasurementParamList = -1; /* GPS_MeasurementParamList */
+static int hf_pcap_GPS_MeasurementParamList_item = -1; /* GPS_MeasurementParam */
+static int hf_pcap_satelliteID = -1; /* INTEGER_0_63 */
+static int hf_pcap_c_N0 = -1; /* INTEGER_0_63 */
+static int hf_pcap_doppler_01 = -1; /* INTEGER_M32768_32768 */
+static int hf_pcap_wholeGPS_Chips = -1; /* INTEGER_0_1022 */
+static int hf_pcap_fractionalGPS_Chips = -1; /* INTEGER_0_1023 */
+static int hf_pcap_multipathIndicator_01 = -1; /* MultipathIndicator */
+static int hf_pcap_pseudorangeRMS_Error = -1; /* INTEGER_0_63 */
+static int hf_pcap_GPS_NavigationModel_item = -1; /* NavigationModelSatInfo */
+static int hf_pcap_satelliteStatus = -1; /* SatelliteStatus */
+static int hf_pcap_gps_clockAndEphemerisParms = -1; /* GPS_ClockAndEphemerisParameters */
+static int hf_pcap_badSatellites = -1; /* BadSatList */
+static int hf_pcap_noBadSatellites = -1; /* NoBadSatellites */
+static int hf_pcap_BadSatList_item = -1; /* INTEGER_0_63 */
+static int hf_pcap_gps_Week = -1; /* INTEGER_0_1023 */
+static int hf_pcap_gps_TOW_AssistList = -1; /* GPS_TOW_AssistList */
+static int hf_pcap_GPS_TOW_AssistList_item = -1; /* GPS_TOW_Assist */
+static int hf_pcap_tlm_Message = -1; /* BIT_STRING_SIZE_14 */
+static int hf_pcap_antiSpoof = -1; /* BOOLEAN */
+static int hf_pcap_alert = -1; /* BOOLEAN */
+static int hf_pcap_tlm_Reserved = -1; /* BIT_STRING_SIZE_2 */
+static int hf_pcap_gps_RefTimeUNC = -1; /* INTEGER_0_127 */
+static int hf_pcap_a1 = -1; /* BIT_STRING_SIZE_24 */
+static int hf_pcap_a0 = -1; /* BIT_STRING_SIZE_32 */
+static int hf_pcap_t_ot = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_delta_t_LS = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_wn_t = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_wn_lsf = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_dn = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_delta_t_LSF = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_almanacRequest = -1; /* BOOLEAN */
+static int hf_pcap_utcModelRequest = -1; /* BOOLEAN */
+static int hf_pcap_ionosphericModelRequest = -1; /* BOOLEAN */
+static int hf_pcap_navigationModelRequest = -1; /* BOOLEAN */
+static int hf_pcap_dgpsCorrectionsRequest = -1; /* BOOLEAN */
+static int hf_pcap_referenceLocationRequest = -1; /* BOOLEAN */
+static int hf_pcap_referenceTimeRequest = -1; /* BOOLEAN */
+static int hf_pcap_aquisitionAssistanceRequest = -1; /* BOOLEAN */
+static int hf_pcap_realTimeIntegrityRequest = -1; /* BOOLEAN */
+static int hf_pcap_navModelAddDataRequest = -1; /* NavModelAdditionalData */
+static int hf_pcap_ganssReferenceTime = -1; /* BOOLEAN */
+static int hf_pcap_ganssreferenceLocation = -1; /* BOOLEAN */
+static int hf_pcap_ganssIonosphericModel = -1; /* BOOLEAN */
+static int hf_pcap_ganssRequestedGenericAssistanceDataList = -1; /* GanssRequestedGenericAssistanceDataList */
+static int hf_pcap_GanssRequestedGenericAssistanceDataList_item = -1; /* GanssReqGenericData */
+static int hf_pcap_ganssRealTimeIntegrity = -1; /* BOOLEAN */
+static int hf_pcap_ganssDifferentialCorrection = -1; /* DGANSS_Sig_Id_Req */
+static int hf_pcap_ganssAlmanac = -1; /* BOOLEAN */
+static int hf_pcap_ganssNavigationModel = -1; /* BOOLEAN */
+static int hf_pcap_ganssTimeModels = -1; /* BIT_STRING_SIZE_9 */
+static int hf_pcap_ganssReferenceMeasurementInfo = -1; /* BOOLEAN */
+static int hf_pcap_ganssDataBits_01 = -1; /* GanssDataBits */
+static int hf_pcap_ganssUTCModel = -1; /* BOOLEAN */
+static int hf_pcap_ganssNavigationModelAdditionalData = -1; /* NavigationModelGANSS */
+static int hf_pcap_dataBitAssistancelist_01 = -1; /* ReqDataBitAssistanceList */
+static int hf_pcap_ReqDataBitAssistanceList_item = -1; /* ReqDataBitAssistanceList_item */
+static int hf_pcap_ganssDataBitAssistance = -1; /* BOOLEAN */
+static int hf_pcap_type = -1; /* InformationReportCharacteristicsType */
+static int hf_pcap_periodicity = -1; /* InformationReportPeriodicity */
+static int hf_pcap_min = -1; /* INTEGER_1_60_ */
+static int hf_pcap_hour = -1; /* INTEGER_1_24_ */
+static int hf_pcap_implicitInformation = -1; /* MethodType */
+static int hf_pcap_explicitInformation = -1; /* ExplicitInformationList */
+static int hf_pcap_ExplicitInformationList_item = -1; /* ExplicitInformation */
+static int hf_pcap_almanacAndSatelliteHealth = -1; /* AlmanacAndSatelliteHealth */
+static int hf_pcap_utcModel = -1; /* UtcModel */
+static int hf_pcap_ionosphericModel = -1; /* IonosphericModel */
+static int hf_pcap_navigationModel = -1; /* NavigationModel */
+static int hf_pcap_dgpsCorrections = -1; /* DgpsCorrections */
+static int hf_pcap_referenceTime_01 = -1; /* ReferenceTime */
+static int hf_pcap_acquisitionAssistance = -1; /* AcquisitionAssistance */
+static int hf_pcap_realTimeIntegrity = -1; /* RealTimeIntegrity */
+static int hf_pcap_almanacAndSatelliteHealthSIB = -1; /* AlmanacAndSatelliteHealthSIB_InfoType */
+static int hf_pcap_referenceLocation = -1; /* ReferenceLocation */
+static int hf_pcap_ganss_Common_DataReq = -1; /* GANSSCommonDataReq */
+static int hf_pcap_ganss_Generic_DataList = -1; /* GANSSGenericDataList */
+static int hf_pcap_transmissionGanssTimeIndicator = -1; /* TransmissionGanssTimeIndicator */
+static int hf_pcap_ganss_ReferenceTime = -1; /* T_ganss_ReferenceTime */
+static int hf_pcap_ganss_IonosphericModel = -1; /* T_ganss_IonosphericModel */
+static int hf_pcap_ganss_ReferenceLocation = -1; /* T_ganss_ReferenceLocation */
+static int hf_pcap_GANSSGenericDataList_item = -1; /* GANSSGenericDataReq */
+static int hf_pcap_ganssID = -1; /* GANSSID */
+static int hf_pcap_ganss_realTimeIntegrity = -1; /* Ganss_realTimeIntegrityReq */
+static int hf_pcap_ganss_dataBitAssistance = -1; /* Ganss_dataBitAssistanceReq */
+static int hf_pcap_dganssCorrections = -1; /* DganssCorrectionsReq */
+static int hf_pcap_ganss_almanacAndSatelliteHealth = -1; /* Ganss_almanacAndSatelliteHealthReq */
+static int hf_pcap_ganss_referenceMeasurementInfo = -1; /* Ganss_referenceMeasurementInfoReq */
+static int hf_pcap_ganss_utcModel = -1; /* Ganss_utcModelReq */
+static int hf_pcap_ganss_TimeModel_Ganss_Ganss = -1; /* Ganss_TimeModel_Ganss_Ganss */
+static int hf_pcap_navigationModel_01 = -1; /* NavigationModelGANSS */
+static int hf_pcap_ganssTimeModelGnssGnssExt = -1; /* BIT_STRING_SIZE_9 */
+static int hf_pcap_transmissionTOWIndicator = -1; /* TransmissionTOWIndicator */
+static int hf_pcap_navModelAdditionalData = -1; /* NavModelAdditionalData */
+static int hf_pcap_gps_TOE = -1; /* INTEGER_0_167 */
+static int hf_pcap_t_TOE_limit = -1; /* INTEGER_0_10 */
+static int hf_pcap_satRelatedDataList = -1; /* SatelliteRelatedDataList */
+static int hf_pcap_SatelliteRelatedDataList_item = -1; /* SatelliteRelatedData */
+static int hf_pcap_ganssWeek = -1; /* INTEGER_0_4095 */
+static int hf_pcap_ganssTOE = -1; /* INTEGER_0_167 */
+static int hf_pcap_t_toe_limit = -1; /* INTEGER_0_10 */
+static int hf_pcap_satRelatedDataListGANSS = -1; /* SatelliteRelatedDataListGANSS */
+static int hf_pcap_SatelliteRelatedDataListGANSS_item = -1; /* SatelliteRelatedDataGANSS */
+static int hf_pcap_MessageStructure_item = -1; /* MessageStructure_item */
+static int hf_pcap_repetitionNumber_01 = -1; /* MessageStructureRepetition */
+static int hf_pcap_measurementValidity = -1; /* MeasurementValidity */
+static int hf_pcap_ue_State = -1; /* T_ue_State */
+static int hf_pcap_otdoa_ReferenceCellInfo = -1; /* OTDOA_ReferenceCellInfo */
+static int hf_pcap_otdoa_NeighbourCellInfoList = -1; /* OTDOA_NeighbourCellInfoList */
+static int hf_pcap_otdoa_MeasuredResultsSets = -1; /* OTDOA_MeasuredResultsSets */
+static int hf_pcap_tUTRANGPSMeasurementValueInfo = -1; /* TUTRANGPSMeasurementValueInfo */
+static int hf_pcap_OTDOA_NeighbourCellInfoList_item = -1; /* OTDOA_NeighbourCellInfo */
+static int hf_pcap_relativeTimingDifferenceInfo = -1; /* RelativeTimingDifferenceInfo */
+static int hf_pcap_OTDOA_MeasuredResultsSets_item = -1; /* OTDOA_MeasuredResultsInfoList */
+static int hf_pcap_OTDOA_MeasuredResultsInfoList_item = -1; /* OTDOA_MeasuredResultsInfo */
+static int hf_pcap_ue_SFNSFNTimeDifferenceType2Info = -1; /* UE_SFNSFNTimeDifferenceType2Info */
+static int hf_pcap_primaryCPICH_Info = -1; /* PrimaryScramblingCode */
+static int hf_pcap_ue_SFNSFNTimeDifferenceType2 = -1; /* INTEGER_0_40961 */
+static int hf_pcap_measurementDelay = -1; /* INTEGER_0_65535 */
+static int hf_pcap_rNC_ID = -1; /* INTEGER_0_4095 */
+static int hf_pcap_c_ID = -1; /* INTEGER_0_65535 */
+static int hf_pcap_sFNSFNMeasurementValueInfo = -1; /* SFNSFNMeasurementValueInfo */
+static int hf_pcap_tUTRANGANSSMeasurementValueInfo = -1; /* TUTRANGANSSMeasurementValueInfo */
+static int hf_pcap_sFNSFNValue = -1; /* SFNSFNValue */
+static int hf_pcap_sFNSFNQuality = -1; /* SFNSFNQuality */
+static int hf_pcap_sFNSFNDriftRate = -1; /* SFNSFNDriftRate */
+static int hf_pcap_sFNSFNDriftRateQuality = -1; /* SFNSFNDriftRateQuality */
+static int hf_pcap_sFN = -1; /* SFN */
+static int hf_pcap_tUTRANGPS = -1; /* TUTRANGPS */
+static int hf_pcap_tUTRANGPSQuality = -1; /* TUTRANGPSQuality */
+static int hf_pcap_tUTRANGPSDriftRate = -1; /* TUTRANGPSDriftRate */
+static int hf_pcap_tUTRANGPSDriftRateQuality = -1; /* TUTRANGPSDriftRateQuality */
+static int hf_pcap_ms_part = -1; /* INTEGER_0_16383 */
+static int hf_pcap_ls_part = -1; /* INTEGER_0_4294967295 */
+static int hf_pcap_tUTRANGANSS = -1; /* TUTRANGANSS */
+static int hf_pcap_tUTRANGANSSQuality = -1; /* INTEGER_0_255 */
+static int hf_pcap_tUTRANGANSSDriftRate = -1; /* INTEGER_M50_50 */
+static int hf_pcap_tUTRANGANSSDriftRateQuality = -1; /* INTEGER_0_50 */
+static int hf_pcap_timingAdvanceLCR_R7 = -1; /* TimingAdvanceLCR_R7 */
+static int hf_pcap_angleOfArrivalLCR = -1; /* AngleOfArrivalLCR */
+static int hf_pcap_referenceNumber = -1; /* INTEGER_0_32767_ */
+static int hf_pcap_amountOutstandingRequests = -1; /* INTEGER_1_8639999_ */
+static int hf_pcap_reportingInterval = -1; /* INTEGER_1_8639999_ */
+static int hf_pcap_reportingAmount = -1; /* INTEGER_1_8639999_ */
+static int hf_pcap_additionalMethodType = -1; /* AdditionalMethodType */
+static int hf_pcap_selectedPositionMethod = -1; /* SelectedPositionMethod */
+static int hf_pcap_new_ue_State = -1; /* T_new_ue_State */
+static int hf_pcap_gps_UTC_Model = -1; /* GPS_UTC_Model */
+static int hf_pcap_gps_Ionospheric_Model = -1; /* GPS_Ionospheric_Model */
+static int hf_pcap_gps_NavigationModel = -1; /* GPS_NavigationModel */
+static int hf_pcap_dgpsCorrections_01 = -1; /* DGPSCorrections */
+static int hf_pcap_referenceTime_02 = -1; /* GPS_ReferenceTime */
+static int hf_pcap_gps_AcquisitionAssistance = -1; /* GPS_AcquisitionAssistance */
+static int hf_pcap_gps_RealTime_Integrity = -1; /* GPS_RealTimeIntegrity */
+static int hf_pcap_almanacAndSatelliteHealthSIB_01 = -1; /* AlmanacAndSatelliteHealthSIB */
+static int hf_pcap_gps_Transmission_TOW = -1; /* GPS_Transmission_TOW */
+static int hf_pcap_informationAvailable = -1; /* InformationAvailable */
+static int hf_pcap_informationNotAvailable = -1; /* InformationNotAvailable */
+static int hf_pcap_requestedDataValue = -1; /* RequestedDataValue */
+static int hf_pcap_event = -1; /* RequestTypeEvent */
+static int hf_pcap_reportArea = -1; /* RequestTypeReportArea */
+static int hf_pcap_horizontalaccuracyCode = -1; /* RequestTypeAccuracyCode */
+static int hf_pcap_standAloneLocationMethodsSupported = -1; /* BOOLEAN */
+static int hf_pcap_ueBasedOTDOASupported = -1; /* BOOLEAN */
+static int hf_pcap_networkAssistedGPSSupport = -1; /* NetworkAssistedGPSSuport */
+static int hf_pcap_supportGPSTimingOfCellFrame = -1; /* BOOLEAN */
+static int hf_pcap_supportForIPDL = -1; /* BOOLEAN */
+static int hf_pcap_supportForRxTxTimeDiff = -1; /* BOOLEAN */
+static int hf_pcap_supportForUEAGPSinCellPCH = -1; /* BOOLEAN */
+static int hf_pcap_supportForSFNSFNTimeDiff = -1; /* BOOLEAN */
+static int hf_pcap_NetworkAssistedGANSSSupport_item = -1; /* NetworkAssistedGANSSSupport_item */
+static int hf_pcap_ganssMode = -1; /* T_ganssMode */
+static int hf_pcap_ganssSignalID_01 = -1; /* GANSS_SignalID */
+static int hf_pcap_supportGANSSTimingOfCellFrame = -1; /* BOOLEAN */
+static int hf_pcap_supportGANSSCarrierPhaseMeasurement = -1; /* BOOLEAN */
+static int hf_pcap_utdoa_BitCount = -1; /* UTDOA_BitCount */
+static int hf_pcap_utdoa_timeInterval = -1; /* UTDOA_TimeInterval */
+static int hf_pcap_gpsPositioningInstructions = -1; /* GPSPositioningInstructions */
+static int hf_pcap_horizontalAccuracyCode = -1; /* HorizontalAccuracyCode */
+static int hf_pcap_verticalAccuracyCode = -1; /* VerticalAccuracyCode */
+static int hf_pcap_gpsTimingOfCellWanted = -1; /* BOOLEAN */
+static int hf_pcap_additionalAssistanceDataRequest = -1; /* BOOLEAN */
+static int hf_pcap_ganssPositioningInstructions = -1; /* GANSS_PositioningInstructions */
+static int hf_pcap_ganssTimingOfCellWanted = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_additionalAssistanceDataRequest_01 = -1; /* BIT_STRING_SIZE_8 */
+static int hf_pcap_uE_Positioning_OTDOA_AssistanceData = -1; /* UE_Positioning_OTDOA_AssistanceData */
+static int hf_pcap_ue_positioning_OTDOA_ReferenceCellInfo = -1; /* UE_Positioning_OTDOA_ReferenceCellInfo */
+static int hf_pcap_ue_positioning_OTDOA_NeighbourCellList = -1; /* UE_Positioning_OTDOA_NeighbourCellList */
+static int hf_pcap_sfn_01 = -1; /* SFN */
+static int hf_pcap_modeSpecificInfo = -1; /* T_modeSpecificInfo */
+static int hf_pcap_fdd_01 = -1; /* T_fdd_01 */
+static int hf_pcap_tdd_01 = -1; /* T_tdd_01 */
+static int hf_pcap_cellParameterID = -1; /* CellParameterID */
+static int hf_pcap_frequencyInfo = -1; /* FrequencyInfo */
+static int hf_pcap_positioningMode = -1; /* T_positioningMode */
+static int hf_pcap_ueBased = -1; /* T_ueBased */
+static int hf_pcap_cellPosition = -1; /* ReferenceCellPosition */
+static int hf_pcap_roundTripTime_01 = -1; /* INTEGER_0_32766 */
+static int hf_pcap_ueAssisted = -1; /* T_ueAssisted */
+static int hf_pcap_ue_positioning_IPDL_Paremeters = -1; /* UE_Positioning_IPDL_Parameters */
+static int hf_pcap_ellipsoidPoint = -1; /* GeographicalCoordinates */
+static int hf_pcap_ellipsoidPointWithAltitude = -1; /* GA_PointWithAltitude */
+static int hf_pcap_modeSpecificInfo_01 = -1; /* T_modeSpecificInfo_01 */
+static int hf_pcap_fdd_02 = -1; /* T_fdd_02 */
+static int hf_pcap_ip_Spacing = -1; /* IP_Spacing */
+static int hf_pcap_ip_Length = -1; /* IP_Length */
+static int hf_pcap_ip_Offset = -1; /* INTEGER_0_9 */
+static int hf_pcap_seed = -1; /* INTEGER_0_63 */
+static int hf_pcap_tdd_02 = -1; /* T_tdd_02 */
+static int hf_pcap_burstModeParameters = -1; /* BurstModeParameters */
+static int hf_pcap_burstStart = -1; /* INTEGER_0_15 */
+static int hf_pcap_burstLength = -1; /* INTEGER_10_25 */
+static int hf_pcap_burstFreq = -1; /* INTEGER_1_16 */
+static int hf_pcap_UE_Positioning_OTDOA_NeighbourCellList_item = -1; /* UE_Positioning_OTDOA_NeighbourCellInfo */
+static int hf_pcap_modeSpecificInfo_02 = -1; /* T_modeSpecificInfo_02 */
+static int hf_pcap_fdd_03 = -1; /* T_fdd_03 */
+static int hf_pcap_tdd_03 = -1; /* T_tdd_03 */
+static int hf_pcap_sfn_SFN_RelTimeDifference = -1; /* SFN_SFN_RelTimeDifference1 */
+static int hf_pcap_sfn_Offset_Validity = -1; /* SFN_Offset_Validity */
+static int hf_pcap_sfn_SFN_Drift = -1; /* SFN_SFN_Drift */
+static int hf_pcap_searchWindowSize = -1; /* OTDOA_SearchWindowSize */
+static int hf_pcap_positioningMode_01 = -1; /* T_positioningMode_01 */
+static int hf_pcap_ueBased_01 = -1; /* T_ueBased_01 */
+static int hf_pcap_relativeNorth = -1; /* INTEGER_M20000_20000 */
+static int hf_pcap_relativeEast = -1; /* INTEGER_M20000_20000 */
+static int hf_pcap_relativeAltitude = -1; /* INTEGER_M4000_4000 */
+static int hf_pcap_fineSFN_SFN = -1; /* FineSFNSFN */
+static int hf_pcap_ueAssisted_01 = -1; /* T_ueAssisted_01 */
+static int hf_pcap_sfn_Offset = -1; /* INTEGER_0_4095 */
+static int hf_pcap_sfn_sfn_Reltimedifference = -1; /* INTEGER_0_38399 */
+static int hf_pcap_uTDOA_ChannelSettings = -1; /* UTDOA_RRCState */
+static int hf_pcap_modeSpecificInfo_03 = -1; /* T_modeSpecificInfo_03 */
+static int hf_pcap_fdd_04 = -1; /* FrequencyInfoFDD */
+static int hf_pcap_tdd_04 = -1; /* FrequencyInfoTDD */
+static int hf_pcap_uarfcn_UL = -1; /* UARFCN */
+static int hf_pcap_uarfcn_DL = -1; /* UARFCN */
+static int hf_pcap_uarfcn = -1; /* UARFCN */
+static int hf_pcap_uTDOA_CELLDCH = -1; /* UTDOA_CELLDCH */
+static int hf_pcap_uTDOA_CELLFACH = -1; /* UTDOA_CELLFACH */
+static int hf_pcap_uL_DPCHInfo = -1; /* UL_DPCHInfo */
+static int hf_pcap_compressedModeAssistanceData = -1; /* Compressed_Mode_Assistance_Data */
+static int hf_pcap_dCH_Information = -1; /* DCH_Information */
+static int hf_pcap_e_DPCH_Information = -1; /* E_DPCH_Information */
+static int hf_pcap_fdd_05 = -1; /* T_fdd_04 */
+static int hf_pcap_scramblingCodeType = -1; /* ScramblingCodeType */
+static int hf_pcap_scramblingCode = -1; /* UL_ScramblingCode */
+static int hf_pcap_tfci_Existence = -1; /* BOOLEAN */
+static int hf_pcap_numberOfFBI_Bits = -1; /* NumberOfFBI_Bits */
+static int hf_pcap_tdd_05 = -1; /* T_tdd_04 */
+static int hf_pcap_tFCI_Coding = -1; /* TFCI_Coding */
+static int hf_pcap_punctureLimit = -1; /* PuncturingLimit */
+static int hf_pcap_repetitionPeriod = -1; /* RepetitionPeriod */
+static int hf_pcap_repetitionLength = -1; /* RepetitionLength */
+static int hf_pcap_tdd_DPCHOffset = -1; /* TDD_DPCHOffset */
+static int hf_pcap_uL_Timeslot_Information = -1; /* UL_Timeslot_Information */
+static int hf_pcap_frameOffset = -1; /* FrameOffset */
+static int hf_pcap_specialBurstScheduling = -1; /* SpecialBurstScheduling */
+static int hf_pcap_dl_information = -1; /* DL_InformationFDD */
+static int hf_pcap_ul_information = -1; /* UL_InformationFDD */
+static int hf_pcap_primaryScramblingCode = -1; /* PrimaryScramblingCode */
+static int hf_pcap_chipOffset = -1; /* ChipOffset */
+static int hf_pcap_transmissionGapPatternSequenceInfo = -1; /* Transmission_Gap_Pattern_Sequence_Information */
+static int hf_pcap_activePatternSequenceInfo = -1; /* Active_Pattern_Sequence_Information */
+static int hf_pcap_cFN = -1; /* CFN */
+static int hf_pcap_Transmission_Gap_Pattern_Sequence_Information_item = -1; /* Transmission_Gap_Pattern_Sequence_Information_item */
+static int hf_pcap_tGPSID = -1; /* TGPSID */
+static int hf_pcap_tGSN = -1; /* TGSN */
+static int hf_pcap_tGL1 = -1; /* GapLength */
+static int hf_pcap_tGL2 = -1; /* GapLength */
+static int hf_pcap_tGD = -1; /* TGD */
+static int hf_pcap_tGPL1 = -1; /* GapDuration */
+static int hf_pcap_uplink_Compressed_Mode_Method = -1; /* Uplink_Compressed_Mode_Method */
+static int hf_pcap_cMConfigurationChangeCFN = -1; /* CFN */
+static int hf_pcap_transmission_Gap_Pattern_Sequence_Status = -1; /* Transmission_Gap_Pattern_Sequence_Status_List */
+static int hf_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item = -1; /* Transmission_Gap_Pattern_Sequence_Status_List_item */
+static int hf_pcap_tGPRC = -1; /* TGPRC */
+static int hf_pcap_tGCFN = -1; /* CFN */
+static int hf_pcap_tFCS = -1; /* TFCS */
+static int hf_pcap_trChInfo = -1; /* TrChInfoList */
+static int hf_pcap_TrChInfoList_item = -1; /* UL_TrCHInfo */
+static int hf_pcap_uL_TrCHtype = -1; /* UL_TrCHType */
+static int hf_pcap_tfs = -1; /* TransportFormatSet */
+static int hf_pcap_maxSet_E_DPDCHs = -1; /* Max_Set_E_DPDCHs */
+static int hf_pcap_ul_PunctureLimit = -1; /* PuncturingLimit */
+static int hf_pcap_e_TFCS_Information = -1; /* E_TFCS_Information */
+static int hf_pcap_e_TTI = -1; /* E_TTI */
+static int hf_pcap_e_DPCCH_PO = -1; /* E_DPCCH_PO */
+static int hf_pcap_e_DCH_TFCS_Index = -1; /* E_DCH_TFCS_Index */
+static int hf_pcap_reference_E_TFCI_Information = -1; /* Reference_E_TFCI_Information */
+static int hf_pcap_Reference_E_TFCI_Information_item = -1; /* Reference_E_TFCI_Information_Item */
+static int hf_pcap_reference_E_TFCI = -1; /* E_TFCI */
+static int hf_pcap_reference_E_TFCI_PO = -1; /* Reference_E_TFCI_PO */
+static int hf_pcap_initialOffset = -1; /* INTEGER_0_255 */
+static int hf_pcap_noinitialOffset = -1; /* INTEGER_0_63 */
+static int hf_pcap_UL_Timeslot_Information_item = -1; /* UL_Timeslot_InformationItem */
+static int hf_pcap_timeSlot = -1; /* TimeSlot */
+static int hf_pcap_midambleShiftAndBurstType = -1; /* MidambleShiftAndBurstType */
+static int hf_pcap_tFCI_Presence = -1; /* BOOLEAN */
+static int hf_pcap_uL_Code_InformationList = -1; /* TDD_UL_Code_Information */
+static int hf_pcap_type1 = -1; /* T_type1 */
+static int hf_pcap_midambleConfigurationBurstType1And3 = -1; /* MidambleConfigurationBurstType1And3 */
+static int hf_pcap_midambleAllocationMode = -1; /* T_midambleAllocationMode */
+static int hf_pcap_defaultMidamble = -1; /* NULL */
+static int hf_pcap_commonMidamble = -1; /* NULL */
+static int hf_pcap_ueSpecificMidamble = -1; /* MidambleShiftLong */
+static int hf_pcap_type2 = -1; /* T_type2 */
+static int hf_pcap_midambleConfigurationBurstType2 = -1; /* MidambleConfigurationBurstType2 */
+static int hf_pcap_midambleAllocationMode_01 = -1; /* T_midambleAllocationMode_01 */
+static int hf_pcap_ueSpecificMidamble_01 = -1; /* MidambleShiftShort */
+static int hf_pcap_type3 = -1; /* T_type3 */
+static int hf_pcap_midambleAllocationMode_02 = -1; /* T_midambleAllocationMode_02 */
+static int hf_pcap_TDD_UL_Code_Information_item = -1; /* TDD_UL_Code_InformationItem */
+static int hf_pcap_tdd_ChannelisationCode = -1; /* TDD_ChannelisationCode */
+static int hf_pcap_pRACHparameters = -1; /* PRACHparameters */
+static int hf_pcap_cRNTI = -1; /* C_RNTI */
+static int hf_pcap_uschParameters = -1; /* UschParameters */
+static int hf_pcap_PRACHparameters_item = -1; /* PRACH_ChannelInfo */
+static int hf_pcap_pRACH_Info = -1; /* PRACH_Info */
+static int hf_pcap_tFS = -1; /* TransportFormatSet */
+static int hf_pcap_fdd_06 = -1; /* T_fdd_05 */
+static int hf_pcap_availableSignatures = -1; /* AvailableSignatures */
+static int hf_pcap_availableSF = -1; /* SF_PRACH */
+static int hf_pcap_preambleScramblingCodeWordNumber = -1; /* PreambleScramblingCodeWordNumber */
+static int hf_pcap_puncturingLimit = -1; /* PuncturingLimit */
+static int hf_pcap_availableSubChannelNumbers = -1; /* AvailableSubChannelNumbers */
+static int hf_pcap_tdd_06 = -1; /* T_tdd_05 */
+static int hf_pcap_maxPRACH_MidambleShifts = -1; /* MaxPRACH_MidambleShifts */
+static int hf_pcap_pRACH_Midamble = -1; /* PRACH_Midamble */
+static int hf_pcap_dynamicPart = -1; /* TransportFormatSet_DynamicPartList */
+static int hf_pcap_semi_staticPart = -1; /* TransportFormatSet_Semi_staticPart */
+static int hf_pcap_TransportFormatSet_DynamicPartList_item = -1; /* TransportFormatSet_DynamicPartList_item */
+static int hf_pcap_rlc_Size = -1; /* RLC_Size */
+static int hf_pcap_numberOfTbsTTIList = -1; /* SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo */
+static int hf_pcap_numberOfTbsTTIList_item = -1; /* TbsTTIInfo */
+static int hf_pcap_tTIInfo = -1; /* TransportFormatSet_TransmissionTimeIntervalDynamic */
+static int hf_pcap_numberOfTbs = -1; /* TransportFormatSet_NrOfTransportBlocks */
+static int hf_pcap_transmissionTimeInterval = -1; /* TransportFormatSet_TransmissionTimeIntervalSemiStatic */
+static int hf_pcap_channelCoding = -1; /* TransportFormatSet_ChannelCodingType */
+static int hf_pcap_codingRate = -1; /* TransportFormatSet_CodingRate */
+static int hf_pcap_rateMatchingAttribute = -1; /* TransportFormatSet_RateMatchingAttribute */
+static int hf_pcap_cRC_Size = -1; /* TransportFormatSet_CRC_Size */
+static int hf_pcap_TFCS_item = -1; /* CTFC */
+static int hf_pcap_ctfc2Bit = -1; /* T_ctfc2Bit */
+static int hf_pcap_ctfc2Bit_item = -1; /* INTEGER_0_3 */
+static int hf_pcap_ctfc4Bit = -1; /* T_ctfc4Bit */
+static int hf_pcap_ctfc4Bit_item = -1; /* INTEGER_0_15 */
+static int hf_pcap_ctfc6Bit = -1; /* T_ctfc6Bit */
+static int hf_pcap_ctfc6Bit_item = -1; /* INTEGER_0_63 */
+static int hf_pcap_ctfc8Bit = -1; /* T_ctfc8Bit */
+static int hf_pcap_ctfc8Bit_item = -1; /* INTEGER_0_255 */
+static int hf_pcap_ctfc12Bit = -1; /* T_ctfc12Bit */
+static int hf_pcap_ctfc12Bit_item = -1; /* INTEGER_0_4095 */
+static int hf_pcap_ctfc16Bit = -1; /* T_ctfc16Bit */
+static int hf_pcap_ctfc16Bit_item = -1; /* INTEGER_0_65535 */
+static int hf_pcap_ctfc24Bit = -1; /* T_ctfc24Bit */
+static int hf_pcap_ctfc24Bit_item = -1; /* INTEGER_0_16777215 */
+static int hf_pcap_uSCH_SchedulingOffset = -1; /* USCH_SchedulingOffset */
+static int hf_pcap_horizontalVelocity = -1; /* HorizontalVelocity */
+static int hf_pcap_horizontalWithVerticalVelocity = -1; /* HorizontalWithVerticalVelocity */
+static int hf_pcap_horizontalVelocityWithUncertainty = -1; /* HorizontalVelocityWithUncertainty */
+static int hf_pcap_horizontalWithVerticalVelocityAndUncertainty = -1; /* HorizontalWithVerticalVelocityAndUncertainty */
+static int hf_pcap_horizontalSpeedAndBearing = -1; /* HorizontalSpeedAndBearing */
+static int hf_pcap_verticalVelocity = -1; /* VerticalVelocity */
+static int hf_pcap_uncertaintySpeed = -1; /* INTEGER_0_255 */
+static int hf_pcap_horizontalUncertaintySpeed = -1; /* INTEGER_0_255 */
+static int hf_pcap_verticalUncertaintySpeed = -1; /* INTEGER_0_255 */
+static int hf_pcap_bearing = -1; /* INTEGER_0_359 */
+static int hf_pcap_horizontalSpeed = -1; /* INTEGER_0_2047 */
+static int hf_pcap_verticalSpeed = -1; /* INTEGER_0_255 */
+static int hf_pcap_verticalSpeedDirection = -1; /* VerticalSpeedDirection */
+static int hf_pcap_utran_GPSTimingOfCell = -1; /* T_utran_GPSTimingOfCell */
+static int hf_pcap_ue_GPSTimingOfCell = -1; /* T_ue_GPSTimingOfCell */
+static int hf_pcap_protocolIEs = -1; /* ProtocolIE_Container */
+static int hf_pcap_protocolExtensions = -1; /* ProtocolExtensionContainer */
+static int hf_pcap_referencePosition = -1; /* RefPosition_InfEx_Rqst */
+static int hf_pcap_extension_InformationExchangeObjectType_InfEx_Rqst = -1; /* Extension_InformationExchangeObjectType_InfEx_Rqst */
+static int hf_pcap_referencePositionEstimate = -1; /* UE_PositionEstimate */
+static int hf_pcap_referenceUC_ID = -1; /* UC_ID */
+static int hf_pcap_referencePosition_01 = -1; /* RefPosition_InfEx_Rsp */
+static int hf_pcap_referencePosition_02 = -1; /* RefPosition_InfEx_Rprt */
+static int hf_pcap_requestedDataValueInformation = -1; /* RequestedDataValueInformation */
+static int hf_pcap_privateIEs = -1; /* PrivateIE_Container */
+static int hf_pcap_initiatingMessage = -1; /* InitiatingMessage */
+static int hf_pcap_successfulOutcome = -1; /* SuccessfulOutcome */
+static int hf_pcap_unsuccessfulOutcome = -1; /* UnsuccessfulOutcome */
+static int hf_pcap_outcome = -1; /* Outcome */
+static int hf_pcap_initiatingMessagevalue = -1; /* InitiatingMessage_value */
+static int hf_pcap_successfulOutcome_value = -1; /* SuccessfulOutcome_value */
+static int hf_pcap_unsuccessfulOutcome_value = -1; /* UnsuccessfulOutcome_value */
+static int hf_pcap_outcome_value = -1; /* Outcome_value */
+/* named bits */
+static int hf_pcap_AvailableSignatures_signature15 = -1;
+static int hf_pcap_AvailableSignatures_signature14 = -1;
+static int hf_pcap_AvailableSignatures_signature13 = -1;
+static int hf_pcap_AvailableSignatures_signature12 = -1;
+static int hf_pcap_AvailableSignatures_signature11 = -1;
+static int hf_pcap_AvailableSignatures_signature10 = -1;
+static int hf_pcap_AvailableSignatures_signature9 = -1;
+static int hf_pcap_AvailableSignatures_signature8 = -1;
+static int hf_pcap_AvailableSignatures_signature7 = -1;
+static int hf_pcap_AvailableSignatures_signature6 = -1;
+static int hf_pcap_AvailableSignatures_signature5 = -1;
+static int hf_pcap_AvailableSignatures_signature4 = -1;
+static int hf_pcap_AvailableSignatures_signature3 = -1;
+static int hf_pcap_AvailableSignatures_signature2 = -1;
+static int hf_pcap_AvailableSignatures_signature1 = -1;
+static int hf_pcap_AvailableSignatures_signature0 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh11 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh10 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh9 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh8 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh7 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh6 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh5 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh4 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh3 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh2 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh1 = -1;
+static int hf_pcap_AvailableSubChannelNumbers_subCh0 = -1;
+
+/*--- End of included file: packet-pcap-hf.c ---*/
+#line 74 "packet-pcap-template.c"
+
+/* Initialize the subtree pointers */
+static int ett_pcap = -1;
+
+
+/*--- Included file: packet-pcap-ett.c ---*/
+#line 1 "packet-pcap-ett.c"
+static gint ett_pcap_PrivateIE_ID = -1;
+static gint ett_pcap_TransactionID = -1;
+static gint ett_pcap_ProtocolIE_Container = -1;
+static gint ett_pcap_ProtocolIE_Field = -1;
+static gint ett_pcap_ProtocolIE_ContainerList = -1;
+static gint ett_pcap_ProtocolExtensionContainer = -1;
+static gint ett_pcap_ProtocolExtensionField = -1;
+static gint ett_pcap_PrivateIE_Container = -1;
+static gint ett_pcap_PrivateIE_Field = -1;
+static gint ett_pcap_AlmanacAndSatelliteHealthSIB = -1;
+static gint ett_pcap_Cause = -1;
+static gint ett_pcap_CellId_MeasuredResultsSets = -1;
+static gint ett_pcap_CellId_MeasuredResultsInfoList = -1;
+static gint ett_pcap_CellId_MeasuredResultsInfo = -1;
+static gint ett_pcap_RoundTripTimeInfo = -1;
+static gint ett_pcap_RoundTripTimeInfoWithType1 = -1;
+static gint ett_pcap_UE_PositioningMeasQuality = -1;
+static gint ett_pcap_UTRANAccessPointPositionAltitude = -1;
+static gint ett_pcap_RxTimingDeviationInfo = -1;
+static gint ett_pcap_RxTimingDeviationLCRInfo = -1;
+static gint ett_pcap_RxTimingDeviation768Info = -1;
+static gint ett_pcap_RxTimingDeviation384extInfo = -1;
+static gint ett_pcap_AddMeasurementInfo = -1;
+static gint ett_pcap_AngleOfArrivalLCR = -1;
+static gint ett_pcap_CellIDPositioning = -1;
+static gint ett_pcap_RequestedCellIDMeasurements = -1;
+static gint ett_pcap_T_fdd = -1;
+static gint ett_pcap_T_tdd = -1;
+static gint ett_pcap_CriticalityDiagnostics = -1;
+static gint ett_pcap_CriticalityDiagnostics_IE_List = -1;
+static gint ett_pcap_CriticalityDiagnostics_IE_List_item = -1;
+static gint ett_pcap_DGPSCorrections = -1;
+static gint ett_pcap_DGPS_CorrectionSatInfoList = -1;
+static gint ett_pcap_DGPS_CorrectionSatInfo = -1;
+static gint ett_pcap_UE_PositionEstimate = -1;
+static gint ett_pcap_GeographicalCoordinates = -1;
+static gint ett_pcap_GA_AltitudeAndDirection = -1;
+static gint ett_pcap_GA_EllipsoidArc = -1;
+static gint ett_pcap_GA_Point = -1;
+static gint ett_pcap_GA_PointWithAltitude = -1;
+static gint ett_pcap_GA_PointWithAltitudeAndUncertaintyEllipsoid = -1;
+static gint ett_pcap_GA_PointWithUnCertainty = -1;
+static gint ett_pcap_GA_PointWithUnCertaintyEllipse = -1;
+static gint ett_pcap_GA_Polygon = -1;
+static gint ett_pcap_GA_Polygon_item = -1;
+static gint ett_pcap_GA_UncertaintyEllipse = -1;
+static gint ett_pcap_UE_PositionEstimateInfo = -1;
+static gint ett_pcap_ReferenceTimeChoice = -1;
+static gint ett_pcap_Cell_Timing = -1;
+static gint ett_pcap_PositionData = -1;
+static gint ett_pcap_GANSS_PositioningDataSet = -1;
+static gint ett_pcap_PositioningDataSet = -1;
+static gint ett_pcap_GPS_AcquisitionAssistance = -1;
+static gint ett_pcap_AcquisitionSatInfoList = -1;
+static gint ett_pcap_AcquisitionSatInfo = -1;
+static gint ett_pcap_ExtraDopplerInfo = -1;
+static gint ett_pcap_AzimuthAndElevation = -1;
+static gint ett_pcap_DGANSS_Corrections = -1;
+static gint ett_pcap_DGANSS_Information = -1;
+static gint ett_pcap_DGANSS_InformationItem = -1;
+static gint ett_pcap_DGANSS_SignalInformation = -1;
+static gint ett_pcap_DGANSS_SignalInformationItem = -1;
+static gint ett_pcap_GANSS_AlmanacAndSatelliteHealth = -1;
+static gint ett_pcap_GANSS_AlmanacModel = -1;
+static gint ett_pcap_GANSS_AzimuthAndElevation = -1;
+static gint ett_pcap_GANSS_Clock_Model = -1;
+static gint ett_pcap_GANSS_CommonAssistanceData = -1;
+static gint ett_pcap_GANSS_Data_Bit_Assistance = -1;
+static gint ett_pcap_GANSS_DataBitAssistanceList = -1;
+static gint ett_pcap_GANSS_DataBitAssistanceItem = -1;
+static gint ett_pcap_GANSS_ExtraDoppler = -1;
+static gint ett_pcap_GANSS_GenericAssistanceDataList = -1;
+static gint ett_pcap_GANSSGenericAssistanceData = -1;
+static gint ett_pcap_GANSS_GenericMeasurementInfo = -1;
+static gint ett_pcap_GANSS_GenericMeasurementInfo_item = -1;
+static gint ett_pcap_GANSSID = -1;
+static gint ett_pcap_GANSS_Ionospheric_Model = -1;
+static gint ett_pcap_GANSS_IonosphereRegionalStormFlags = -1;
+static gint ett_pcap_GANSS_KeplerianParametersAlm = -1;
+static gint ett_pcap_GANSS_KeplerianParametersOrb = -1;
+static gint ett_pcap_GANSS_MeasurementParameters = -1;
+static gint ett_pcap_GANSS_MeasurementParametersItem = -1;
+static gint ett_pcap_GANSS_MeasuredResultsList = -1;
+static gint ett_pcap_GANSS_MeasuredResults = -1;
+static gint ett_pcap_T_referenceTime = -1;
+static gint ett_pcap_GANSS_Navigation_Model = -1;
+static gint ett_pcap_GANSS_Orbit_Model = -1;
+static gint ett_pcap_GANSS_Real_Time_Integrity = -1;
+static gint ett_pcap_GANSS_RealTimeInformationItem = -1;
+static gint ett_pcap_GANSS_Reference_Location = -1;
+static gint ett_pcap_GANSS_ReferenceMeasurementInfo = -1;
+static gint ett_pcap_GANSS_Reference_Time = -1;
+static gint ett_pcap_GANSS_ReferenceTimeOnly = -1;
+static gint ett_pcap_GANSS_SatelliteClockModelItem = -1;
+static gint ett_pcap_GANSS_SatelliteInformation = -1;
+static gint ett_pcap_GANSS_SatelliteInformationItem = -1;
+static gint ett_pcap_GANSS_SatelliteInformationKP = -1;
+static gint ett_pcap_GANSS_SatelliteInformationKPItem = -1;
+static gint ett_pcap_GANSS_Sat_Info_Nav = -1;
+static gint ett_pcap_GANSS_Sat_Info_Nav_item = -1;
+static gint ett_pcap_GANSS_SignalID = -1;
+static gint ett_pcap_GANSS_Time_Model = -1;
+static gint ett_pcap_GANSS_UTRAN_TRU = -1;
+static gint ett_pcap_GANSS_UTC_Model = -1;
+static gint ett_pcap_UTRAN_GANSSReferenceTimeDL = -1;
+static gint ett_pcap_UTRAN_GANSSReferenceTimeUL = -1;
+static gint ett_pcap_GPS_AlmanacAndSatelliteHealth = -1;
+static gint ett_pcap_AlmanacSatInfoList = -1;
+static gint ett_pcap_AlmanacSatInfo = -1;
+static gint ett_pcap_GPS_ClockAndEphemerisParameters = -1;
+static gint ett_pcap_SubFrame1Reserved = -1;
+static gint ett_pcap_GPS_Ionospheric_Model = -1;
+static gint ett_pcap_MeasuredResultsList = -1;
+static gint ett_pcap_GPS_MeasuredResults = -1;
+static gint ett_pcap_GPS_MeasurementParamList = -1;
+static gint ett_pcap_GPS_MeasurementParam = -1;
+static gint ett_pcap_GPS_NavigationModel = -1;
+static gint ett_pcap_NavigationModelSatInfo = -1;
+static gint ett_pcap_GPS_RealTimeIntegrity = -1;
+static gint ett_pcap_BadSatList = -1;
+static gint ett_pcap_GPS_ReferenceLocation = -1;
+static gint ett_pcap_GPS_ReferenceTime = -1;
+static gint ett_pcap_GPS_TOW_AssistList = -1;
+static gint ett_pcap_GPS_TOW_Assist = -1;
+static gint ett_pcap_GPSReferenceTimeUncertainty = -1;
+static gint ett_pcap_GPS_UTC_Model = -1;
+static gint ett_pcap_AdditionalGPSAssistDataRequired = -1;
+static gint ett_pcap_AdditionalGanssAssistDataRequired = -1;
+static gint ett_pcap_GanssRequestedGenericAssistanceDataList = -1;
+static gint ett_pcap_GanssReqGenericData = -1;
+static gint ett_pcap_GanssDataBits = -1;
+static gint ett_pcap_ReqDataBitAssistanceList = -1;
+static gint ett_pcap_ReqDataBitAssistanceList_item = -1;
+static gint ett_pcap_InformationReportCharacteristics = -1;
+static gint ett_pcap_InformationReportPeriodicity = -1;
+static gint ett_pcap_InformationType = -1;
+static gint ett_pcap_ExplicitInformationList = -1;
+static gint ett_pcap_ExplicitInformation = -1;
+static gint ett_pcap_DganssCorrectionsReq = -1;
+static gint ett_pcap_Ganss_almanacAndSatelliteHealthReq = -1;
+static gint ett_pcap_GANSSCommonDataReq = -1;
+static gint ett_pcap_GANSSGenericDataList = -1;
+static gint ett_pcap_GANSSGenericDataReq = -1;
+static gint ett_pcap_Ganss_utcModelReq = -1;
+static gint ett_pcap_Ganss_realTimeIntegrityReq = -1;
+static gint ett_pcap_Ganss_dataBitAssistanceReq = -1;
+static gint ett_pcap_Ganss_referenceMeasurementInfoReq = -1;
+static gint ett_pcap_Ganss_TimeModel_Ganss_Ganss = -1;
+static gint ett_pcap_UtcModel = -1;
+static gint ett_pcap_IonosphericModel = -1;
+static gint ett_pcap_NavigationModel = -1;
+static gint ett_pcap_NavModelAdditionalData = -1;
+static gint ett_pcap_SatelliteRelatedDataList = -1;
+static gint ett_pcap_SatelliteRelatedData = -1;
+static gint ett_pcap_NavigationModelGANSS = -1;
+static gint ett_pcap_SatelliteRelatedDataListGANSS = -1;
+static gint ett_pcap_SatelliteRelatedDataGANSS = -1;
+static gint ett_pcap_AlmanacAndSatelliteHealthSIB_InfoType = -1;
+static gint ett_pcap_MessageStructure = -1;
+static gint ett_pcap_MessageStructure_item = -1;
+static gint ett_pcap_MeasInstructionsUsed = -1;
+static gint ett_pcap_MeasurementValidity = -1;
+static gint ett_pcap_OTDOA_MeasurementGroup = -1;
+static gint ett_pcap_OTDOA_ReferenceCellInfo = -1;
+static gint ett_pcap_OTDOA_NeighbourCellInfoList = -1;
+static gint ett_pcap_OTDOA_NeighbourCellInfo = -1;
+static gint ett_pcap_OTDOA_MeasuredResultsSets = -1;
+static gint ett_pcap_OTDOA_MeasuredResultsInfoList = -1;
+static gint ett_pcap_OTDOA_MeasuredResultsInfo = -1;
+static gint ett_pcap_OTDOA_AddMeasuredResultsInfo = -1;
+static gint ett_pcap_UE_SFNSFNTimeDifferenceType2Info = -1;
+static gint ett_pcap_UC_ID = -1;
+static gint ett_pcap_RelativeTimingDifferenceInfo = -1;
+static gint ett_pcap_SFNSFNMeasurementValueInfo = -1;
+static gint ett_pcap_TUTRANGPSMeasurementValueInfo = -1;
+static gint ett_pcap_TUTRANGPS = -1;
+static gint ett_pcap_TUTRANGANSSMeasurementValueInfo = -1;
+static gint ett_pcap_TUTRANGANSS = -1;
+static gint ett_pcap_AdditionalMeasurementInforLCR = -1;
+static gint ett_pcap_PeriodicPosCalcInfo = -1;
+static gint ett_pcap_PeriodicLocationInfo = -1;
+static gint ett_pcap_PositioningMethod = -1;
+static gint ett_pcap_RRCstateChange = -1;
+static gint ett_pcap_RequestedDataValue = -1;
+static gint ett_pcap_RequestedDataValueInformation = -1;
+static gint ett_pcap_InformationAvailable = -1;
+static gint ett_pcap_RequestType = -1;
+static gint ett_pcap_UE_PositioningCapability = -1;
+static gint ett_pcap_NetworkAssistedGANSSSupport = -1;
+static gint ett_pcap_NetworkAssistedGANSSSupport_item = -1;
+static gint ett_pcap_UTDOAPositioning = -1;
+static gint ett_pcap_GPSPositioning = -1;
+static gint ett_pcap_GPSPositioningInstructions = -1;
+static gint ett_pcap_GANSSPositioning = -1;
+static gint ett_pcap_GANSS_PositioningInstructions = -1;
+static gint ett_pcap_OTDOAAssistanceData = -1;
+static gint ett_pcap_UE_Positioning_OTDOA_AssistanceData = -1;
+static gint ett_pcap_UE_Positioning_OTDOA_ReferenceCellInfo = -1;
+static gint ett_pcap_T_modeSpecificInfo = -1;
+static gint ett_pcap_T_fdd_01 = -1;
+static gint ett_pcap_T_tdd_01 = -1;
+static gint ett_pcap_T_positioningMode = -1;
+static gint ett_pcap_T_ueBased = -1;
+static gint ett_pcap_T_ueAssisted = -1;
+static gint ett_pcap_ReferenceCellPosition = -1;
+static gint ett_pcap_UE_Positioning_IPDL_Parameters = -1;
+static gint ett_pcap_T_modeSpecificInfo_01 = -1;
+static gint ett_pcap_T_fdd_02 = -1;
+static gint ett_pcap_T_tdd_02 = -1;
+static gint ett_pcap_BurstModeParameters = -1;
+static gint ett_pcap_UE_Positioning_OTDOA_NeighbourCellList = -1;
+static gint ett_pcap_UE_Positioning_OTDOA_NeighbourCellInfo = -1;
+static gint ett_pcap_T_modeSpecificInfo_02 = -1;
+static gint ett_pcap_T_fdd_03 = -1;
+static gint ett_pcap_T_tdd_03 = -1;
+static gint ett_pcap_T_positioningMode_01 = -1;
+static gint ett_pcap_T_ueBased_01 = -1;
+static gint ett_pcap_T_ueAssisted_01 = -1;
+static gint ett_pcap_SFN_SFN_RelTimeDifference1 = -1;
+static gint ett_pcap_UTDOA_Group = -1;
+static gint ett_pcap_FrequencyInfo = -1;
+static gint ett_pcap_T_modeSpecificInfo_03 = -1;
+static gint ett_pcap_FrequencyInfoFDD = -1;
+static gint ett_pcap_FrequencyInfoTDD = -1;
+static gint ett_pcap_UTDOA_RRCState = -1;
+static gint ett_pcap_UTDOA_CELLDCH = -1;
+static gint ett_pcap_UL_DPCHInfo = -1;
+static gint ett_pcap_T_fdd_04 = -1;
+static gint ett_pcap_T_tdd_04 = -1;
+static gint ett_pcap_Compressed_Mode_Assistance_Data = -1;
+static gint ett_pcap_DL_InformationFDD = -1;
+static gint ett_pcap_UL_InformationFDD = -1;
+static gint ett_pcap_Transmission_Gap_Pattern_Sequence_Information = -1;
+static gint ett_pcap_Transmission_Gap_Pattern_Sequence_Information_item = -1;
+static gint ett_pcap_Active_Pattern_Sequence_Information = -1;
+static gint ett_pcap_Transmission_Gap_Pattern_Sequence_Status_List = -1;
+static gint ett_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item = -1;
+static gint ett_pcap_DCH_Information = -1;
+static gint ett_pcap_TrChInfoList = -1;
+static gint ett_pcap_UL_TrCHInfo = -1;
+static gint ett_pcap_E_DPCH_Information = -1;
+static gint ett_pcap_E_TFCS_Information = -1;
+static gint ett_pcap_Reference_E_TFCI_Information = -1;
+static gint ett_pcap_Reference_E_TFCI_Information_Item = -1;
+static gint ett_pcap_TDD_DPCHOffset = -1;
+static gint ett_pcap_UL_Timeslot_Information = -1;
+static gint ett_pcap_UL_Timeslot_InformationItem = -1;
+static gint ett_pcap_MidambleShiftAndBurstType = -1;
+static gint ett_pcap_T_type1 = -1;
+static gint ett_pcap_T_midambleAllocationMode = -1;
+static gint ett_pcap_T_type2 = -1;
+static gint ett_pcap_T_midambleAllocationMode_01 = -1;
+static gint ett_pcap_T_type3 = -1;
+static gint ett_pcap_T_midambleAllocationMode_02 = -1;
+static gint ett_pcap_TDD_UL_Code_Information = -1;
+static gint ett_pcap_TDD_UL_Code_InformationItem = -1;
+static gint ett_pcap_UTDOA_CELLFACH = -1;
+static gint ett_pcap_PRACHparameters = -1;
+static gint ett_pcap_PRACH_ChannelInfo = -1;
+static gint ett_pcap_PRACH_Info = -1;
+static gint ett_pcap_T_fdd_05 = -1;
+static gint ett_pcap_T_tdd_05 = -1;
+static gint ett_pcap_AvailableSignatures = -1;
+static gint ett_pcap_AvailableSubChannelNumbers = -1;
+static gint ett_pcap_TransportFormatSet = -1;
+static gint ett_pcap_TransportFormatSet_DynamicPartList = -1;
+static gint ett_pcap_TransportFormatSet_DynamicPartList_item = -1;
+static gint ett_pcap_SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo = -1;
+static gint ett_pcap_TbsTTIInfo = -1;
+static gint ett_pcap_TransportFormatSet_Semi_staticPart = -1;
+static gint ett_pcap_TFCS = -1;
+static gint ett_pcap_CTFC = -1;
+static gint ett_pcap_T_ctfc2Bit = -1;
+static gint ett_pcap_T_ctfc4Bit = -1;
+static gint ett_pcap_T_ctfc6Bit = -1;
+static gint ett_pcap_T_ctfc8Bit = -1;
+static gint ett_pcap_T_ctfc12Bit = -1;
+static gint ett_pcap_T_ctfc16Bit = -1;
+static gint ett_pcap_T_ctfc24Bit = -1;
+static gint ett_pcap_UschParameters = -1;
+static gint ett_pcap_VelocityEstimate = -1;
+static gint ett_pcap_HorizontalVelocity = -1;
+static gint ett_pcap_HorizontalWithVerticalVelocity = -1;
+static gint ett_pcap_HorizontalVelocityWithUncertainty = -1;
+static gint ett_pcap_HorizontalWithVerticalVelocityAndUncertainty = -1;
+static gint ett_pcap_HorizontalSpeedAndBearing = -1;
+static gint ett_pcap_VerticalVelocity = -1;
+static gint ett_pcap_UTRAN_GPSReferenceTime = -1;
+static gint ett_pcap_UTRAN_GPSReferenceTimeResult = -1;
+static gint ett_pcap_PositionCalculationRequest = -1;
+static gint ett_pcap_PositionCalculationResponse = -1;
+static gint ett_pcap_PositionCalculationFailure = -1;
+static gint ett_pcap_InformationExchangeInitiationRequest = -1;
+static gint ett_pcap_InformationExchangeObjectType_InfEx_Rqst = -1;
+static gint ett_pcap_RefPosition_InfEx_Rqst = -1;
+static gint ett_pcap_UC_ID_InfEx_Rqst = -1;
+static gint ett_pcap_InformationExchangeInitiationResponse = -1;
+static gint ett_pcap_InformationExchangeObjectType_InfEx_Rsp = -1;
+static gint ett_pcap_RefPosition_InfEx_Rsp = -1;
+static gint ett_pcap_InformationExchangeInitiationFailure = -1;
+static gint ett_pcap_PositionInitiationRequest = -1;
+static gint ett_pcap_PositionInitiationResponse = -1;
+static gint ett_pcap_PositionInitiationFailure = -1;
+static gint ett_pcap_PositionActivationRequest = -1;
+static gint ett_pcap_PositionActivationResponse = -1;
+static gint ett_pcap_PositionActivationFailure = -1;
+static gint ett_pcap_InformationReport = -1;
+static gint ett_pcap_InformationExchangeObjectType_InfEx_Rprt = -1;
+static gint ett_pcap_RefPosition_InfEx_Rprt = -1;
+static gint ett_pcap_InformationExchangeTerminationRequest = -1;
+static gint ett_pcap_InformationExchangeFailureIndication = -1;
+static gint ett_pcap_ErrorIndication = -1;
+static gint ett_pcap_PositionParameterModification = -1;
+static gint ett_pcap_PrivateMessage = -1;
+static gint ett_pcap_Abort = -1;
+static gint ett_pcap_PositionPeriodicReport = -1;
+static gint ett_pcap_PositionPeriodicResult = -1;
+static gint ett_pcap_PositionPeriodicTermination = -1;
+static gint ett_pcap_PCAP_PDU = -1;
+static gint ett_pcap_InitiatingMessage = -1;
+static gint ett_pcap_SuccessfulOutcome = -1;
+static gint ett_pcap_UnsuccessfulOutcome = -1;
+static gint ett_pcap_Outcome = -1;
+
+/*--- End of included file: packet-pcap-ett.c ---*/
+#line 79 "packet-pcap-template.c"
+
+/* Global variables */
+static guint32 ProcedureCode;
+static guint32 ProtocolIE_ID;
+static guint32 ProtocolExtensionID;
+
+/* Dissector tables */
+static dissector_table_t pcap_ies_dissector_table;
+static dissector_table_t pcap_ies_p1_dissector_table;
+static dissector_table_t pcap_ies_p2_dissector_table;
+static dissector_table_t pcap_extension_dissector_table;
+static dissector_table_t pcap_proc_imsg_dissector_table;
+static dissector_table_t pcap_proc_sout_dissector_table;
+static dissector_table_t pcap_proc_uout_dissector_table;
+static dissector_table_t pcap_proc_out_dissector_table;
+
+static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+static int dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+static int dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+static int dissect_OutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
+
+
+/*--- Included file: packet-pcap-fn.c ---*/
+#line 1 "packet-pcap-fn.c"
+
+static const value_string pcap_Criticality_vals[] = {
+ { 0, "reject" },
+ { 1, "ignore" },
+ { 2, "notify" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_Criticality(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 3, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_Presence_vals[] = {
+ { 0, "optional" },
+ { 1, "conditional" },
+ { 2, "mandatory" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_Presence(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 3, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_65535(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 65535U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_OBJECT_IDENTIFIER(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_object_identifier(tvb, offset, actx, tree, hf_index, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_PrivateIE_ID_vals[] = {
+ { 0, "local" },
+ { 1, "global" },
+ { 0, NULL }
+};
+
+static const per_choice_t PrivateIE_ID_choice[] = {
+ { 0, &hf_pcap_local , ASN1_NO_EXTENSIONS , dissect_pcap_INTEGER_0_65535 },
+ { 1, &hf_pcap_global , ASN1_NO_EXTENSIONS , dissect_pcap_OBJECT_IDENTIFIER },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_PrivateIE_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PrivateIE_ID, PrivateIE_ID_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_ProcedureCode_vals[] = {
+ { id_PositionCalculation, "id-PositionCalculation" },
+ { id_InformationExchangeInitiation, "id-InformationExchangeInitiation" },
+ { id_InformationReporting, "id-InformationReporting" },
+ { id_InformationExchangeTermination, "id-InformationExchangeTermination" },
+ { id_InformationExchangeFailure, "id-InformationExchangeFailure" },
+ { id_ErrorIndication, "id-ErrorIndication" },
+ { id_privateMessage, "id-privateMessage" },
+ { id_PositionParameterModification, "id-PositionParameterModification" },
+ { id_PositionInitiation, "id-PositionInitiation" },
+ { id_PositionActivation, "id-PositionActivation" },
+ { id_Abort, "id-Abort" },
+ { id_PositionPeriodicReport, "id-PositionPeriodicReport" },
+ { id_PositionPeriodicResult, "id-PositionPeriodicResult" },
+ { id_PositionPeriodicTermination, "id-PositionPeriodicTermination" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_ProcedureCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, &ProcedureCode, FALSE);
+
+ if (check_col(actx->pinfo->cinfo, COL_INFO))
+ col_add_fstr(actx->pinfo->cinfo, COL_INFO, "%s ",
+ val_to_str(ProcedureCode, pcap_ProcedureCode_vals,
+ "unknown message"));
+ return offset;
+}
+
+
+static const value_string pcap_ProtocolIE_ID_vals[] = {
+ { id_Cause, "id-Cause" },
+ { id_CriticalityDiagnostics, "id-CriticalityDiagnostics" },
+ { id_GPS_UTRAN_TRU, "id-GPS-UTRAN-TRU" },
+ { id_InformationExchangeID, "id-InformationExchangeID" },
+ { id_InformationExchangeObjectType_InfEx_Rprt, "id-InformationExchangeObjectType-InfEx-Rprt" },
+ { id_InformationExchangeObjectType_InfEx_Rqst, "id-InformationExchangeObjectType-InfEx-Rqst" },
+ { id_InformationExchangeObjectType_InfEx_Rsp, "id-InformationExchangeObjectType-InfEx-Rsp" },
+ { id_InformationReportCharacteristics, "id-InformationReportCharacteristics" },
+ { id_InformationType, "id-InformationType" },
+ { id_GPS_MeasuredResultsList, "id-GPS-MeasuredResultsList" },
+ { id_MethodType, "id-MethodType" },
+ { id_RefPosition_InfEx_Rqst, "id-RefPosition-InfEx-Rqst" },
+ { id_RefPosition_InfEx_Rsp, "id-RefPosition-InfEx-Rsp" },
+ { id_RefPosition_Inf_Rprt, "id-RefPosition-Inf-Rprt" },
+ { id_RequestedDataValue, "id-RequestedDataValue" },
+ { id_RequestedDataValueInformation, "id-RequestedDataValueInformation" },
+ { id_TransactionID, "id-TransactionID" },
+ { id_UE_PositionEstimate, "id-UE-PositionEstimate" },
+ { id_CellId_MeasuredResultsSets, "id-CellId-MeasuredResultsSets" },
+ { id_OTDOA_MeasurementGroup, "id-OTDOA-MeasurementGroup" },
+ { id_AccuracyFulfilmentIndicator, "id-AccuracyFulfilmentIndicator" },
+ { id_HorizontalAccuracyCode, "id-HorizontalAccuracyCode" },
+ { id_VerticalAccuracyCode, "id-VerticalAccuracyCode" },
+ { id_UTDOA_Group, "id-UTDOA-Group" },
+ { id_RequestType, "id-RequestType" },
+ { id_UE_PositioningCapability, "id-UE-PositioningCapability" },
+ { id_UC_id, "id-UC-id" },
+ { id_ResponseTime, "id-ResponseTime" },
+ { id_PositioningPriority, "id-PositioningPriority" },
+ { id_ClientType, "id-ClientType" },
+ { id_PositioningMethod, "id-PositioningMethod" },
+ { id_UTDOAPositioning, "id-UTDOAPositioning" },
+ { id_GPSPositioning, "id-GPSPositioning" },
+ { id_OTDOAAssistanceData, "id-OTDOAAssistanceData" },
+ { id_Positioning_ResponseTime, "id-Positioning-ResponseTime" },
+ { id_EnvironmentCharacterisation, "id-EnvironmentCharacterisation" },
+ { id_PositionData, "id-PositionData" },
+ { id_IncludeVelocity, "id-IncludeVelocity" },
+ { id_VelocityEstimate, "id-VelocityEstimate" },
+ { id_rxTimingDeviation768Info, "id-rxTimingDeviation768Info" },
+ { id_UC_ID_InfEx_Rqst, "id-UC-ID-InfEx-Rqst" },
+ { id_UE_PositionEstimateInfo, "id-UE-PositionEstimateInfo" },
+ { id_UTRAN_GPSReferenceTime, "id-UTRAN-GPSReferenceTime" },
+ { id_UTRAN_GPSReferenceTimeResult, "id-UTRAN-GPSReferenceTimeResult" },
+ { id_UTRAN_GPS_DriftRate, "id-UTRAN-GPS-DriftRate" },
+ { id_OTDOA_AddMeasuredResultsInfo, "id-OTDOA-AddMeasuredResultsInfo" },
+ { id_GPS_ReferenceLocation, "id-GPS-ReferenceLocation" },
+ { id_OTDOA_MeasuredResultsSets, "id-OTDOA-MeasuredResultsSets" },
+ { id_rxTimingDeviation384extInfo, "id-rxTimingDeviation384extInfo" },
+ { id_ExtendedRoundTripTime, "id-ExtendedRoundTripTime" },
+ { id_PeriodicPosCalcInfo, "id-PeriodicPosCalcInfo" },
+ { id_PeriodicLocationInfo, "id-PeriodicLocationInfo" },
+ { id_AmountOfReporting, "id-AmountOfReporting" },
+ { id_MeasInstructionsUsed, "id-MeasInstructionsUsed" },
+ { id_RRCstateChange, "id-RRCstateChange" },
+ { id_PeriodicTerminationCause, "id-PeriodicTerminationCause" },
+ { id_MeasurementValidity, "id-MeasurementValidity" },
+ { id_roundTripTimeInfoWithType1, "id-roundTripTimeInfoWithType1" },
+ { id_CellIDPositioning, "id-CellIDPositioning" },
+ { id_AddMeasurementInfo, "id-AddMeasurementInfo" },
+ { id_Extended_RNC_ID, "id-Extended-RNC-ID" },
+ { id_GANSS_CommonAssistanceData, "id-GANSS-CommonAssistanceData" },
+ { id_GANSS_GenericAssistanceDataList, "id-GANSS-GenericAssistanceDataList" },
+ { id_GANSS_MeasuredResultsList, "id-GANSS-MeasuredResultsList" },
+ { id_GANSS_UTRAN_TRU, "id-GANSS-UTRAN-TRU" },
+ { id_GANSSPositioning, "id-GANSSPositioning" },
+ { id_GANSS_PositioningDataSet, "id-GANSS-PositioningDataSet" },
+ { id_GNSS_PositioningMethod, "id-GNSS-PositioningMethod" },
+ { id_NetworkAssistedGANSSSuport, "id-NetworkAssistedGANSSSuport" },
+ { id_TUTRANGANSSMeasurementValueInfo, "id-TUTRANGANSSMeasurementValueInfo" },
+ { id_AdditionalGPSAssistDataRequired, "id-AdditionalGPSAssistDataRequired" },
+ { id_AdditionalGanssAssistDataRequired, "id-AdditionalGanssAssistDataRequired" },
+ { id_angleOfArrivalLCR, "id-angleOfArrivalLCR" },
+ { id_extendedTimingAdvanceLCR, "id-extendedTimingAdvanceLCR" },
+ { id_additionalMeasurementInforLCR, "id-additionalMeasurementInforLCR" },
+ { id_timingAdvanceLCR_R7, "id-timingAdvanceLCR-R7" },
+ { id_rxTimingDeviationLCR, "id-rxTimingDeviationLCR" },
+ { id_GPSReferenceTimeUncertainty, "id-GPSReferenceTimeUncertainty" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_ProtocolIE_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, maxProtocolIEs, &ProtocolIE_ID, FALSE);
+
+ if (tree) {
+ proto_item_append_text(proto_item_get_parent_nth(actx->created_item, 2), ": %s", val_to_str(ProtocolIE_ID, VALS(pcap_ProtocolIE_ID_vals), "unknown (%d)"));
+ }
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_127(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 127U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_32767(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 32767U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransactionID_vals[] = {
+ { 0, "shortTID" },
+ { 1, "longTID" },
+ { 0, NULL }
+};
+
+static const per_choice_t TransactionID_choice[] = {
+ { 0, &hf_pcap_shortTID , ASN1_NO_EXTENSIONS , dissect_pcap_INTEGER_0_127 },
+ { 1, &hf_pcap_longTID , ASN1_NO_EXTENSIONS , dissect_pcap_INTEGER_0_32767 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_TransactionID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TransactionID, TransactionID_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_TriggeringMessage_vals[] = {
+ { 0, "initiating-message" },
+ { 1, "successful-outcome" },
+ { 2, "unsuccessful-outcome" },
+ { 3, "outcome" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TriggeringMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_T_ie_field_value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_open_type_pdu_new(tvb, offset, actx, tree, hf_index, dissect_ProtocolIEFieldValue);
+
+ return offset;
+}
+
+
+static const per_sequence_t ProtocolIE_Field_sequence[] = {
+ { &hf_pcap_id , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_ID },
+ { &hf_pcap_criticality , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_ie_field_value , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_T_ie_field_value },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_ProtocolIE_Field(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ProtocolIE_Field, ProtocolIE_Field_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t ProtocolIE_Container_sequence_of[1] = {
+ { &hf_pcap_ProtocolIE_Container_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Field },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_ProtocolIE_Single_Container(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_pcap_ProtocolIE_Field(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+static const per_sequence_t ProtocolIE_ContainerList_sequence_of[1] = {
+ { &hf_pcap_ProtocolIE_ContainerList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+};
+
+static int
+dissect_pcap_ProtocolIE_ContainerList(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ static const asn1_par_def_t ProtocolIE_ContainerList_pars[] = {
+ { "lowerBound", ASN1_PAR_INTEGER },
+ { "upperBound", ASN1_PAR_INTEGER },
+ { NULL, 0 }
+ };
+ asn1_stack_frame_check(actx, "ProtocolIE-ContainerList", ProtocolIE_ContainerList_pars);
+ offset = dissect_per_constrained_sequence_of(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ProtocolIE_ContainerList, ProtocolIE_ContainerList_sequence_of,
+ asn1_param_get_integer(actx,"lowerBound"), asn1_param_get_integer(actx,"upperBound"));
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_T_extensionValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_open_type_pdu_new(tvb, offset, actx, tree, hf_index, dissect_ProtocolExtensionFieldExtensionValue);
+
+ return offset;
+}
+
+
+static const per_sequence_t ProtocolExtensionField_sequence[] = {
+ { &hf_pcap_ext_id , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_ID },
+ { &hf_pcap_criticality , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_extensionValue , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_T_extensionValue },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_ProtocolExtensionField(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ProtocolExtensionField, ProtocolExtensionField_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t ProtocolExtensionContainer_sequence_of[1] = {
+ { &hf_pcap_ProtocolExtensionContainer_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolExtensionField },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_T_private_value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_open_type(tvb, offset, actx, tree, hf_index, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t PrivateIE_Field_sequence[] = {
+ { &hf_pcap_private_id , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_PrivateIE_ID },
+ { &hf_pcap_criticality , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_private_value , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_T_private_value },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PrivateIE_Field(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PrivateIE_Field, PrivateIE_Field_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PrivateIE_Container_sequence_of[1] = {
+ { &hf_pcap_PrivateIE_Container_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_PrivateIE_Field },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_AccuracyFulfilmentIndicator_vals[] = {
+ { 0, "requested-Accuracy-Fulfilled" },
+ { 1, "requested-Accuracy-Not-Fulfilled" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_AccuracyFulfilmentIndicator(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_AdditionalMethodType_vals[] = {
+ { 0, "ue-assisted" },
+ { 1, "ue-based" },
+ { 2, "ue-based-preferred-but-ue-assisted-allowed" },
+ { 3, "ue-assisted-preferred-but-ue-based-allowed" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_AdditionalMethodType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_8(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 8, 8, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 2, 2, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_63(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 63U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_16(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 16, 16, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_24(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 24, 24, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_11(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 11, 11, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t AlmanacSatInfo_sequence[] = {
+ { &hf_pcap_dataID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_2 },
+ { &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_e , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_t_oa_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_deltaI , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_omegaDot , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_satHealth , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_a_Sqrt , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_omega0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_m0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_omega , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_af0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_11 },
+ { &hf_pcap_af1 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_11 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AlmanacSatInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AlmanacSatInfo, AlmanacSatInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t AlmanacSatInfoList_sequence_of[1] = {
+ { &hf_pcap_AlmanacSatInfoList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_AlmanacSatInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_364(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 364, 364, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_AlmanacAndSatelliteHealth_sequence[] = {
+ { &hf_pcap_wn_a , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_almanacSatInfoList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_AlmanacSatInfoList },
+ { &hf_pcap_svGlobalHealth , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BIT_STRING_SIZE_364 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_AlmanacAndSatelliteHealth(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_AlmanacAndSatelliteHealth, GPS_AlmanacAndSatelliteHealth_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_1_32(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 1, 32, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t AlmanacAndSatelliteHealthSIB_sequence[] = {
+ { &hf_pcap_gpsAlmanacAndSatelliteHealth, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GPS_AlmanacAndSatelliteHealth },
+ { &hf_pcap_satMask , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_1_32 },
+ { &hf_pcap_lsbTOW , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AlmanacAndSatelliteHealthSIB(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AlmanacAndSatelliteHealthSIB, AlmanacAndSatelliteHealthSIB_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_CauseRadioNetwork_vals[] = {
+ { 0, "invalid-reference-information" },
+ { 1, "information-temporarily-not-available" },
+ { 2, "information-provision-not-supported-for-the-object" },
+ { 3, "position-calculation-error-invalid-GPS-measured-results" },
+ { 4, "position-calculation-error-invalid-CellID-measured-results" },
+ { 5, "position-calculation-error-invalid-OTDOA-measured-results" },
+ { 6, "position-calculation-error-AGPS-positioning-method-not-supported" },
+ { 7, "position-calculation-error-CellID-positioning-method-not-supported" },
+ { 8, "position-calculation-error-OTDOA-positioning-method-not-supported" },
+ { 9, "initial-UE-position-estimate-missing" },
+ { 10, "position-caclulation-error-invalid-UTDOA-measured-results" },
+ { 11, "position-calculation-error-UTDOA-positioning-method-not-supported" },
+ { 12, "position-calculation-error-UTDOA-not-supported-UTRAN-cell" },
+ { 13, "positioning-method-not-supported" },
+ { 14, "loss-of-contact-with-UE" },
+ { 15, "sAS-unable-to-perform-UTDOA-positioning-within-response-time" },
+ { 16, "location-measurement-failure" },
+ { 17, "ue-positioning-error-Not-enough-OTDOA-cells" },
+ { 18, "ue-positioning-error-Not-enough-GPS-Satellites" },
+ { 19, "ue-positioning-error-Reference-Cell-not-serving-cell" },
+ { 20, "ue-positioning-error-Not-Accomplished-GPS-Timing-of-Cell-Frames" },
+ { 21, "ue-positioning-error-Undefined-Error" },
+ { 22, "position-calculation-error-invalid-Galileo-measured-results" },
+ { 23, "position-calculation-error-AGalileo-positioning-method-not-supported" },
+ { 24, "ue-positioning-error-Not-enough-Galileo-Satellites" },
+ { 25, "ue-positioning-error-Not-Accomplished-Galileo-Timing-of-Cell-Frames" },
+ { 26, "ue-positioning-error-Assistance-Data-missing" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_CauseRadioNetwork(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 23, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_CauseTransport_vals[] = {
+ { 0, "transport-resource-unavailable" },
+ { 1, "unspecified" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_CauseTransport(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_CauseProtocol_vals[] = {
+ { 0, "transfer-syntax-error" },
+ { 1, "abstract-syntax-error-reject" },
+ { 2, "abstract-syntax-error-ignore-and-notify" },
+ { 3, "message-not-compatible-with-receiver-state" },
+ { 4, "semantic-error" },
+ { 5, "unspecified" },
+ { 6, "abstract-syntax-error-falsely-constructed-message" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_CauseProtocol(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 7, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_CauseMisc_vals[] = {
+ { 0, "processing-overload" },
+ { 1, "hardware-failure" },
+ { 2, "o-and-m-intervention" },
+ { 3, "unspecified" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_CauseMisc(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_Cause_vals[] = {
+ { 0, "radioNetwork" },
+ { 1, "transport" },
+ { 2, "protocol" },
+ { 3, "misc" },
+ { 0, NULL }
+};
+
+static const per_choice_t Cause_choice[] = {
+ { 0, &hf_pcap_radioNetwork , ASN1_EXTENSION_ROOT , dissect_pcap_CauseRadioNetwork },
+ { 1, &hf_pcap_transport , ASN1_EXTENSION_ROOT , dissect_pcap_CauseTransport },
+ { 2, &hf_pcap_protocol , ASN1_EXTENSION_ROOT , dissect_pcap_CauseProtocol },
+ { 3, &hf_pcap_misc , ASN1_EXTENSION_ROOT , dissect_pcap_CauseMisc },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_Cause(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Cause, Cause_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_4095(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 4095U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UC_ID_sequence[] = {
+ { &hf_pcap_rNC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_c_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_65535 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UC_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UC_ID, UC_ID_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_latitudeSign_vals[] = {
+ { 0, "north" },
+ { 1, "south" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_latitudeSign(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_8388607(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 8388607U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M8388608_8388607(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -8388608, 8388607U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GeographicalCoordinates_sequence[] = {
+ { &hf_pcap_latitudeSign , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_latitudeSign },
+ { &hf_pcap_latitude , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_8388607 },
+ { &hf_pcap_longitude , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M8388608_8388607 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GeographicalCoordinates(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GeographicalCoordinates, GeographicalCoordinates_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_directionOfAltitude_vals[] = {
+ { 0, "height" },
+ { 1, "depth" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_directionOfAltitude(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_AltitudeAndDirection_sequence[] = {
+ { &hf_pcap_directionOfAltitude, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_directionOfAltitude },
+ { &hf_pcap_altitude , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_32767 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_AltitudeAndDirection(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_AltitudeAndDirection, GA_AltitudeAndDirection_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTRANAccessPointPositionAltitude_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_ga_AltitudeAndDirection, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GA_AltitudeAndDirection },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTRANAccessPointPositionAltitude(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTRANAccessPointPositionAltitude, UTRANAccessPointPositionAltitude_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_Point_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_Point(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_Point, GA_Point_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_PointWithUnCertainty_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_uncertaintyCode, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_PointWithUnCertainty(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_PointWithUnCertainty, GA_PointWithUnCertainty_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_Polygon_item_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_Polygon_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_Polygon_item, GA_Polygon_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_Polygon_sequence_of[1] = {
+ { &hf_pcap_GA_Polygon_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GA_Polygon_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_89(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 89U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_UncertaintyEllipse_sequence[] = {
+ { &hf_pcap_uncertaintySemi_major, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_uncertaintySemi_minor, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_orientationOfMajorAxis, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_89 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_UncertaintyEllipse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_UncertaintyEllipse, GA_UncertaintyEllipse_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_100(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 100U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_PointWithUnCertaintyEllipse_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_uncertaintyEllipse, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GA_UncertaintyEllipse },
+ { &hf_pcap_confidence , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_100 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_PointWithUnCertaintyEllipse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_PointWithUnCertaintyEllipse, GA_PointWithUnCertaintyEllipse_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_PointWithAltitude_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_altitudeAndDirection, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GA_AltitudeAndDirection },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_PointWithAltitude(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_PointWithAltitude, GA_PointWithAltitude_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_PointWithAltitudeAndUncertaintyEllipsoid_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_altitudeAndDirection, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GA_AltitudeAndDirection },
+ { &hf_pcap_uncertaintyEllipse, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GA_UncertaintyEllipse },
+ { &hf_pcap_uncertaintyAltitude, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_confidence , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_100 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_PointWithAltitudeAndUncertaintyEllipsoid(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_PointWithAltitudeAndUncertaintyEllipsoid, GA_PointWithAltitudeAndUncertaintyEllipsoid_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_179(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 179U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GA_EllipsoidArc_sequence[] = {
+ { &hf_pcap_geographicalCoordinates, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GeographicalCoordinates },
+ { &hf_pcap_innerRadius , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_65535 },
+ { &hf_pcap_uncertaintyRadius, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_offsetAngle , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_179 },
+ { &hf_pcap_includedAngle , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_179 },
+ { &hf_pcap_confidence , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_100 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GA_EllipsoidArc(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GA_EllipsoidArc, GA_EllipsoidArc_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_UE_PositionEstimate_vals[] = {
+ { 0, "point" },
+ { 1, "pointWithUnCertainty" },
+ { 2, "polygon" },
+ { 3, "pointWithUncertaintyEllipse" },
+ { 4, "pointWithAltitude" },
+ { 5, "pointWithAltitudeAndUncertaintyEllipsoid" },
+ { 6, "ellipsoidArc" },
+ { 0, NULL }
+};
+
+static const per_choice_t UE_PositionEstimate_choice[] = {
+ { 0, &hf_pcap_point , ASN1_EXTENSION_ROOT , dissect_pcap_GA_Point },
+ { 1, &hf_pcap_pointWithUnCertainty, ASN1_EXTENSION_ROOT , dissect_pcap_GA_PointWithUnCertainty },
+ { 2, &hf_pcap_polygon , ASN1_EXTENSION_ROOT , dissect_pcap_GA_Polygon },
+ { 3, &hf_pcap_pointWithUncertaintyEllipse, ASN1_EXTENSION_ROOT , dissect_pcap_GA_PointWithUnCertaintyEllipse },
+ { 4, &hf_pcap_pointWithAltitude, ASN1_EXTENSION_ROOT , dissect_pcap_GA_PointWithAltitude },
+ { 5, &hf_pcap_pointWithAltitudeAndUncertaintyEllipsoid, ASN1_EXTENSION_ROOT , dissect_pcap_GA_PointWithAltitudeAndUncertaintyEllipsoid },
+ { 6, &hf_pcap_ellipsoidArc , ASN1_EXTENSION_ROOT , dissect_pcap_GA_EllipsoidArc },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_PositionEstimate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_PositionEstimate, UE_PositionEstimate_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_UE_RxTxTimeDifferenceType2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 8191U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_3(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 3, 3, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_5(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 5, 5, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_PositioningMeasQuality_sequence[] = {
+ { &hf_pcap_stdResolution , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_2 },
+ { &hf_pcap_numberOfMeasurements, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_3 },
+ { &hf_pcap_stdOfMeasurements, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_5 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_PositioningMeasQuality(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_PositioningMeasQuality, UE_PositioningMeasQuality_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RoundTripTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 32766U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t RoundTripTimeInfo_sequence[] = {
+ { &hf_pcap_ue_RxTxTimeDifferenceType2, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_RxTxTimeDifferenceType2 },
+ { &hf_pcap_ue_PositioningMeasQuality, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_PositioningMeasQuality },
+ { &hf_pcap_roundTripTime , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RoundTripTime },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RoundTripTimeInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RoundTripTimeInfo, RoundTripTimeInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RxTimingDeviation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 8191U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TimingAdvance(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 63U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t RxTimingDeviationInfo_sequence[] = {
+ { &hf_pcap_rxTimingDeviation, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RxTimingDeviation },
+ { &hf_pcap_timingAdvance , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TimingAdvance },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RxTimingDeviationInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RxTimingDeviationInfo, RxTimingDeviationInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RxTimingDeviationLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 511U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TimingAdvanceLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 2047U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t RxTimingDeviationLCRInfo_sequence[] = {
+ { &hf_pcap_rxTimingDeviationLCR, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RxTimingDeviationLCR },
+ { &hf_pcap_timingAdvanceLCR, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TimingAdvanceLCR },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RxTimingDeviationLCRInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RxTimingDeviationLCRInfo, RxTimingDeviationLCRInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_Pathloss(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 46U, 158U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t CellId_MeasuredResultsInfo_sequence[] = {
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_uTRANAccessPointPositionAltitude, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UTRANAccessPointPositionAltitude },
+ { &hf_pcap_ue_PositionEstimate, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UE_PositionEstimate },
+ { &hf_pcap_roundTripTimeInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_RoundTripTimeInfo },
+ { &hf_pcap_rxTimingDeviationInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_RxTimingDeviationInfo },
+ { &hf_pcap_rxTimingDeviationLCRInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_RxTimingDeviationLCRInfo },
+ { &hf_pcap_pathloss , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Pathloss },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_CellId_MeasuredResultsInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_CellId_MeasuredResultsInfo, CellId_MeasuredResultsInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t CellId_MeasuredResultsInfoList_sequence_of[1] = {
+ { &hf_pcap_CellId_MeasuredResultsInfoList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_CellId_MeasuredResultsInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t CellId_MeasuredResultsSets_sequence_of[1] = {
+ { &hf_pcap_CellId_MeasuredResultsSets_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_CellId_MeasuredResultsInfoList },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_UE_RxTxTimeDifferenceType1(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 768U, 1280U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_ExtendedRoundTripTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 32767U, 103041U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t RoundTripTimeInfoWithType1_sequence[] = {
+ { &hf_pcap_ue_RxTxTimeDifferenceType1, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_RxTxTimeDifferenceType1 },
+ { &hf_pcap_roundTripTime , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RoundTripTime },
+ { &hf_pcap_extendedRoundTripTime, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ExtendedRoundTripTime },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RoundTripTimeInfoWithType1(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RoundTripTimeInfoWithType1, RoundTripTimeInfoWithType1_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_ExtendedTimingAdvanceLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 2048U, 8191U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RxTimingDeviation768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 65535U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TimingAdvance768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 511U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t RxTimingDeviation768Info_sequence[] = {
+ { &hf_pcap_rxTimingDeviation768, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RxTimingDeviation768 },
+ { &hf_pcap_timingAdvance768, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TimingAdvance768 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RxTimingDeviation768Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RxTimingDeviation768Info, RxTimingDeviation768Info_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RxTimingDeviation384ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 32767U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TimingAdvance384ext(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t RxTimingDeviation384extInfo_sequence[] = {
+ { &hf_pcap_rxTimingDeviation384ext, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RxTimingDeviation384ext },
+ { &hf_pcap_timingAdvance384ext, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TimingAdvance384ext },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RxTimingDeviation384extInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RxTimingDeviation384extInfo, RxTimingDeviation384extInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_CPICH_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_integer(tvb, offset, actx, tree, hf_index,
+ -5, 91U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_CPICH_EcNo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 49U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t AddMeasurementInfo_sequence[] = {
+ { &hf_pcap_cpich_RSCP , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_CPICH_RSCP },
+ { &hf_pcap_cpich_EcNo , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_CPICH_EcNo },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AddMeasurementInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AddMeasurementInfo, AddMeasurementInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_AOA_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_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 719U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_AOA_LCR_Accuracy_Class_vals[] = {
+ { 0, "a" },
+ { 1, "b" },
+ { 2, "c" },
+ { 3, "d" },
+ { 4, "e" },
+ { 5, "f" },
+ { 6, "g" },
+ { 7, "h" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_AOA_LCR_Accuracy_Class(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t AngleOfArrivalLCR_sequence[] = {
+ { &hf_pcap_aOA_LCR , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_AOA_LCR },
+ { &hf_pcap_aOA_LCR_Accuracy_Class, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_AOA_LCR_Accuracy_Class },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AngleOfArrivalLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AngleOfArrivalLCR, AngleOfArrivalLCR_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BOOLEAN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_boolean(tvb, offset, actx, tree, hf_index, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_fdd_sequence[] = {
+ { &hf_pcap_roundTripTimeInfoWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_pathlossWanted , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_roundTripTimeInfoWithType1Wanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_cpichRSCPWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_cpicEcNoWanted , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_fdd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_fdd, T_fdd_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_tdd_sequence[] = {
+ { &hf_pcap_rxTimingDeviationInfoWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_pathlossWanted , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_rxTimingDeviationLCRInfoWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_rxTimingDeviation768InfoWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_rxTimingDeviation384extInfoWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_angleOfArrivalLCRWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_timingAdvanceLCRWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_tdd(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_tdd, T_tdd_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_RequestedCellIDMeasurements_vals[] = {
+ { 0, "fdd" },
+ { 1, "tdd" },
+ { 0, NULL }
+};
+
+static const per_choice_t RequestedCellIDMeasurements_choice[] = {
+ { 0, &hf_pcap_fdd , ASN1_EXTENSION_ROOT , dissect_pcap_T_fdd },
+ { 1, &hf_pcap_tdd , ASN1_EXTENSION_ROOT , dissect_pcap_T_tdd },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_RequestedCellIDMeasurements(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RequestedCellIDMeasurements, RequestedCellIDMeasurements_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t CellIDPositioning_sequence[] = {
+ { &hf_pcap_requestedCellIDMeasurements, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RequestedCellIDMeasurements },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_CellIDPositioning(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_CellIDPositioning, CellIDPositioning_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_ClientType_vals[] = {
+ { 0, "emergency-services" },
+ { 1, "value-added-services" },
+ { 2, "plmn-operator-services" },
+ { 3, "lawful-intercept-services" },
+ { 4, "plmn-operator-broadcast-services" },
+ { 5, "plmn-operator-oam" },
+ { 6, "plmn-operator-anonymous-statistics" },
+ { 7, "plmn-operator-target-ms-service-support" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_ClientType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_CriticalityDiagnosticsRepetition(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_MessageStructureRepetition(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 256U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t MessageStructure_item_sequence[] = {
+ { &hf_pcap_iE_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_ID },
+ { &hf_pcap_repetitionNumber_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_MessageStructureRepetition },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_MessageStructure_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_MessageStructure_item, MessageStructure_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t MessageStructure_sequence_of[1] = {
+ { &hf_pcap_MessageStructure_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_MessageStructure_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_TypeOfError_vals[] = {
+ { 0, "not-understood" },
+ { 1, "missing" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TypeOfError(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t CriticalityDiagnostics_IE_List_item_sequence[] = {
+ { &hf_pcap_iECriticality , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_iE_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_ID },
+ { &hf_pcap_repetitionNumber, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_CriticalityDiagnosticsRepetition },
+ { &hf_pcap_messageStructure, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_MessageStructure },
+ { &hf_pcap_typeOfError , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TypeOfError },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_CriticalityDiagnostics_IE_List_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_CriticalityDiagnostics_IE_List_item, CriticalityDiagnostics_IE_List_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t CriticalityDiagnostics_IE_List_sequence_of[1] = {
+ { &hf_pcap_CriticalityDiagnostics_IE_List_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_CriticalityDiagnostics_IE_List_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t CriticalityDiagnostics_sequence[] = {
+ { &hf_pcap_procedureCode , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProcedureCode },
+ { &hf_pcap_triggeringMessage, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TriggeringMessage },
+ { &hf_pcap_procedureCriticality, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Criticality },
+ { &hf_pcap_transactionID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransactionID },
+ { &hf_pcap_iEsCriticalityDiagnostics, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_CriticalityDiagnostics_IE_List },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_CriticalityDiagnostics(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_CriticalityDiagnostics, CriticalityDiagnostics_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_604799(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 604799U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_DiffCorrectionStatus_vals[] = {
+ { 0, "udre-1-0" },
+ { 1, "udre-0-75" },
+ { 2, "udre-0-5" },
+ { 3, "udre-0-3" },
+ { 4, "udre-0-2" },
+ { 5, "udre-0-1" },
+ { 6, "noData" },
+ { 7, "invalidData" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_DiffCorrectionStatus(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_255(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_UDRE_vals[] = {
+ { 0, "lessThan1" },
+ { 1, "between1-and-4" },
+ { 2, "between4-and-8" },
+ { 3, "over8" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_UDRE(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_PRC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -2047, 2047U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RRC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -127, 127U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGPS_CorrectionSatInfo_sequence[] = {
+ { &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_iode , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_udre , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UDRE },
+ { &hf_pcap_prc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PRC },
+ { &hf_pcap_rrc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RRC },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_DGPS_CorrectionSatInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DGPS_CorrectionSatInfo, DGPS_CorrectionSatInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGPS_CorrectionSatInfoList_sequence_of[1] = {
+ { &hf_pcap_DGPS_CorrectionSatInfoList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_DGPS_CorrectionSatInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGPSCorrections_sequence[] = {
+ { &hf_pcap_gps_TOW_sec , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_604799 },
+ { &hf_pcap_statusHealth , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_DiffCorrectionStatus },
+ { &hf_pcap_dgps_CorrectionSatInfoList, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_DGPS_CorrectionSatInfoList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_DGPSCorrections(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DGPSCorrections, DGPSCorrections_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_T_ue_GPSTimingOfCell(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer_64b(tvb, offset, actx, tree, hf_index,
+ 0U, 37158911999999U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTRAN_GPSReferenceTimeResult_sequence[] = {
+ { &hf_pcap_ue_GPSTimingOfCell, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_ue_GPSTimingOfCell },
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_sfn , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTRAN_GPSReferenceTimeResult(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTRAN_GPSReferenceTimeResult, UTRAN_GPSReferenceTimeResult_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_604799999_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 604799999U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const per_sequence_t Cell_Timing_sequence[] = {
+ { &hf_pcap_sfn , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Cell_Timing(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Cell_Timing, Cell_Timing_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_ReferenceTimeChoice_vals[] = {
+ { 0, "utran-GPSReferenceTimeResult" },
+ { 1, "gps-ReferenceTimeOnly" },
+ { 2, "cell-Timing" },
+ { 0, NULL }
+};
+
+static const per_choice_t ReferenceTimeChoice_choice[] = {
+ { 0, &hf_pcap_utran_GPSReferenceTimeResult, ASN1_EXTENSION_ROOT , dissect_pcap_UTRAN_GPSReferenceTimeResult },
+ { 1, &hf_pcap_gps_ReferenceTimeOnly, ASN1_EXTENSION_ROOT , dissect_pcap_INTEGER_0_604799999_ },
+ { 2, &hf_pcap_cell_Timing , ASN1_EXTENSION_ROOT , dissect_pcap_Cell_Timing },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_ReferenceTimeChoice(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ReferenceTimeChoice, ReferenceTimeChoice_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_PositionEstimateInfo_sequence[] = {
+ { &hf_pcap_referenceTimeChoice, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ReferenceTimeChoice },
+ { &hf_pcap_ue_positionEstimate, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_PositionEstimate },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_PositionEstimateInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_PositionEstimateInfo, UE_PositionEstimateInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_PositioningDataDiscriminator(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 4, 4, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_PositioningMethodAndUsage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
+ 1, 1, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositioningDataSet_sequence_of[1] = {
+ { &hf_pcap_PositioningDataSet_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_PositioningMethodAndUsage },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionData_sequence[] = {
+ { &hf_pcap_positioningDataDiscriminator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PositioningDataDiscriminator },
+ { &hf_pcap_positioningDataSet, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_PositioningDataSet },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionData, PositionData_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_GANSS_PositioningMethodAndUsage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_octet_string(tvb, offset, actx, tree, hf_index,
+ 1, 1, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_PositioningDataSet_sequence_of[1] = {
+ { &hf_pcap_GANSS_PositioningDataSet_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_PositioningMethodAndUsage },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_604799999(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 604799999U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M2048_2047(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -2048, 2047U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M42_21(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -42, 21U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_DopplerUncertainty_vals[] = {
+ { 0, "hz12-5" },
+ { 1, "hz25" },
+ { 2, "hz50" },
+ { 3, "hz100" },
+ { 4, "hz200" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_DopplerUncertainty(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 5, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t ExtraDopplerInfo_sequence[] = {
+ { &hf_pcap_doppler1stOrder, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M42_21 },
+ { &hf_pcap_dopplerUncertainty, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_DopplerUncertainty },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_ExtraDopplerInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ExtraDopplerInfo, ExtraDopplerInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_1022(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 1022U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_19(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 19U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_3(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 3U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_CodePhaseSearchWindow_vals[] = {
+ { 0, "w1023" },
+ { 1, "w1" },
+ { 2, "w2" },
+ { 3, "w3" },
+ { 4, "w4" },
+ { 5, "w6" },
+ { 6, "w8" },
+ { 7, "w12" },
+ { 8, "w16" },
+ { 9, "w24" },
+ { 10, "w32" },
+ { 11, "w48" },
+ { 12, "w64" },
+ { 13, "w96" },
+ { 14, "w128" },
+ { 15, "w192" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_CodePhaseSearchWindow(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 16, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_31(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 31U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_7(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 7U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t AzimuthAndElevation_sequence[] = {
+ { &hf_pcap_azimuth , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_31 },
+ { &hf_pcap_elevation , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_7 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AzimuthAndElevation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AzimuthAndElevation, AzimuthAndElevation_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t AcquisitionSatInfo_sequence[] = {
+ { &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_doppler0thOrder, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M2048_2047 },
+ { &hf_pcap_extraDopplerInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ExtraDopplerInfo },
+ { &hf_pcap_codePhase , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_1022 },
+ { &hf_pcap_integerCodePhase, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_19 },
+ { &hf_pcap_gps_BitNumber , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_3 },
+ { &hf_pcap_codePhaseSearchWindow, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CodePhaseSearchWindow },
+ { &hf_pcap_azimuthAndElevation, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_AzimuthAndElevation },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AcquisitionSatInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AcquisitionSatInfo, AcquisitionSatInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t AcquisitionSatInfoList_sequence_of[1] = {
+ { &hf_pcap_AcquisitionSatInfoList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_AcquisitionSatInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_AcquisitionAssistance_sequence[] = {
+ { &hf_pcap_gps_TOW_1msec , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_604799999 },
+ { &hf_pcap_satelliteInformationList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_AcquisitionSatInfoList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_AcquisitionAssistance(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_AcquisitionAssistance, GPS_AcquisitionAssistance_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_119(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 119U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_3_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 3U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_SignalID_sequence[] = {
+ { &hf_pcap_ganssSignalID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_3_ },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_SignalID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_SignalID, GANSS_SignalID_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_GANSS_StatusHealth_vals[] = {
+ { 0, "udre-scale-1dot0" },
+ { 1, "udre-scale-0dot75" },
+ { 2, "udre-scale-0dot5" },
+ { 3, "udre-scale-0dot3" },
+ { 4, "udre-scale-Odot2" },
+ { 5, "udre-scale-0dot1" },
+ { 6, "no-data" },
+ { 7, "invalid-data" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_GANSS_StatusHealth(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_10(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 10, 10, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M2047_2047(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -2047, 2047U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M127_127(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -127, 127U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGANSS_SignalInformationItem_sequence[] = {
+ { &hf_pcap_satId , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_gANSS_iod , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_10 },
+ { &hf_pcap_udre , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UDRE },
+ { &hf_pcap_ganss_prc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M2047_2047 },
+ { &hf_pcap_ganss_rrc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M127_127 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_DGANSS_SignalInformationItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DGANSS_SignalInformationItem, DGANSS_SignalInformationItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGANSS_SignalInformation_sequence_of[1] = {
+ { &hf_pcap_DGANSS_SignalInformation_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_DGANSS_SignalInformationItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGANSS_InformationItem_sequence[] = {
+ { &hf_pcap_gANSS_SignalId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_SignalID },
+ { &hf_pcap_gANSS_StatusHealth, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_StatusHealth },
+ { &hf_pcap_dGANSS_SignalInformation, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_DGANSS_SignalInformation },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_DGANSS_InformationItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DGANSS_InformationItem, DGANSS_InformationItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGANSS_Information_sequence_of[1] = {
+ { &hf_pcap_DGANSS_Information_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_DGANSS_InformationItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t DGANSS_Corrections_sequence[] = {
+ { &hf_pcap_dGANSS_ReferenceTime, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_119 },
+ { &hf_pcap_dGANSS_Information, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_DGANSS_Information },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_DGANSS_Corrections(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DGANSS_Corrections, DGANSS_Corrections_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_36(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 36, 36, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_4(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 4, 4, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_17(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 17, 17, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_14(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 14, 14, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_SatelliteInformationKPItem_sequence[] = {
+ { &hf_pcap_ganss_e_alm , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_11 },
+ { &hf_pcap_ganss_delta_I_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_11 },
+ { &hf_pcap_ganss_omegadot_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_11 },
+ { &hf_pcap_ganss_svhealth_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_4 },
+ { &hf_pcap_ganss_delta_a_sqrt_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_17 },
+ { &hf_pcap_ganss_omegazero_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_ganss_m_zero_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_ganss_omega_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_ganss_af_zero_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_14 },
+ { &hf_pcap_ganss_af_one_alm, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_11 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_SatelliteInformationKPItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_SatelliteInformationKPItem, GANSS_SatelliteInformationKPItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_SatelliteInformationKP_sequence_of[1] = {
+ { &hf_pcap_GANSS_SatelliteInformationKP_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_SatelliteInformationKPItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_KeplerianParametersAlm_sequence[] = {
+ { &hf_pcap_t_oa , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_iod_a , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_3 },
+ { &hf_pcap_gANSS_SatelliteInformationKP, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_SatelliteInformationKP },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_KeplerianParametersAlm(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_KeplerianParametersAlm, GANSS_KeplerianParametersAlm_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_GANSS_AlmanacModel_vals[] = {
+ { 0, "gANSS-keplerianParameters" },
+ { 0, NULL }
+};
+
+static const per_choice_t GANSS_AlmanacModel_choice[] = {
+ { 0, &hf_pcap_gANSS_keplerianParameters, ASN1_EXTENSION_ROOT , dissect_pcap_GANSS_KeplerianParametersAlm },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_AlmanacModel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_AlmanacModel, GANSS_AlmanacModel_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_AlmanacAndSatelliteHealth_sequence[] = {
+ { &hf_pcap_weekNumber , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_ganss_sat_id , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_36 },
+ { &hf_pcap_gANSS_AlmanacModel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_AlmanacModel },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_AlmanacAndSatelliteHealth(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_AlmanacAndSatelliteHealth, GANSS_AlmanacAndSatelliteHealth_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_75(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 75U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_AzimuthAndElevation_sequence[] = {
+ { &hf_pcap_azimuth , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_31 },
+ { &hf_pcap_elevation_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_75 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_AzimuthAndElevation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_AzimuthAndElevation, GANSS_AzimuthAndElevation_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_511(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 511U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_12(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 12, 12, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_18(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 18, 18, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_28(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 28, 28, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_SatelliteClockModelItem_sequence[] = {
+ { &hf_pcap_t_oc_lsb , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_511 },
+ { &hf_pcap_a_i2 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_12 },
+ { &hf_pcap_a_i1 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_18 },
+ { &hf_pcap_a_i0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_28 },
+ { &hf_pcap_t_gd , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_10 },
+ { &hf_pcap_model_id , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_3 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_SatelliteClockModelItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_SatelliteClockModelItem, GANSS_SatelliteClockModelItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Clock_Model_sequence_of[1] = {
+ { &hf_pcap_GANSS_Clock_Model_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_SatelliteClockModelItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_8191(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 8191U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_86399(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 86399U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSSID_sequence[] = {
+ { &hf_pcap_ganss_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_7 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSSID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSSID, GANSSID_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_3999999(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 3999999U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTRAN_GANSSReferenceTimeDL_sequence[] = {
+ { &hf_pcap_utran_GANSSTimingOfCellFrames, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_3999999 },
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UC_ID },
+ { &hf_pcap_referenceSfn , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTRAN_GANSSReferenceTimeDL(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTRAN_GANSSReferenceTimeDL, UTRAN_GANSSReferenceTimeDL_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_TUTRAN_GANSS_DriftRate_vals[] = {
+ { 0, "uTRAN-GANSSDrift0" },
+ { 1, "uTRAN-GANSSDrift1" },
+ { 2, "uTRAN-GANSSDrift2" },
+ { 3, "uTRAN-GANSSDrift5" },
+ { 4, "uTRAN-GANSSDrift10" },
+ { 5, "uTRAN-GANSSDrift15" },
+ { 6, "uTRAN-GANSSDrift25" },
+ { 7, "uTRAN-GANSSDrift50" },
+ { 8, "uTRAN-GANSSDrift-1" },
+ { 9, "uTRAN-GANSSDrift-2" },
+ { 10, "uTRAN-GANSSDrift-5" },
+ { 11, "uTRAN-GANSSDrift-10" },
+ { 12, "uTRAN-GANSSDrift-15" },
+ { 13, "uTRAN-GANSSDrift-25" },
+ { 14, "uTRAN-GANSSDrift-50" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TUTRAN_GANSS_DriftRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 15, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Reference_Time_sequence[] = {
+ { &hf_pcap_ganssDay , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_8191 },
+ { &hf_pcap_ganssTod_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_86399 },
+ { &hf_pcap_ganssTodUncertainty, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_ganssTimeId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_utran_ganssreferenceTime, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UTRAN_GANSSReferenceTimeDL },
+ { &hf_pcap_tutran_ganss_driftRate, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TUTRAN_GANSS_DriftRate },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Reference_Time(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Reference_Time, GANSS_Reference_Time_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_IonosphereRegionalStormFlags_sequence[] = {
+ { &hf_pcap_storm_flag_one , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_storm_flag_two , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_storm_flag_three, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_storm_flag_four, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_storm_flag_five, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_IonosphereRegionalStormFlags(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_IonosphereRegionalStormFlags, GANSS_IonosphereRegionalStormFlags_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Ionospheric_Model_sequence[] = {
+ { &hf_pcap_alpha_zero_ionos, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_12 },
+ { &hf_pcap_alpha_one_ionos, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_12 },
+ { &hf_pcap_alpha_two_ionos, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_12 },
+ { &hf_pcap_gANSS_IonosphereRegionalStormFlags, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_IonosphereRegionalStormFlags },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Ionospheric_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Ionospheric_Model, GANSS_Ionospheric_Model_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Reference_Location_sequence[] = {
+ { &hf_pcap_ue_PositionEstimate, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_PositionEstimate },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Reference_Location(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Reference_Location, GANSS_Reference_Location_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_CommonAssistanceData_sequence[] = {
+ { &hf_pcap_ganss_Reference_Time, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_Reference_Time },
+ { &hf_pcap_ganss_Ionospheric_Model, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_Ionospheric_Model },
+ { &hf_pcap_ganss_Reference_Location, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_Reference_Location },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_CommonAssistanceData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_CommonAssistanceData, GANSS_CommonAssistanceData_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_59_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 59U, NULL, TRUE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_1_1024(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 1024U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_1_1024(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 1, 1024, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_DataBitAssistanceItem_sequence[] = {
+ { &hf_pcap_ganssDataTypeID, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_3_ },
+ { &hf_pcap_ganssNbit , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_1_1024 },
+ { &hf_pcap_ganssDataBits , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_1_1024 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_DataBitAssistanceItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_DataBitAssistanceItem, GANSS_DataBitAssistanceItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_DataBitAssistanceList_sequence_of[1] = {
+ { &hf_pcap_GANSS_DataBitAssistanceList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_DataBitAssistanceItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Data_Bit_Assistance_sequence[] = {
+ { &hf_pcap_ganssTod , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_59_ },
+ { &hf_pcap_dataBitAssistancelist, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_DataBitAssistanceList },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Data_Bit_Assistance(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Data_Bit_Assistance, GANSS_Data_Bit_Assistance_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_dopplerUncertainty_vals[] = {
+ { 0, "dH40" },
+ { 1, "dH20" },
+ { 2, "dH10" },
+ { 3, "dH5" },
+ { 4, "dH2-5" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_dopplerUncertainty(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 5, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_ExtraDoppler_sequence[] = {
+ { &hf_pcap_dopplerFirstOrder, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M42_21 },
+ { &hf_pcap_dopplerUncertainty_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_dopplerUncertainty },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_ExtraDoppler(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_ExtraDoppler, GANSS_ExtraDoppler_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_4_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 4U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_RealTimeInformationItem_sequence[] = {
+ { &hf_pcap_bad_ganss_satId, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_bad_ganss_signalId, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_4_ },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_RealTimeInformationItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_RealTimeInformationItem, GANSS_RealTimeInformationItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Real_Time_Integrity_sequence_of[1] = {
+ { &hf_pcap_GANSS_Real_Time_Integrity_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_RealTimeInformationItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_1023(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 1023U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_SatelliteInformationItem_sequence[] = {
+ { &hf_pcap_ganssSatId , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_dopplerZeroOrder, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M2048_2047 },
+ { &hf_pcap_extraDoppler , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_ExtraDoppler },
+ { &hf_pcap_codePhase_02 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_1023 },
+ { &hf_pcap_integerCodePhase_02, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_codePhaseSearchWindow_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_31 },
+ { &hf_pcap_azimuthAndElevation_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_AzimuthAndElevation },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_SatelliteInformationItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_SatelliteInformationItem, GANSS_SatelliteInformationItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_SatelliteInformation_sequence_of[1] = {
+ { &hf_pcap_GANSS_SatelliteInformation_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_SatelliteInformationItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_ReferenceMeasurementInfo_sequence[] = {
+ { &hf_pcap_ganssSignalId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_SignalID },
+ { &hf_pcap_satelliteInformation, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_SatelliteInformation },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_ReferenceMeasurementInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_ReferenceMeasurementInfo, GANSS_ReferenceMeasurementInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_32(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 32, 32, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_UTC_Model_sequence[] = {
+ { &hf_pcap_a_one_utc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_a_zero_utc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_t_ot_utc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_w_n_t_utc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_delta_t_ls_utc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_w_n_lsf_utc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_dn_utc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_delta_t_lsf_utc, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_UTC_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_UTC_Model, GANSS_UTC_Model_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_37799(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 37799U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M2147483648_2147483647(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -2147483648, 2147483647U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M64_63(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -64, 63U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Time_Model_sequence[] = {
+ { &hf_pcap_ganss_time_model_refTime, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_37799 },
+ { &hf_pcap_ganss_t_a0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M2147483648_2147483647 },
+ { &hf_pcap_ganss_t_a1 , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_M8388608_8388607 },
+ { &hf_pcap_ganss_t_a2 , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_M64_63 },
+ { &hf_pcap_ganss_to_id , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_7 },
+ { &hf_pcap_ganss_wk_number, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_8191 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Time_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Time_Model, GANSS_Time_Model_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_non_broadcastIndication_vals[] = {
+ { 0, "true" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_non_broadcastIndication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 1, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_33554431(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 33554431U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_67108863(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 67108863U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_KeplerianParametersOrb_sequence[] = {
+ { &hf_pcap_toe_lsb_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_511 },
+ { &hf_pcap_ganss_omega_nav, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_delta_n_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_m_zero_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_omegadot_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_ganss_e_lsb_nav, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_33554431 },
+ { &hf_pcap_idot_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_14 },
+ { &hf_pcap_a_sqrt_lsb_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_67108863 },
+ { &hf_pcap_i_zero_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_omega_zero_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_c_rs_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_c_is_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_c_us_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_c_rc_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_c_ic_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_c_uc_nav , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_KeplerianParametersOrb(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_KeplerianParametersOrb, GANSS_KeplerianParametersOrb_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_GANSS_Orbit_Model_vals[] = {
+ { 0, "gANSS-keplerianParameters" },
+ { 0, NULL }
+};
+
+static const per_choice_t GANSS_Orbit_Model_choice[] = {
+ { 0, &hf_pcap_gANSS_keplerianParameters_01, ASN1_EXTENSION_ROOT , dissect_pcap_GANSS_KeplerianParametersOrb },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Orbit_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Orbit_Model, GANSS_Orbit_Model_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Sat_Info_Nav_item_sequence[] = {
+ { &hf_pcap_satId , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_svHealth , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_5 },
+ { &hf_pcap_iod , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_10 },
+ { &hf_pcap_ganssClockModel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_Clock_Model },
+ { &hf_pcap_ganssOrbitModel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_Orbit_Model },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Sat_Info_Nav_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Sat_Info_Nav_item, GANSS_Sat_Info_Nav_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Sat_Info_Nav_sequence_of[1] = {
+ { &hf_pcap_GANSS_Sat_Info_Nav_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_Sat_Info_Nav_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_Navigation_Model_sequence[] = {
+ { &hf_pcap_non_broadcastIndication, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_T_non_broadcastIndication },
+ { &hf_pcap_toe_c_msb , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_31 },
+ { &hf_pcap_e_msb , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_sqrtA_msb , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_ganssSatInfoNav, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_Sat_Info_Nav },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_Navigation_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_Navigation_Model, GANSS_Navigation_Model_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSSGenericAssistanceData_sequence[] = {
+ { &hf_pcap_ganssId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_ganss_Real_Time_Integrity, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_Real_Time_Integrity },
+ { &hf_pcap_ganss_DataBitAssistance, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_Data_Bit_Assistance },
+ { &hf_pcap_dganss_Corrections, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_DGANSS_Corrections },
+ { &hf_pcap_ganss_AlmanacAndSatelliteHealth, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_AlmanacAndSatelliteHealth },
+ { &hf_pcap_ganss_ReferenceMeasurementInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_ReferenceMeasurementInfo },
+ { &hf_pcap_ganss_UTC_Model, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_UTC_Model },
+ { &hf_pcap_ganss_Time_Model, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_Time_Model },
+ { &hf_pcap_ganss_Navigation_Model, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_Navigation_Model },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSSGenericAssistanceData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSSGenericAssistanceData, GANSSGenericAssistanceData_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_GenericAssistanceDataList_sequence_of[1] = {
+ { &hf_pcap_GANSS_GenericAssistanceDataList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSSGenericAssistanceData },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_multipathIndicator_vals[] = {
+ { 0, "nM" },
+ { 1, "low" },
+ { 2, "medium" },
+ { 3, "high" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_multipathIndicator(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_2097151(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 2097151U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M32768_32767(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -32768, 32767U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_MeasurementParametersItem_sequence[] = {
+ { &hf_pcap_satId , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_cToNzero , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_multipathIndicator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_multipathIndicator },
+ { &hf_pcap_carrierQualityIndication, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BIT_STRING_SIZE_2 },
+ { &hf_pcap_codePhase_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_2097151 },
+ { &hf_pcap_integerCodePhase_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_codePhaseRmsError, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_doppler , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M32768_32767 },
+ { &hf_pcap_adr , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_33554431 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_MeasurementParametersItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_MeasurementParametersItem, GANSS_MeasurementParametersItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_MeasurementParameters_sequence_of[1] = {
+ { &hf_pcap_GANSS_MeasurementParameters_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_MeasurementParametersItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_GenericMeasurementInfo_item_sequence[] = {
+ { &hf_pcap_ganssId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_ganssSignalId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_SignalID },
+ { &hf_pcap_ganssMeasurementParameters, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_MeasurementParameters },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_GenericMeasurementInfo_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_GenericMeasurementInfo_item, GANSS_GenericMeasurementInfo_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_GenericMeasurementInfo_sequence_of[1] = {
+ { &hf_pcap_GANSS_GenericMeasurementInfo_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_GenericMeasurementInfo_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_T_ue_GANSSTimingOfCellFrames(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer_64b(tvb, offset, actx, tree, hf_index,
+ 0U, 345599999999U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTRAN_GANSSReferenceTimeUL_sequence[] = {
+ { &hf_pcap_ue_GANSSTimingOfCellFrames, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_ue_GANSSTimingOfCellFrames },
+ { &hf_pcap_gANSS_TimeId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_gANSS_TimeUncertainty, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_referenceSfn , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTRAN_GANSSReferenceTimeUL(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTRAN_GANSSReferenceTimeUL, UTRAN_GANSSReferenceTimeUL_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_3599999(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 3599999U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_ReferenceTimeOnly_sequence[] = {
+ { &hf_pcap_gANSS_tod , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_3599999 },
+ { &hf_pcap_gANSS_timeId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_gANSS_TimeUncertainty, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_ReferenceTimeOnly(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_ReferenceTimeOnly, GANSS_ReferenceTimeOnly_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_referenceTime_vals[] = {
+ { 0, "utranReferenceTime" },
+ { 1, "ganssReferenceTimeOnly" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_referenceTime_choice[] = {
+ { 0, &hf_pcap_utranReferenceTime, ASN1_EXTENSION_ROOT , dissect_pcap_UTRAN_GANSSReferenceTimeUL },
+ { 1, &hf_pcap_ganssReferenceTimeOnly, ASN1_EXTENSION_ROOT , dissect_pcap_GANSS_ReferenceTimeOnly },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_referenceTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_referenceTime, T_referenceTime_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_MeasuredResults_sequence[] = {
+ { &hf_pcap_referenceTime , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_referenceTime },
+ { &hf_pcap_ganssGenericMeasurementInfo, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_GenericMeasurementInfo },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_MeasuredResults(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_MeasuredResults, GANSS_MeasuredResults_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_MeasuredResultsList_sequence_of[1] = {
+ { &hf_pcap_GANSS_MeasuredResultsList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_MeasuredResults },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_GANSS_UTRAN_TimeRelationshipUncertainty_vals[] = {
+ { 0, "gANSS-UTRAN-TRU-50nano" },
+ { 1, "gANSS-UTRAN-TRU-500nano" },
+ { 2, "gANSS-UTRAN-TRU-1micro" },
+ { 3, "gANSS-UTRAN-TRU-10micro" },
+ { 4, "gANSS-UTRAN-TRU-1milli" },
+ { 5, "gANSS-UTRAN-TRU-10milli" },
+ { 6, "gANSS-UTRAN-TRU-100milli" },
+ { 7, "gANSS-UTRAN-TRU-unreliable" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_GANSS_UTRAN_TimeRelationshipUncertainty(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_UTRAN_TRU_sequence[] = {
+ { &hf_pcap_gANSS_UTRAN_TimeRelationshipUncertainty, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_UTRAN_TimeRelationshipUncertainty },
+ { &hf_pcap_ganssId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_UTRAN_TRU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_UTRAN_TRU, GANSS_UTRAN_TRU_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_6(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 6, 6, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_1(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 1, 1, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_23(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 23, 23, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t SubFrame1Reserved_sequence[] = {
+ { &hf_pcap_reserved1 , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_23 },
+ { &hf_pcap_reserved2 , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_reserved3 , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_reserved4 , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_SubFrame1Reserved(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_SubFrame1Reserved, SubFrame1Reserved_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_22(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 22, 22, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_ClockAndEphemerisParameters_sequence[] = {
+ { &hf_pcap_codeOnL2 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_2 },
+ { &hf_pcap_uraIndex , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_4 },
+ { &hf_pcap_satHealth_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_6 },
+ { &hf_pcap_iodc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_10 },
+ { &hf_pcap_l2Pflag , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_1 },
+ { &hf_pcap_sf1Revd , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SubFrame1Reserved },
+ { &hf_pcap_t_GD , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_t_oc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_af2 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_af1_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_af0_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_22 },
+ { &hf_pcap_c_rs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_delta_n , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_m0_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_c_uc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_e_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_c_us , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_a_Sqrt_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_t_oe , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_fitInterval , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_1 },
+ { &hf_pcap_aodo , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_5 },
+ { &hf_pcap_c_ic , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_omega0_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_c_is , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_i0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_c_rc , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_16 },
+ { &hf_pcap_omega_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_omegaDot_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_iDot , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_14 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_ClockAndEphemerisParameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_ClockAndEphemerisParameters, GPS_ClockAndEphemerisParameters_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_Ionospheric_Model_sequence[] = {
+ { &hf_pcap_alfa0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_alfa1 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_alfa2 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_alfa3 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_beta0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_beta1 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_beta2 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_beta3 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_Ionospheric_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_Ionospheric_Model, GPS_Ionospheric_Model_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M32768_32768(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -32768, 32768U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_MultipathIndicator_vals[] = {
+ { 0, "nm" },
+ { 1, "low" },
+ { 2, "medium" },
+ { 3, "high" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_MultipathIndicator(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_MeasurementParam_sequence[] = {
+ { &hf_pcap_satelliteID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_c_N0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_doppler_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M32768_32768 },
+ { &hf_pcap_wholeGPS_Chips , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_1022 },
+ { &hf_pcap_fractionalGPS_Chips, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_1023 },
+ { &hf_pcap_multipathIndicator_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_MultipathIndicator },
+ { &hf_pcap_pseudorangeRMS_Error, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_MeasurementParam(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_MeasurementParam, GPS_MeasurementParam_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_MeasurementParamList_sequence_of[1] = {
+ { &hf_pcap_GPS_MeasurementParamList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GPS_MeasurementParam },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_MeasuredResults_sequence[] = {
+ { &hf_pcap_gps_TOW_1msec , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_604799999 },
+ { &hf_pcap_gps_MeasurementParamList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GPS_MeasurementParamList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_MeasuredResults(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_MeasuredResults, GPS_MeasuredResults_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t MeasuredResultsList_sequence_of[1] = {
+ { &hf_pcap_MeasuredResultsList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GPS_MeasuredResults },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_SatelliteStatus_vals[] = {
+ { 0, "ns-NN" },
+ { 1, "es-SN" },
+ { 2, "es-NN" },
+ { 3, "rev2" },
+ { 4, "rev" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_SatelliteStatus(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 5, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t NavigationModelSatInfo_sequence[] = {
+ { &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_satelliteStatus, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SatelliteStatus },
+ { &hf_pcap_gps_clockAndEphemerisParms, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_ClockAndEphemerisParameters },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_NavigationModelSatInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_NavigationModelSatInfo, NavigationModelSatInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_NavigationModel_sequence_of[1] = {
+ { &hf_pcap_GPS_NavigationModel_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_NavigationModelSatInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t BadSatList_sequence_of[1] = {
+ { &hf_pcap_BadSatList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_NoBadSatellites(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+static const value_string pcap_GPS_RealTimeIntegrity_vals[] = {
+ { 0, "badSatellites" },
+ { 1, "noBadSatellites" },
+ { 0, NULL }
+};
+
+static const per_choice_t GPS_RealTimeIntegrity_choice[] = {
+ { 0, &hf_pcap_badSatellites , ASN1_EXTENSION_ROOT , dissect_pcap_BadSatList },
+ { 1, &hf_pcap_noBadSatellites, ASN1_EXTENSION_ROOT , dissect_pcap_NoBadSatellites },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_RealTimeIntegrity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_RealTimeIntegrity, GPS_RealTimeIntegrity_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_ReferenceLocation_sequence[] = {
+ { &hf_pcap_ue_PositionEstimate, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_PositionEstimate },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_ReferenceLocation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_ReferenceLocation, GPS_ReferenceLocation_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_TOW_Assist_sequence[] = {
+ { &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_tlm_Message , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_14 },
+ { &hf_pcap_antiSpoof , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_alert , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_tlm_Reserved , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_2 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_TOW_Assist(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_TOW_Assist, GPS_TOW_Assist_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_TOW_AssistList_sequence_of[1] = {
+ { &hf_pcap_GPS_TOW_AssistList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GPS_TOW_Assist },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_ReferenceTime_sequence[] = {
+ { &hf_pcap_gps_Week , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_1023 },
+ { &hf_pcap_gps_TOW_1msec , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_604799999 },
+ { &hf_pcap_gps_TOW_AssistList, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_TOW_AssistList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_ReferenceTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_ReferenceTime, GPS_ReferenceTime_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_UTRAN_GPS_DriftRate_vals[] = {
+ { 0, "utran-GPSDrift0" },
+ { 1, "utran-GPSDrift1" },
+ { 2, "utran-GPSDrift2" },
+ { 3, "utran-GPSDrift5" },
+ { 4, "utran-GPSDrift10" },
+ { 5, "utran-GPSDrift15" },
+ { 6, "utran-GPSDrift25" },
+ { 7, "utran-GPSDrift50" },
+ { 8, "utran-GPSDrift-1" },
+ { 9, "utran-GPSDrift-2" },
+ { 10, "utran-GPSDrift-5" },
+ { 11, "utran-GPSDrift-10" },
+ { 12, "utran-GPSDrift-15" },
+ { 13, "utran-GPSDrift-25" },
+ { 14, "utran-GPSDrift-50" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_UTRAN_GPS_DriftRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 15, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPSReferenceTimeUncertainty_sequence[] = {
+ { &hf_pcap_gps_RefTimeUNC , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_127 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPSReferenceTimeUncertainty(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPSReferenceTimeUncertainty, GPSReferenceTimeUncertainty_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_GPS_Transmission_TOW(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 604799U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPS_UTC_Model_sequence[] = {
+ { &hf_pcap_a1 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_24 },
+ { &hf_pcap_a0 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_32 },
+ { &hf_pcap_t_ot , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_delta_t_LS , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_wn_t , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_wn_lsf , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_dn , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_delta_t_LSF , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPS_UTC_Model(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPS_UTC_Model, GPS_UTC_Model_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_GPS_UTRAN_TRU_vals[] = {
+ { 0, "nsec-50" },
+ { 1, "nsec-500" },
+ { 2, "usec-1" },
+ { 3, "usec-10" },
+ { 4, "msec-1" },
+ { 5, "msec-10" },
+ { 6, "msec-100" },
+ { 7, "unreliable" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_GPS_UTRAN_TRU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_167(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 167U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_10(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 10U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t SatelliteRelatedData_sequence[] = {
+ { &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_iode , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_SatelliteRelatedData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_SatelliteRelatedData, SatelliteRelatedData_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t SatelliteRelatedDataList_sequence_of[1] = {
+ { &hf_pcap_SatelliteRelatedDataList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_SatelliteRelatedData },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t NavModelAdditionalData_sequence[] = {
+ { &hf_pcap_gps_Week , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_1023 },
+ { &hf_pcap_gps_TOE , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_167 },
+ { &hf_pcap_t_TOE_limit , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_10 },
+ { &hf_pcap_satRelatedDataList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SatelliteRelatedDataList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_NavModelAdditionalData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_NavModelAdditionalData, NavModelAdditionalData_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t AdditionalGPSAssistDataRequired_sequence[] = {
+ { &hf_pcap_almanacRequest , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_utcModelRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_ionosphericModelRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_navigationModelRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_dgpsCorrectionsRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_referenceLocationRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_referenceTimeRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_aquisitionAssistanceRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_realTimeIntegrityRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_navModelAddDataRequest, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_NavModelAdditionalData },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AdditionalGPSAssistDataRequired(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AdditionalGPSAssistDataRequired, AdditionalGPSAssistDataRequired_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_DGANSS_Sig_Id_Req(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 8, 8, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_BIT_STRING_SIZE_9(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 9, 9, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t ReqDataBitAssistanceList_item_sequence[] = {
+ { &hf_pcap_ganssDataBitAssistance, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_ReqDataBitAssistanceList_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ReqDataBitAssistanceList_item, ReqDataBitAssistanceList_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t ReqDataBitAssistanceList_sequence_of[1] = {
+ { &hf_pcap_ReqDataBitAssistanceList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ReqDataBitAssistanceList_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t GanssDataBits_sequence[] = {
+ { &hf_pcap_ganssTod_01 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_86399 },
+ { &hf_pcap_dataBitAssistancelist_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ReqDataBitAssistanceList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GanssDataBits(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GanssDataBits, GanssDataBits_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t SatelliteRelatedDataGANSS_sequence[] = {
+ { &hf_pcap_satID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { &hf_pcap_iod , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_10 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_SatelliteRelatedDataGANSS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_SatelliteRelatedDataGANSS, SatelliteRelatedDataGANSS_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t SatelliteRelatedDataListGANSS_sequence_of[1] = {
+ { &hf_pcap_SatelliteRelatedDataListGANSS_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_SatelliteRelatedDataGANSS },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t NavigationModelGANSS_sequence[] = {
+ { &hf_pcap_ganssWeek , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_ganssTOE , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_167 },
+ { &hf_pcap_t_toe_limit , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_10 },
+ { &hf_pcap_satRelatedDataListGANSS, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SatelliteRelatedDataListGANSS },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_NavigationModelGANSS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_NavigationModelGANSS, NavigationModelGANSS_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GanssReqGenericData_sequence[] = {
+ { &hf_pcap_ganssId , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_ganssRealTimeIntegrity, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssDifferentialCorrection, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_DGANSS_Sig_Id_Req },
+ { &hf_pcap_ganssAlmanac , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssNavigationModel, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssTimeModels, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BIT_STRING_SIZE_9 },
+ { &hf_pcap_ganssReferenceMeasurementInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssDataBits_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GanssDataBits },
+ { &hf_pcap_ganssUTCModel , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssNavigationModelAdditionalData, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_NavigationModelGANSS },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GanssReqGenericData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GanssReqGenericData, GanssReqGenericData_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GanssRequestedGenericAssistanceDataList_sequence_of[1] = {
+ { &hf_pcap_GanssRequestedGenericAssistanceDataList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GanssReqGenericData },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t AdditionalGanssAssistDataRequired_sequence[] = {
+ { &hf_pcap_ganssReferenceTime, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssreferenceLocation, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssIonosphericModel, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_ganssRequestedGenericAssistanceDataList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GanssRequestedGenericAssistanceDataList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AdditionalGanssAssistDataRequired(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AdditionalGanssAssistDataRequired, AdditionalGanssAssistDataRequired_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_InformationExchangeID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 1048575U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_InformationReportCharacteristicsType_vals[] = {
+ { 0, "onDemand" },
+ { 1, "periodic" },
+ { 2, "onModification" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_InformationReportCharacteristicsType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 3, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_1_60_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 60U, NULL, TRUE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_1_24_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 24U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const value_string pcap_InformationReportPeriodicity_vals[] = {
+ { 0, "min" },
+ { 1, "hour" },
+ { 0, NULL }
+};
+
+static const per_choice_t InformationReportPeriodicity_choice[] = {
+ { 0, &hf_pcap_min , ASN1_EXTENSION_ROOT , dissect_pcap_INTEGER_1_60_ },
+ { 1, &hf_pcap_hour , ASN1_EXTENSION_ROOT , dissect_pcap_INTEGER_1_24_ },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationReportPeriodicity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationReportPeriodicity, InformationReportPeriodicity_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationReportCharacteristics_sequence[] = {
+ { &hf_pcap_type , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_InformationReportCharacteristicsType },
+ { &hf_pcap_periodicity , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_InformationReportPeriodicity },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationReportCharacteristics(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationReportCharacteristics, InformationReportCharacteristics_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_MethodType_vals[] = {
+ { 0, "ue-assisted" },
+ { 1, "ue-based" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_MethodType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_AlmanacAndSatelliteHealth(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransmissionTOWIndicator_vals[] = {
+ { 0, "requested" },
+ { 1, "not-Requested" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TransmissionTOWIndicator(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t UtcModel_sequence[] = {
+ { &hf_pcap_transmissionTOWIndicator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransmissionTOWIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UtcModel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UtcModel, UtcModel_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t IonosphericModel_sequence[] = {
+ { &hf_pcap_transmissionTOWIndicator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransmissionTOWIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_IonosphericModel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_IonosphericModel, IonosphericModel_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t NavigationModel_sequence[] = {
+ { &hf_pcap_transmissionTOWIndicator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransmissionTOWIndicator },
+ { &hf_pcap_navModelAdditionalData, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_NavModelAdditionalData },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_NavigationModel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_NavigationModel, NavigationModel_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_DgpsCorrections(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_ReferenceTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_AcquisitionAssistance(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RealTimeIntegrity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+static const per_sequence_t AlmanacAndSatelliteHealthSIB_InfoType_sequence[] = {
+ { &hf_pcap_transmissionTOWIndicator, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransmissionTOWIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AlmanacAndSatelliteHealthSIB_InfoType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AlmanacAndSatelliteHealthSIB_InfoType, AlmanacAndSatelliteHealthSIB_InfoType_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_ReferenceLocation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_ganss_ReferenceTime_vals[] = {
+ { 0, "requested" },
+ { 1, "not-requested" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_ganss_ReferenceTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_ganss_IonosphericModel_vals[] = {
+ { 0, "requested" },
+ { 1, "not-requested" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_ganss_IonosphericModel(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_ganss_ReferenceLocation_vals[] = {
+ { 0, "requested" },
+ { 1, "not-requested" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_ganss_ReferenceLocation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSSCommonDataReq_sequence[] = {
+ { &hf_pcap_ganss_ReferenceTime, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_T_ganss_ReferenceTime },
+ { &hf_pcap_ganss_IonosphericModel, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_T_ganss_IonosphericModel },
+ { &hf_pcap_ganss_ReferenceLocation, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_T_ganss_ReferenceLocation },
+ { &hf_pcap_ie_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSSCommonDataReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSSCommonDataReq, GANSSCommonDataReq_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransmissionGanssTimeIndicator_vals[] = {
+ { 0, "requested" },
+ { 1, "not-Requested" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TransmissionGanssTimeIndicator(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t Ganss_realTimeIntegrityReq_sequence[] = {
+ { &hf_pcap_transmissionGanssTimeIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransmissionGanssTimeIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Ganss_realTimeIntegrityReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Ganss_realTimeIntegrityReq, Ganss_realTimeIntegrityReq_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Ganss_dataBitAssistanceReq_sequence[] = {
+ { &hf_pcap_transmissionGanssTimeIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransmissionGanssTimeIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Ganss_dataBitAssistanceReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Ganss_dataBitAssistanceReq, Ganss_dataBitAssistanceReq_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t DganssCorrectionsReq_sequence[] = {
+ { &hf_pcap_transmissionGanssTimeIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransmissionGanssTimeIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_DganssCorrectionsReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DganssCorrectionsReq, DganssCorrectionsReq_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Ganss_almanacAndSatelliteHealthReq_sequence[] = {
+ { &hf_pcap_transmissionGanssTimeIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransmissionGanssTimeIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Ganss_almanacAndSatelliteHealthReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Ganss_almanacAndSatelliteHealthReq, Ganss_almanacAndSatelliteHealthReq_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Ganss_referenceMeasurementInfoReq_sequence[] = {
+ { &hf_pcap_transmissionGanssTimeIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransmissionGanssTimeIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Ganss_referenceMeasurementInfoReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Ganss_referenceMeasurementInfoReq, Ganss_referenceMeasurementInfoReq_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Ganss_utcModelReq_sequence[] = {
+ { &hf_pcap_transmissionGanssTimeIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransmissionGanssTimeIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Ganss_utcModelReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Ganss_utcModelReq, Ganss_utcModelReq_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Ganss_TimeModel_Ganss_Ganss_sequence[] = {
+ { &hf_pcap_ganssTimeModelGnssGnssExt, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_9 },
+ { &hf_pcap_transmissionGanssTimeIndicator, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransmissionGanssTimeIndicator },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Ganss_TimeModel_Ganss_Ganss(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Ganss_TimeModel_Ganss_Ganss, Ganss_TimeModel_Ganss_Ganss_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSSGenericDataReq_sequence[] = {
+ { &hf_pcap_ganssID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_ganss_realTimeIntegrity, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Ganss_realTimeIntegrityReq },
+ { &hf_pcap_ganss_dataBitAssistance, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Ganss_dataBitAssistanceReq },
+ { &hf_pcap_dganssCorrections, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_DganssCorrectionsReq },
+ { &hf_pcap_ganss_almanacAndSatelliteHealth, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Ganss_almanacAndSatelliteHealthReq },
+ { &hf_pcap_ganss_referenceMeasurementInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Ganss_referenceMeasurementInfoReq },
+ { &hf_pcap_ganss_utcModel , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Ganss_utcModelReq },
+ { &hf_pcap_ganss_TimeModel_Ganss_Ganss, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Ganss_TimeModel_Ganss_Ganss },
+ { &hf_pcap_navigationModel_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_NavigationModelGANSS },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSSGenericDataReq(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSSGenericDataReq, GANSSGenericDataReq_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSSGenericDataList_sequence_of[1] = {
+ { &hf_pcap_GANSSGenericDataList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_GANSSGenericDataReq },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_ExplicitInformation_vals[] = {
+ { 0, "almanacAndSatelliteHealth" },
+ { 1, "utcModel" },
+ { 2, "ionosphericModel" },
+ { 3, "navigationModel" },
+ { 4, "dgpsCorrections" },
+ { 5, "referenceTime" },
+ { 6, "acquisitionAssistance" },
+ { 7, "realTimeIntegrity" },
+ { 8, "almanacAndSatelliteHealthSIB" },
+ { 9, "referenceLocation" },
+ { 10, "ganss-Common-DataReq" },
+ { 11, "ganss-Generic-DataList" },
+ { 0, NULL }
+};
+
+static const per_choice_t ExplicitInformation_choice[] = {
+ { 0, &hf_pcap_almanacAndSatelliteHealth, ASN1_EXTENSION_ROOT , dissect_pcap_AlmanacAndSatelliteHealth },
+ { 1, &hf_pcap_utcModel , ASN1_EXTENSION_ROOT , dissect_pcap_UtcModel },
+ { 2, &hf_pcap_ionosphericModel, ASN1_EXTENSION_ROOT , dissect_pcap_IonosphericModel },
+ { 3, &hf_pcap_navigationModel, ASN1_EXTENSION_ROOT , dissect_pcap_NavigationModel },
+ { 4, &hf_pcap_dgpsCorrections, ASN1_EXTENSION_ROOT , dissect_pcap_DgpsCorrections },
+ { 5, &hf_pcap_referenceTime_01, ASN1_EXTENSION_ROOT , dissect_pcap_ReferenceTime },
+ { 6, &hf_pcap_acquisitionAssistance, ASN1_EXTENSION_ROOT , dissect_pcap_AcquisitionAssistance },
+ { 7, &hf_pcap_realTimeIntegrity, ASN1_EXTENSION_ROOT , dissect_pcap_RealTimeIntegrity },
+ { 8, &hf_pcap_almanacAndSatelliteHealthSIB, ASN1_EXTENSION_ROOT , dissect_pcap_AlmanacAndSatelliteHealthSIB_InfoType },
+ { 9, &hf_pcap_referenceLocation, ASN1_NOT_EXTENSION_ROOT, dissect_pcap_ReferenceLocation },
+ { 10, &hf_pcap_ganss_Common_DataReq, ASN1_NOT_EXTENSION_ROOT, dissect_pcap_GANSSCommonDataReq },
+ { 11, &hf_pcap_ganss_Generic_DataList, ASN1_NOT_EXTENSION_ROOT, dissect_pcap_GANSSGenericDataList },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_ExplicitInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ExplicitInformation, ExplicitInformation_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t ExplicitInformationList_sequence_of[1] = {
+ { &hf_pcap_ExplicitInformationList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ExplicitInformation },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_InformationType_vals[] = {
+ { 0, "implicitInformation" },
+ { 1, "explicitInformation" },
+ { 0, NULL }
+};
+
+static const per_choice_t InformationType_choice[] = {
+ { 0, &hf_pcap_implicitInformation, ASN1_EXTENSION_ROOT , dissect_pcap_MethodType },
+ { 1, &hf_pcap_explicitInformation, ASN1_EXTENSION_ROOT , dissect_pcap_ExplicitInformationList },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationType, InformationType_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_ue_State_vals[] = {
+ { 0, "cell-DCH" },
+ { 1, "all-States-Except-Cell-DCH" },
+ { 2, "all-States" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_ue_State(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 3, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t MeasurementValidity_sequence[] = {
+ { &hf_pcap_ue_State , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_ue_State },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_MeasurementValidity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_MeasurementValidity, MeasurementValidity_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t MeasInstructionsUsed_sequence[] = {
+ { &hf_pcap_measurementValidity, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_MeasurementValidity },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_MeasInstructionsUsed(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_MeasInstructionsUsed, MeasInstructionsUsed_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_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_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 4095U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_16383(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 16383U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_4294967295(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 4294967295U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t TUTRANGPS_sequence[] = {
+ { &hf_pcap_ms_part , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_16383 },
+ { &hf_pcap_ls_part , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4294967295 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TUTRANGPS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TUTRANGPS, TUTRANGPS_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TUTRANGPSQuality(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TUTRANGPSDriftRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -50, 50U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TUTRANGPSDriftRateQuality(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 50U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t TUTRANGPSMeasurementValueInfo_sequence[] = {
+ { &hf_pcap_sFN , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SFN },
+ { &hf_pcap_tUTRANGPS , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TUTRANGPS },
+ { &hf_pcap_tUTRANGPSQuality, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TUTRANGPSQuality },
+ { &hf_pcap_tUTRANGPSDriftRate, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TUTRANGPSDriftRate },
+ { &hf_pcap_tUTRANGPSDriftRateQuality, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TUTRANGPSDriftRateQuality },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TUTRANGPSMeasurementValueInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TUTRANGPSMeasurementValueInfo, TUTRANGPSMeasurementValueInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_ReferenceCellInfo_sequence[] = {
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_uTRANAccessPointPositionAltitude, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UTRANAccessPointPositionAltitude },
+ { &hf_pcap_tUTRANGPSMeasurementValueInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TUTRANGPSMeasurementValueInfo },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_OTDOA_ReferenceCellInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_OTDOA_ReferenceCellInfo, OTDOA_ReferenceCellInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_SFNSFNValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 614399U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_SFNSFNQuality(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_SFNSFNDriftRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -100, 100U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_SFNSFNDriftRateQuality(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 100U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t SFNSFNMeasurementValueInfo_sequence[] = {
+ { &hf_pcap_sFNSFNValue , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SFNSFNValue },
+ { &hf_pcap_sFNSFNQuality , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_SFNSFNQuality },
+ { &hf_pcap_sFNSFNDriftRate, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SFNSFNDriftRate },
+ { &hf_pcap_sFNSFNDriftRateQuality, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_SFNSFNDriftRateQuality },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_SFNSFNMeasurementValueInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_SFNSFNMeasurementValueInfo, SFNSFNMeasurementValueInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t TUTRANGANSS_sequence[] = {
+ { &hf_pcap_ms_part , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_16383 },
+ { &hf_pcap_ls_part , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4294967295 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TUTRANGANSS(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TUTRANGANSS, TUTRANGANSS_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M50_50(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -50, 50U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_50(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 50U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t TUTRANGANSSMeasurementValueInfo_sequence[] = {
+ { &hf_pcap_ganssID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_sFN , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SFN },
+ { &hf_pcap_tUTRANGANSS , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TUTRANGANSS },
+ { &hf_pcap_tUTRANGANSSQuality, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_tUTRANGANSSDriftRate, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_M50_50 },
+ { &hf_pcap_tUTRANGANSSDriftRateQuality, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_50 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TUTRANGANSSMeasurementValueInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TUTRANGANSSMeasurementValueInfo, TUTRANGANSSMeasurementValueInfo_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_RelativeTimingDifferenceInfo_vals[] = {
+ { 0, "sFNSFNMeasurementValueInfo" },
+ { 1, "tUTRANGPSMeasurementValueInfo" },
+ { 2, "tUTRANGANSSMeasurementValueInfo" },
+ { 0, NULL }
+};
+
+static const per_choice_t RelativeTimingDifferenceInfo_choice[] = {
+ { 0, &hf_pcap_sFNSFNMeasurementValueInfo, ASN1_EXTENSION_ROOT , dissect_pcap_SFNSFNMeasurementValueInfo },
+ { 1, &hf_pcap_tUTRANGPSMeasurementValueInfo, ASN1_EXTENSION_ROOT , dissect_pcap_TUTRANGPSMeasurementValueInfo },
+ { 2, &hf_pcap_tUTRANGANSSMeasurementValueInfo, ASN1_NOT_EXTENSION_ROOT, dissect_pcap_TUTRANGANSSMeasurementValueInfo },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_RelativeTimingDifferenceInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RelativeTimingDifferenceInfo, RelativeTimingDifferenceInfo_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_NeighbourCellInfo_sequence[] = {
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_uTRANAccessPointPositionAltitude, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UTRANAccessPointPositionAltitude },
+ { &hf_pcap_relativeTimingDifferenceInfo, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RelativeTimingDifferenceInfo },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_OTDOA_NeighbourCellInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_OTDOA_NeighbourCellInfo, OTDOA_NeighbourCellInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_NeighbourCellInfoList_sequence_of[1] = {
+ { &hf_pcap_OTDOA_NeighbourCellInfoList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_OTDOA_NeighbourCellInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_40961(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 40961U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_SFNSFNTimeDifferenceType2Info_sequence[] = {
+ { &hf_pcap_ue_SFNSFNTimeDifferenceType2, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_40961 },
+ { &hf_pcap_ue_PositioningMeasQuality, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_PositioningMeasQuality },
+ { &hf_pcap_measurementDelay, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_65535 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_SFNSFNTimeDifferenceType2Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_SFNSFNTimeDifferenceType2Info, UE_SFNSFNTimeDifferenceType2Info_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_MeasuredResultsInfo_sequence[] = {
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_ue_SFNSFNTimeDifferenceType2Info, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_SFNSFNTimeDifferenceType2Info },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_OTDOA_MeasuredResultsInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_OTDOA_MeasuredResultsInfo, OTDOA_MeasuredResultsInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_MeasuredResultsInfoList_sequence_of[1] = {
+ { &hf_pcap_OTDOA_MeasuredResultsInfoList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_OTDOA_MeasuredResultsInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_MeasuredResultsSets_sequence_of[1] = {
+ { &hf_pcap_OTDOA_MeasuredResultsSets_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_OTDOA_MeasuredResultsInfoList },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_MeasurementGroup_sequence[] = {
+ { &hf_pcap_otdoa_ReferenceCellInfo, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_OTDOA_ReferenceCellInfo },
+ { &hf_pcap_otdoa_NeighbourCellInfoList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_OTDOA_NeighbourCellInfoList },
+ { &hf_pcap_otdoa_MeasuredResultsSets, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_OTDOA_MeasuredResultsSets },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_OTDOA_MeasurementGroup(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_OTDOA_MeasurementGroup, OTDOA_MeasurementGroup_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_PrimaryScramblingCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 511U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOA_AddMeasuredResultsInfo_sequence[] = {
+ { &hf_pcap_primaryCPICH_Info, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PrimaryScramblingCode },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_OTDOA_AddMeasuredResultsInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_OTDOA_AddMeasuredResultsInfo, OTDOA_AddMeasuredResultsInfo_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_Extended_RNC_ID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 4096U, 65535U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TimingAdvanceLCR_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_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 8191U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t AdditionalMeasurementInforLCR_sequence[] = {
+ { &hf_pcap_timingAdvanceLCR_R7, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TimingAdvanceLCR_R7 },
+ { &hf_pcap_rxTimingDeviationLCR, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RxTimingDeviationLCR },
+ { &hf_pcap_angleOfArrivalLCR, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_AngleOfArrivalLCR },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_AdditionalMeasurementInforLCR(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_AdditionalMeasurementInforLCR, AdditionalMeasurementInforLCR_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_32767_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 32767U, NULL, TRUE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_1_8639999_(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 8639999U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const per_sequence_t PeriodicPosCalcInfo_sequence[] = {
+ { &hf_pcap_referenceNumber, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_32767_ },
+ { &hf_pcap_amountOutstandingRequests, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_1_8639999_ },
+ { &hf_pcap_reportingInterval, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_1_8639999_ },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PeriodicPosCalcInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PeriodicPosCalcInfo, PeriodicPosCalcInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PeriodicLocationInfo_sequence[] = {
+ { &hf_pcap_reportingAmount, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_1_8639999_ },
+ { &hf_pcap_reportingInterval, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_1_8639999_ },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PeriodicLocationInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PeriodicLocationInfo, PeriodicLocationInfo_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_PeriodicTerminationCause_vals[] = {
+ { 0, "rrc-state-transition" },
+ { 1, "cancelled-by-srnc" },
+ { 2, "cancelled-by-sas" },
+ { 3, "undefined" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_PeriodicTerminationCause(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_SelectedPositionMethod_vals[] = {
+ { 0, "oTDOA" },
+ { 1, "gPS" },
+ { 2, "oTDOA-or-GPS" },
+ { 3, "cell-id" },
+ { 4, "uTDOA" },
+ { 5, "gNSS" },
+ { 6, "oTDOA-or-GNSS" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_SelectedPositionMethod(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 5, NULL, TRUE, 2, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositioningMethod_sequence[] = {
+ { &hf_pcap_additionalMethodType, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_AdditionalMethodType },
+ { &hf_pcap_selectedPositionMethod, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SelectedPositionMethod },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositioningMethod(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositioningMethod, PositioningMethod_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_GNSS_PositioningMethod(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 9, 9, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_PositioningPriority_vals[] = {
+ { 0, "high-priority" },
+ { 1, "normal-priority" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_PositioningPriority(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_new_ue_State_vals[] = {
+ { 0, "cell-DCH" },
+ { 1, "cell-FACH" },
+ { 2, "cell-PCH" },
+ { 3, "ura-PCH" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_new_ue_State(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t RRCstateChange_sequence[] = {
+ { &hf_pcap_new_ue_State , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_new_ue_State },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RRCstateChange(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RRCstateChange, RRCstateChange_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t RequestedDataValue_sequence[] = {
+ { &hf_pcap_gpsAlmanacAndSatelliteHealth, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_AlmanacAndSatelliteHealth },
+ { &hf_pcap_gps_UTC_Model , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_UTC_Model },
+ { &hf_pcap_gps_Ionospheric_Model, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_Ionospheric_Model },
+ { &hf_pcap_gps_NavigationModel, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_NavigationModel },
+ { &hf_pcap_dgpsCorrections_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_DGPSCorrections },
+ { &hf_pcap_referenceTime_02, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_ReferenceTime },
+ { &hf_pcap_gps_AcquisitionAssistance, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_AcquisitionAssistance },
+ { &hf_pcap_gps_RealTime_Integrity, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_RealTimeIntegrity },
+ { &hf_pcap_almanacAndSatelliteHealthSIB_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_AlmanacAndSatelliteHealthSIB },
+ { &hf_pcap_gps_Transmission_TOW, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GPS_Transmission_TOW },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RequestedDataValue(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RequestedDataValue, RequestedDataValue_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationAvailable_sequence[] = {
+ { &hf_pcap_requestedDataValue, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RequestedDataValue },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationAvailable(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationAvailable, InformationAvailable_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_InformationNotAvailable(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+static const value_string pcap_RequestedDataValueInformation_vals[] = {
+ { 0, "informationAvailable" },
+ { 1, "informationNotAvailable" },
+ { 0, NULL }
+};
+
+static const per_choice_t RequestedDataValueInformation_choice[] = {
+ { 0, &hf_pcap_informationAvailable, ASN1_NO_EXTENSIONS , dissect_pcap_InformationAvailable },
+ { 1, &hf_pcap_informationNotAvailable, ASN1_NO_EXTENSIONS , dissect_pcap_InformationNotAvailable },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_RequestedDataValueInformation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RequestedDataValueInformation, RequestedDataValueInformation_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_RequestTypeEvent_vals[] = {
+ { 0, "stop-change-of-service-area" },
+ { 1, "direct" },
+ { 2, "change-of-service-area" },
+ { 3, "stop-direct" },
+ { 4, "periodic" },
+ { 5, "stop-periodic" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_RequestTypeEvent(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 2, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_RequestTypeReportArea_vals[] = {
+ { 0, "service-area" },
+ { 1, "geographical-area" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_RequestTypeReportArea(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RequestTypeAccuracyCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 127U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t RequestType_sequence[] = {
+ { &hf_pcap_event , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RequestTypeEvent },
+ { &hf_pcap_reportArea , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RequestTypeReportArea },
+ { &hf_pcap_horizontalaccuracyCode, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_RequestTypeAccuracyCode },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RequestType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RequestType, RequestType_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_ResponseTime_vals[] = {
+ { 0, "low-delay" },
+ { 1, "delay-tolerant" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_ResponseTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_HorizontalAccuracyCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 127U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_NetworkAssistedGPSSuport_vals[] = {
+ { 0, "network-based" },
+ { 1, "ue-based" },
+ { 2, "both" },
+ { 3, "none" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_NetworkAssistedGPSSuport(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_PositioningCapability_sequence[] = {
+ { &hf_pcap_standAloneLocationMethodsSupported, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_ueBasedOTDOASupported, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_networkAssistedGPSSupport, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_NetworkAssistedGPSSuport },
+ { &hf_pcap_supportGPSTimingOfCellFrame, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_supportForIPDL , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_supportForRxTxTimeDiff, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_supportForUEAGPSinCellPCH, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_supportForSFNSFNTimeDiff, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_PositioningCapability(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_PositioningCapability, UE_PositioningCapability_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_ganssMode_vals[] = {
+ { 0, "networkBased" },
+ { 1, "ue-Based" },
+ { 2, "both" },
+ { 3, "none" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_T_ganssMode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t NetworkAssistedGANSSSupport_item_sequence[] = {
+ { &hf_pcap_ganssID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSSID },
+ { &hf_pcap_ganssMode , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_ganssMode },
+ { &hf_pcap_ganssSignalID_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GANSS_SignalID },
+ { &hf_pcap_supportGANSSTimingOfCellFrame, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_supportGANSSCarrierPhaseMeasurement, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_NetworkAssistedGANSSSupport_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_NetworkAssistedGANSSSupport_item, NetworkAssistedGANSSSupport_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t NetworkAssistedGANSSSupport_sequence_of[1] = {
+ { &hf_pcap_NetworkAssistedGANSSSupport_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_NetworkAssistedGANSSSupport_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_UTDOA_BitCount(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 5000U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_UTDOA_TimeInterval(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 3000U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTDOAPositioning_sequence[] = {
+ { &hf_pcap_utdoa_BitCount , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UTDOA_BitCount },
+ { &hf_pcap_utdoa_timeInterval, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UTDOA_TimeInterval },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTDOAPositioning(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTDOAPositioning, UTDOAPositioning_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_EnvironmentCharacterisation_vals[] = {
+ { 0, "heavyMultipathandNLOSconditions" },
+ { 1, "noOrLightMultipathAndUsuallyLOSconditions" },
+ { 2, "notDefinedOrMixedEnvironment" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_EnvironmentCharacterisation(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 3, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_VerticalAccuracyCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 127U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPSPositioningInstructions_sequence[] = {
+ { &hf_pcap_horizontalAccuracyCode, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_HorizontalAccuracyCode },
+ { &hf_pcap_verticalAccuracyCode, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_VerticalAccuracyCode },
+ { &hf_pcap_gpsTimingOfCellWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_additionalAssistanceDataRequest, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPSPositioningInstructions(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPSPositioningInstructions, GPSPositioningInstructions_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GPSPositioning_sequence[] = {
+ { &hf_pcap_gpsPositioningInstructions, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GPSPositioningInstructions },
+ { &hf_pcap_requestedDataValue, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_RequestedDataValue },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GPSPositioning(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GPSPositioning, GPSPositioning_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSS_PositioningInstructions_sequence[] = {
+ { &hf_pcap_horizontalAccuracyCode, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_HorizontalAccuracyCode },
+ { &hf_pcap_verticalAccuracyCode, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_VerticalAccuracyCode },
+ { &hf_pcap_ganssTimingOfCellWanted, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_additionalAssistanceDataRequest_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BIT_STRING_SIZE_8 },
+ { &hf_pcap_measurementValidity, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_MeasurementValidity },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSS_PositioningInstructions(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSS_PositioningInstructions, GANSS_PositioningInstructions_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t GANSSPositioning_sequence[] = {
+ { &hf_pcap_ganssPositioningInstructions, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GANSS_PositioningInstructions },
+ { &hf_pcap_requestedDataValue, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_RequestedDataValue },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_GANSSPositioning(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_GANSSPositioning, GANSSPositioning_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_fdd_01_sequence[] = {
+ { &hf_pcap_primaryCPICH_Info, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PrimaryScramblingCode },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_fdd_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_fdd_01, T_fdd_01_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_CellParameterID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 127U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_tdd_01_sequence[] = {
+ { &hf_pcap_cellParameterID, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CellParameterID },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_tdd_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_tdd_01, T_tdd_01_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_modeSpecificInfo_vals[] = {
+ { 0, "fdd" },
+ { 1, "tdd" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_modeSpecificInfo_choice[] = {
+ { 0, &hf_pcap_fdd_01 , ASN1_EXTENSION_ROOT , dissect_pcap_T_fdd_01 },
+ { 1, &hf_pcap_tdd_01 , ASN1_EXTENSION_ROOT , dissect_pcap_T_tdd_01 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_modeSpecificInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_modeSpecificInfo, T_modeSpecificInfo_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_UARFCN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 16383U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t FrequencyInfoFDD_sequence[] = {
+ { &hf_pcap_uarfcn_UL , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UARFCN },
+ { &hf_pcap_uarfcn_DL , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UARFCN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_FrequencyInfoFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_FrequencyInfoFDD, FrequencyInfoFDD_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t FrequencyInfoTDD_sequence[] = {
+ { &hf_pcap_uarfcn , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UARFCN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_FrequencyInfoTDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_FrequencyInfoTDD, FrequencyInfoTDD_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_modeSpecificInfo_03_vals[] = {
+ { 0, "fdd" },
+ { 1, "tdd" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_modeSpecificInfo_03_choice[] = {
+ { 0, &hf_pcap_fdd_04 , ASN1_EXTENSION_ROOT , dissect_pcap_FrequencyInfoFDD },
+ { 1, &hf_pcap_tdd_04 , ASN1_EXTENSION_ROOT , dissect_pcap_FrequencyInfoTDD },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_modeSpecificInfo_03(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_modeSpecificInfo_03, T_modeSpecificInfo_03_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t FrequencyInfo_sequence[] = {
+ { &hf_pcap_modeSpecificInfo_03, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_modeSpecificInfo_03 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_FrequencyInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_FrequencyInfo, FrequencyInfo_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_ReferenceCellPosition_vals[] = {
+ { 0, "ellipsoidPoint" },
+ { 1, "ellipsoidPointWithAltitude" },
+ { 0, NULL }
+};
+
+static const per_choice_t ReferenceCellPosition_choice[] = {
+ { 0, &hf_pcap_ellipsoidPoint , ASN1_EXTENSION_ROOT , dissect_pcap_GeographicalCoordinates },
+ { 1, &hf_pcap_ellipsoidPointWithAltitude, ASN1_EXTENSION_ROOT , dissect_pcap_GA_PointWithAltitude },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_ReferenceCellPosition(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ReferenceCellPosition, ReferenceCellPosition_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_32766(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 32766U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ueBased_sequence[] = {
+ { &hf_pcap_cellPosition , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ReferenceCellPosition },
+ { &hf_pcap_roundTripTime_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_32766 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_ueBased(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_ueBased, T_ueBased_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ueAssisted_sequence[] = {
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_ueAssisted(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_ueAssisted, T_ueAssisted_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_positioningMode_vals[] = {
+ { 0, "ueBased" },
+ { 1, "ueAssisted" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_positioningMode_choice[] = {
+ { 0, &hf_pcap_ueBased , ASN1_EXTENSION_ROOT , dissect_pcap_T_ueBased },
+ { 1, &hf_pcap_ueAssisted , ASN1_EXTENSION_ROOT , dissect_pcap_T_ueAssisted },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_positioningMode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_positioningMode, T_positioningMode_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_IP_Spacing_vals[] = {
+ { 0, "e5" },
+ { 1, "e7" },
+ { 2, "e10" },
+ { 3, "e15" },
+ { 4, "e20" },
+ { 5, "e30" },
+ { 6, "e40" },
+ { 7, "e50" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_IP_Spacing(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_IP_Length_vals[] = {
+ { 0, "ipl5" },
+ { 1, "ipl10" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_IP_Length(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_9(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 9U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_fdd_02_sequence[] = {
+ { &hf_pcap_ip_Spacing , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_IP_Spacing },
+ { &hf_pcap_ip_Length , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_IP_Length },
+ { &hf_pcap_ip_Offset , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_9 },
+ { &hf_pcap_seed , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_fdd_02(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_fdd_02, T_fdd_02_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_tdd_02_sequence[] = {
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_tdd_02(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_tdd_02, T_tdd_02_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_modeSpecificInfo_01_vals[] = {
+ { 0, "fdd" },
+ { 1, "tdd" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_modeSpecificInfo_01_choice[] = {
+ { 0, &hf_pcap_fdd_02 , ASN1_EXTENSION_ROOT , dissect_pcap_T_fdd_02 },
+ { 1, &hf_pcap_tdd_02 , ASN1_EXTENSION_ROOT , dissect_pcap_T_tdd_02 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_modeSpecificInfo_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_modeSpecificInfo_01, T_modeSpecificInfo_01_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_15(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 15U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_10_25(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 10U, 25U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_1_16(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 16U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t BurstModeParameters_sequence[] = {
+ { &hf_pcap_burstStart , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_15 },
+ { &hf_pcap_burstLength , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_10_25 },
+ { &hf_pcap_burstFreq , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_1_16 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_BurstModeParameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_BurstModeParameters, BurstModeParameters_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_Positioning_IPDL_Parameters_sequence[] = {
+ { &hf_pcap_modeSpecificInfo_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_modeSpecificInfo_01 },
+ { &hf_pcap_burstModeParameters, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_BurstModeParameters },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_Positioning_IPDL_Parameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_Positioning_IPDL_Parameters, UE_Positioning_IPDL_Parameters_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_Positioning_OTDOA_ReferenceCellInfo_sequence[] = {
+ { &hf_pcap_sfn_01 , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_SFN },
+ { &hf_pcap_modeSpecificInfo, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_modeSpecificInfo },
+ { &hf_pcap_frequencyInfo , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_FrequencyInfo },
+ { &hf_pcap_positioningMode, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_positioningMode },
+ { &hf_pcap_ue_positioning_IPDL_Paremeters, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UE_Positioning_IPDL_Parameters },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_Positioning_OTDOA_ReferenceCellInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_Positioning_OTDOA_ReferenceCellInfo, UE_Positioning_OTDOA_ReferenceCellInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_fdd_03_sequence[] = {
+ { &hf_pcap_primaryCPICH_Info, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PrimaryScramblingCode },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_fdd_03(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_fdd_03, T_fdd_03_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_tdd_03_sequence[] = {
+ { &hf_pcap_cellParameterID, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CellParameterID },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_tdd_03(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_tdd_03, T_tdd_03_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_modeSpecificInfo_02_vals[] = {
+ { 0, "fdd" },
+ { 1, "tdd" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_modeSpecificInfo_02_choice[] = {
+ { 0, &hf_pcap_fdd_03 , ASN1_EXTENSION_ROOT , dissect_pcap_T_fdd_03 },
+ { 1, &hf_pcap_tdd_03 , ASN1_EXTENSION_ROOT , dissect_pcap_T_tdd_03 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_modeSpecificInfo_02(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_modeSpecificInfo_02, T_modeSpecificInfo_02_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_38399(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 38399U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t SFN_SFN_RelTimeDifference1_sequence[] = {
+ { &hf_pcap_sfn_Offset , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_sfn_sfn_Reltimedifference, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_38399 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_SFN_SFN_RelTimeDifference1(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_SFN_SFN_RelTimeDifference1, SFN_SFN_RelTimeDifference1_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_SFN_Offset_Validity_vals[] = {
+ { 0, "false" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_SFN_Offset_Validity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 1, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_SFN_SFN_Drift_vals[] = {
+ { 0, "sfnsfndrift0" },
+ { 1, "sfnsfndrift1" },
+ { 2, "sfnsfndrift2" },
+ { 3, "sfnsfndrift3" },
+ { 4, "sfnsfndrift4" },
+ { 5, "sfnsfndrift5" },
+ { 6, "sfnsfndrift8" },
+ { 7, "sfnsfndrift10" },
+ { 8, "sfnsfndrift15" },
+ { 9, "sfnsfndrift25" },
+ { 10, "sfnsfndrift35" },
+ { 11, "sfnsfndrift50" },
+ { 12, "sfnsfndrift65" },
+ { 13, "sfnsfndrift80" },
+ { 14, "sfnsfndrift100" },
+ { 15, "sfnsfndrift-1" },
+ { 16, "sfnsfndrift-2" },
+ { 17, "sfnsfndrift-3" },
+ { 18, "sfnsfndrift-4" },
+ { 19, "sfnsfndrift-5" },
+ { 20, "sfnsfndrift-8" },
+ { 21, "sfnsfndrift-10" },
+ { 22, "sfnsfndrift-15" },
+ { 23, "sfnsfndrift-25" },
+ { 24, "sfnsfndrift-35" },
+ { 25, "sfnsfndrift-50" },
+ { 26, "sfnsfndrift-65" },
+ { 27, "sfnsfndrift-80" },
+ { 28, "sfnsfndrift-100" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_SFN_SFN_Drift(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 29, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_OTDOA_SearchWindowSize_vals[] = {
+ { 0, "c20" },
+ { 1, "c40" },
+ { 2, "c80" },
+ { 3, "c160" },
+ { 4, "c320" },
+ { 5, "c640" },
+ { 6, "c1280" },
+ { 7, "moreThan1280" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_OTDOA_SearchWindowSize(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 8, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M20000_20000(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -20000, 20000U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_M4000_4000(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ -4000, 4000U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_FineSFNSFN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 15U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ueBased_01_sequence[] = {
+ { &hf_pcap_relativeNorth , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_M20000_20000 },
+ { &hf_pcap_relativeEast , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_M20000_20000 },
+ { &hf_pcap_relativeAltitude, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_M4000_4000 },
+ { &hf_pcap_fineSFN_SFN , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_FineSFNSFN },
+ { &hf_pcap_roundTripTime_01, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_INTEGER_0_32766 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_ueBased_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_ueBased_01, T_ueBased_01_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ueAssisted_01_sequence[] = {
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_ueAssisted_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_ueAssisted_01, T_ueAssisted_01_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_positioningMode_01_vals[] = {
+ { 0, "ueBased" },
+ { 1, "ueAssisted" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_positioningMode_01_choice[] = {
+ { 0, &hf_pcap_ueBased_01 , ASN1_EXTENSION_ROOT , dissect_pcap_T_ueBased_01 },
+ { 1, &hf_pcap_ueAssisted_01 , ASN1_EXTENSION_ROOT , dissect_pcap_T_ueAssisted_01 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_positioningMode_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_positioningMode_01, T_positioningMode_01_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_Positioning_OTDOA_NeighbourCellInfo_sequence[] = {
+ { &hf_pcap_modeSpecificInfo_02, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_modeSpecificInfo_02 },
+ { &hf_pcap_frequencyInfo , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_FrequencyInfo },
+ { &hf_pcap_ue_positioning_IPDL_Paremeters, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UE_Positioning_IPDL_Parameters },
+ { &hf_pcap_sfn_SFN_RelTimeDifference, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SFN_SFN_RelTimeDifference1 },
+ { &hf_pcap_sfn_Offset_Validity, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_SFN_Offset_Validity },
+ { &hf_pcap_sfn_SFN_Drift , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_SFN_SFN_Drift },
+ { &hf_pcap_searchWindowSize, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_OTDOA_SearchWindowSize },
+ { &hf_pcap_positioningMode_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_positioningMode_01 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_Positioning_OTDOA_NeighbourCellInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_Positioning_OTDOA_NeighbourCellInfo, UE_Positioning_OTDOA_NeighbourCellInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_Positioning_OTDOA_NeighbourCellList_sequence_of[1] = {
+ { &hf_pcap_UE_Positioning_OTDOA_NeighbourCellList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_UE_Positioning_OTDOA_NeighbourCellInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t UE_Positioning_OTDOA_AssistanceData_sequence[] = {
+ { &hf_pcap_ue_positioning_OTDOA_ReferenceCellInfo, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UE_Positioning_OTDOA_ReferenceCellInfo },
+ { &hf_pcap_ue_positioning_OTDOA_NeighbourCellList, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UE_Positioning_OTDOA_NeighbourCellList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UE_Positioning_OTDOA_AssistanceData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UE_Positioning_OTDOA_AssistanceData, UE_Positioning_OTDOA_AssistanceData_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t OTDOAAssistanceData_sequence[] = {
+ { &hf_pcap_uE_Positioning_OTDOA_AssistanceData, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_Positioning_OTDOA_AssistanceData },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_OTDOAAssistanceData(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_OTDOAAssistanceData, OTDOAAssistanceData_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_ScramblingCodeType_vals[] = {
+ { 0, "shortSC" },
+ { 1, "longSC" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_ScramblingCodeType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_UL_ScramblingCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 16777215U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_NumberOfFBI_Bits(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 2U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_fdd_04_sequence[] = {
+ { &hf_pcap_scramblingCodeType, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ScramblingCodeType },
+ { &hf_pcap_scramblingCode , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UL_ScramblingCode },
+ { &hf_pcap_tfci_Existence , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_numberOfFBI_Bits, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_NumberOfFBI_Bits },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_fdd_04(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_fdd_04, T_fdd_04_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_TFCI_Coding_vals[] = {
+ { 0, "v4" },
+ { 1, "v8" },
+ { 2, "v16" },
+ { 3, "v32" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TFCI_Coding(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_PuncturingLimit(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 15U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_RepetitionPeriod_vals[] = {
+ { 0, "v1" },
+ { 1, "v2" },
+ { 2, "v4" },
+ { 3, "v8" },
+ { 4, "v16" },
+ { 5, "v32" },
+ { 6, "v64" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_RepetitionPeriod(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 7, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RepetitionLength(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 63U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_TDD_DPCHOffset_vals[] = {
+ { 0, "initialOffset" },
+ { 1, "noinitialOffset" },
+ { 0, NULL }
+};
+
+static const per_choice_t TDD_DPCHOffset_choice[] = {
+ { 0, &hf_pcap_initialOffset , ASN1_NO_EXTENSIONS , dissect_pcap_INTEGER_0_255 },
+ { 1, &hf_pcap_noinitialOffset, ASN1_NO_EXTENSIONS , dissect_pcap_INTEGER_0_63 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_TDD_DPCHOffset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TDD_DPCHOffset, TDD_DPCHOffset_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TimeSlot(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 14U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_MidambleConfigurationBurstType1And3_vals[] = {
+ { 0, "v4" },
+ { 1, "v8" },
+ { 2, "v16" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_MidambleConfigurationBurstType1And3(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 3, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_NULL(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_null(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_MidambleShiftLong(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 15U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_midambleAllocationMode_vals[] = {
+ { 0, "defaultMidamble" },
+ { 1, "commonMidamble" },
+ { 2, "ueSpecificMidamble" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_midambleAllocationMode_choice[] = {
+ { 0, &hf_pcap_defaultMidamble, ASN1_EXTENSION_ROOT , dissect_pcap_NULL },
+ { 1, &hf_pcap_commonMidamble , ASN1_EXTENSION_ROOT , dissect_pcap_NULL },
+ { 2, &hf_pcap_ueSpecificMidamble, ASN1_EXTENSION_ROOT , dissect_pcap_MidambleShiftLong },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_midambleAllocationMode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_midambleAllocationMode, T_midambleAllocationMode_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_type1_sequence[] = {
+ { &hf_pcap_midambleConfigurationBurstType1And3, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_MidambleConfigurationBurstType1And3 },
+ { &hf_pcap_midambleAllocationMode, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_midambleAllocationMode },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_type1(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_type1, T_type1_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_MidambleConfigurationBurstType2_vals[] = {
+ { 0, "v3" },
+ { 1, "v6" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_MidambleConfigurationBurstType2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_MidambleShiftShort(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 5U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_midambleAllocationMode_01_vals[] = {
+ { 0, "defaultMidamble" },
+ { 1, "commonMidamble" },
+ { 2, "ueSpecificMidamble" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_midambleAllocationMode_01_choice[] = {
+ { 0, &hf_pcap_defaultMidamble, ASN1_EXTENSION_ROOT , dissect_pcap_NULL },
+ { 1, &hf_pcap_commonMidamble , ASN1_EXTENSION_ROOT , dissect_pcap_NULL },
+ { 2, &hf_pcap_ueSpecificMidamble_01, ASN1_EXTENSION_ROOT , dissect_pcap_MidambleShiftShort },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_midambleAllocationMode_01(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_midambleAllocationMode_01, T_midambleAllocationMode_01_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_type2_sequence[] = {
+ { &hf_pcap_midambleConfigurationBurstType2, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_MidambleConfigurationBurstType2 },
+ { &hf_pcap_midambleAllocationMode_01, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_midambleAllocationMode_01 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_type2(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_type2, T_type2_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_T_midambleAllocationMode_02_vals[] = {
+ { 0, "defaultMidamble" },
+ { 1, "ueSpecificMidamble" },
+ { 0, NULL }
+};
+
+static const per_choice_t T_midambleAllocationMode_02_choice[] = {
+ { 0, &hf_pcap_defaultMidamble, ASN1_EXTENSION_ROOT , dissect_pcap_NULL },
+ { 1, &hf_pcap_ueSpecificMidamble, ASN1_EXTENSION_ROOT , dissect_pcap_MidambleShiftLong },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_T_midambleAllocationMode_02(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_midambleAllocationMode_02, T_midambleAllocationMode_02_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_type3_sequence[] = {
+ { &hf_pcap_midambleConfigurationBurstType1And3, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_MidambleConfigurationBurstType1And3 },
+ { &hf_pcap_midambleAllocationMode_02, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_midambleAllocationMode_02 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_type3(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_type3, T_type3_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_MidambleShiftAndBurstType_vals[] = {
+ { 0, "type1" },
+ { 1, "type2" },
+ { 2, "type3" },
+ { 0, NULL }
+};
+
+static const per_choice_t MidambleShiftAndBurstType_choice[] = {
+ { 0, &hf_pcap_type1 , ASN1_EXTENSION_ROOT , dissect_pcap_T_type1 },
+ { 1, &hf_pcap_type2 , ASN1_EXTENSION_ROOT , dissect_pcap_T_type2 },
+ { 2, &hf_pcap_type3 , ASN1_EXTENSION_ROOT , dissect_pcap_T_type3 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_MidambleShiftAndBurstType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_MidambleShiftAndBurstType, MidambleShiftAndBurstType_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_TDD_ChannelisationCode_vals[] = {
+ { 0, "chCode1div1" },
+ { 1, "chCode2div1" },
+ { 2, "chCode2div2" },
+ { 3, "chCode4div1" },
+ { 4, "chCode4div2" },
+ { 5, "chCode4div3" },
+ { 6, "chCode4div4" },
+ { 7, "chCode8div1" },
+ { 8, "chCode8div2" },
+ { 9, "chCode8div3" },
+ { 10, "chCode8div4" },
+ { 11, "chCode8div5" },
+ { 12, "chCode8div6" },
+ { 13, "chCode8div7" },
+ { 14, "chCode8div8" },
+ { 15, "chCode16div1" },
+ { 16, "chCode16div2" },
+ { 17, "chCode16div3" },
+ { 18, "chCode16div4" },
+ { 19, "chCode16div5" },
+ { 20, "chCode16div6" },
+ { 21, "chCode16div7" },
+ { 22, "chCode16div8" },
+ { 23, "chCode16div9" },
+ { 24, "chCode16div10" },
+ { 25, "chCode16div11" },
+ { 26, "chCode16div12" },
+ { 27, "chCode16div13" },
+ { 28, "chCode16div14" },
+ { 29, "chCode16div15" },
+ { 30, "chCode16div16" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TDD_ChannelisationCode(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 31, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t TDD_UL_Code_InformationItem_sequence[] = {
+ { &hf_pcap_tdd_ChannelisationCode, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TDD_ChannelisationCode },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TDD_UL_Code_InformationItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TDD_UL_Code_InformationItem, TDD_UL_Code_InformationItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t TDD_UL_Code_Information_sequence_of[1] = {
+ { &hf_pcap_TDD_UL_Code_Information_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_TDD_UL_Code_InformationItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t UL_Timeslot_InformationItem_sequence[] = {
+ { &hf_pcap_timeSlot , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TimeSlot },
+ { &hf_pcap_midambleShiftAndBurstType, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_MidambleShiftAndBurstType },
+ { &hf_pcap_tFCI_Presence , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_BOOLEAN },
+ { &hf_pcap_uL_Code_InformationList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TDD_UL_Code_Information },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UL_Timeslot_InformationItem(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UL_Timeslot_InformationItem, UL_Timeslot_InformationItem_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UL_Timeslot_Information_sequence_of[1] = {
+ { &hf_pcap_UL_Timeslot_Information_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_UL_Timeslot_InformationItem },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_FrameOffset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_SpecialBurstScheduling(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 256U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_tdd_04_sequence[] = {
+ { &hf_pcap_cellParameterID, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CellParameterID },
+ { &hf_pcap_tFCI_Coding , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TFCI_Coding },
+ { &hf_pcap_punctureLimit , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PuncturingLimit },
+ { &hf_pcap_repetitionPeriod, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RepetitionPeriod },
+ { &hf_pcap_repetitionLength, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RepetitionLength },
+ { &hf_pcap_tdd_DPCHOffset , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TDD_DPCHOffset },
+ { &hf_pcap_uL_Timeslot_Information, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UL_Timeslot_Information },
+ { &hf_pcap_frameOffset , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_FrameOffset },
+ { &hf_pcap_specialBurstScheduling, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SpecialBurstScheduling },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_tdd_04(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_tdd_04, T_tdd_04_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_UL_DPCHInfo_vals[] = {
+ { 0, "fdd" },
+ { 1, "tdd" },
+ { 0, NULL }
+};
+
+static const per_choice_t UL_DPCHInfo_choice[] = {
+ { 0, &hf_pcap_fdd_05 , ASN1_EXTENSION_ROOT , dissect_pcap_T_fdd_04 },
+ { 1, &hf_pcap_tdd_05 , ASN1_EXTENSION_ROOT , dissect_pcap_T_tdd_04 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_UL_DPCHInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UL_DPCHInfo, UL_DPCHInfo_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_ChipOffset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 38399U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t DL_InformationFDD_sequence[] = {
+ { &hf_pcap_primaryScramblingCode, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PrimaryScramblingCode },
+ { &hf_pcap_chipOffset , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ChipOffset },
+ { &hf_pcap_frameOffset , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_FrameOffset },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_DL_InformationFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DL_InformationFDD, DL_InformationFDD_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TGPSID(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, maxTGPS, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TGSN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 14U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_GapLength(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 14U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TGD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 269U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_GapDuration(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 144U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const value_string pcap_Uplink_Compressed_Mode_Method_vals[] = {
+ { 0, "sFdiv2" },
+ { 1, "higher-layer-scheduling" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_Uplink_Compressed_Mode_Method(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t Transmission_Gap_Pattern_Sequence_Information_item_sequence[] = {
+ { &hf_pcap_tGPSID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TGPSID },
+ { &hf_pcap_tGSN , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TGSN },
+ { &hf_pcap_tGL1 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GapLength },
+ { &hf_pcap_tGL2 , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_GapLength },
+ { &hf_pcap_tGD , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TGD },
+ { &hf_pcap_tGPL1 , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_GapDuration },
+ { &hf_pcap_uplink_Compressed_Mode_Method, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_Uplink_Compressed_Mode_Method },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Transmission_Gap_Pattern_Sequence_Information_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Transmission_Gap_Pattern_Sequence_Information_item, Transmission_Gap_Pattern_Sequence_Information_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Transmission_Gap_Pattern_Sequence_Information_sequence_of[1] = {
+ { &hf_pcap_Transmission_Gap_Pattern_Sequence_Information_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Transmission_Gap_Pattern_Sequence_Information_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_CFN(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TGPRC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 511U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t Transmission_Gap_Pattern_Sequence_Status_List_item_sequence[] = {
+ { &hf_pcap_tGPSID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TGPSID },
+ { &hf_pcap_tGPRC , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TGPRC },
+ { &hf_pcap_tGCFN , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CFN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item, Transmission_Gap_Pattern_Sequence_Status_List_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Transmission_Gap_Pattern_Sequence_Status_List_sequence_of[1] = {
+ { &hf_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t Active_Pattern_Sequence_Information_sequence[] = {
+ { &hf_pcap_cMConfigurationChangeCFN, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CFN },
+ { &hf_pcap_transmission_Gap_Pattern_Sequence_Status, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Transmission_Gap_Pattern_Sequence_Status_List },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Active_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_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Active_Pattern_Sequence_Information, Active_Pattern_Sequence_Information_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UL_InformationFDD_sequence[] = {
+ { &hf_pcap_transmissionGapPatternSequenceInfo, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_Transmission_Gap_Pattern_Sequence_Information },
+ { &hf_pcap_activePatternSequenceInfo, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_Active_Pattern_Sequence_Information },
+ { &hf_pcap_cFN , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CFN },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UL_InformationFDD(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UL_InformationFDD, UL_InformationFDD_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Compressed_Mode_Assistance_Data_sequence[] = {
+ { &hf_pcap_dl_information , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_DL_InformationFDD },
+ { &hf_pcap_ul_information , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UL_InformationFDD },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Compressed_Mode_Assistance_Data(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Compressed_Mode_Assistance_Data, Compressed_Mode_Assistance_Data_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ctfc2Bit_sequence_of[1] = {
+ { &hf_pcap_ctfc2Bit_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_3 },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ctfc4Bit_sequence_of[1] = {
+ { &hf_pcap_ctfc4Bit_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_15 },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ctfc6Bit_sequence_of[1] = {
+ { &hf_pcap_ctfc6Bit_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_63 },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ctfc8Bit_sequence_of[1] = {
+ { &hf_pcap_ctfc8Bit_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ctfc12Bit_sequence_of[1] = {
+ { &hf_pcap_ctfc12Bit_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ctfc16Bit_sequence_of[1] = {
+ { &hf_pcap_ctfc16Bit_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_65535 },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_16777215(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 16777215U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_ctfc24Bit_sequence_of[1] = {
+ { &hf_pcap_ctfc24Bit_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_16777215 },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_CTFC_vals[] = {
+ { 0, "ctfc2Bit" },
+ { 1, "ctfc4Bit" },
+ { 2, "ctfc6Bit" },
+ { 3, "ctfc8Bit" },
+ { 4, "ctfc12Bit" },
+ { 5, "ctfc16Bit" },
+ { 6, "ctfc24Bit" },
+ { 0, NULL }
+};
+
+static const per_choice_t CTFC_choice[] = {
+ { 0, &hf_pcap_ctfc2Bit , ASN1_EXTENSION_ROOT , dissect_pcap_T_ctfc2Bit },
+ { 1, &hf_pcap_ctfc4Bit , ASN1_EXTENSION_ROOT , dissect_pcap_T_ctfc4Bit },
+ { 2, &hf_pcap_ctfc6Bit , ASN1_EXTENSION_ROOT , dissect_pcap_T_ctfc6Bit },
+ { 3, &hf_pcap_ctfc8Bit , ASN1_EXTENSION_ROOT , dissect_pcap_T_ctfc8Bit },
+ { 4, &hf_pcap_ctfc12Bit , ASN1_EXTENSION_ROOT , dissect_pcap_T_ctfc12Bit },
+ { 5, &hf_pcap_ctfc16Bit , ASN1_EXTENSION_ROOT , dissect_pcap_T_ctfc16Bit },
+ { 6, &hf_pcap_ctfc24Bit , ASN1_EXTENSION_ROOT , dissect_pcap_T_ctfc24Bit },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_CTFC(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_CTFC, CTFC_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t TFCS_sequence_of[1] = {
+ { &hf_pcap_TFCS_item , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_CTFC },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_UL_TrCHType_vals[] = {
+ { 0, "dch" },
+ { 1, "usch" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_UL_TrCHType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_RLC_Size(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 129U, 5055U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransportFormatSet_TransmissionTimeIntervalDynamic_vals[] = {
+ { 0, "msec-10" },
+ { 1, "msec-20" },
+ { 2, "msec-40" },
+ { 3, "msec-80" },
+ { 4, "dynamic" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TransportFormatSet_TransmissionTimeIntervalDynamic(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 5, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TransportFormatSet_NrOfTransportBlocks(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 512U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t TbsTTIInfo_sequence[] = {
+ { &hf_pcap_tTIInfo , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransportFormatSet_TransmissionTimeIntervalDynamic },
+ { &hf_pcap_numberOfTbs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_NrOfTransportBlocks },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TbsTTIInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TbsTTIInfo, TbsTTIInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo_sequence_of[1] = {
+ { &hf_pcap_numberOfTbsTTIList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_TbsTTIInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t TransportFormatSet_DynamicPartList_item_sequence[] = {
+ { &hf_pcap_rlc_Size , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RLC_Size },
+ { &hf_pcap_numberOfTbsTTIList, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TransportFormatSet_DynamicPartList_item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TransportFormatSet_DynamicPartList_item, TransportFormatSet_DynamicPartList_item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t TransportFormatSet_DynamicPartList_sequence_of[1] = {
+ { &hf_pcap_TransportFormatSet_DynamicPartList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_DynamicPartList_item },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransportFormatSet_TransmissionTimeIntervalSemiStatic_vals[] = {
+ { 0, "msec-5" },
+ { 1, "msec-10" },
+ { 2, "msec-20" },
+ { 3, "msec-40" },
+ { 4, "msec-80" },
+ { 5, "dynamic" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TransportFormatSet_TransmissionTimeIntervalSemiStatic(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 6, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransportFormatSet_ChannelCodingType_vals[] = {
+ { 0, "no-codingTDD" },
+ { 1, "convolutional-coding" },
+ { 2, "turbo-coding" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TransportFormatSet_ChannelCodingType(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 3, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransportFormatSet_CodingRate_vals[] = {
+ { 0, "half" },
+ { 1, "third" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TransportFormatSet_CodingRate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_TransportFormatSet_RateMatchingAttribute(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, maxRateMatching, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const value_string pcap_TransportFormatSet_CRC_Size_vals[] = {
+ { 0, "v0" },
+ { 1, "v8" },
+ { 2, "v12" },
+ { 3, "v16" },
+ { 4, "v24" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_TransportFormatSet_CRC_Size(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 5, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t TransportFormatSet_Semi_staticPart_sequence[] = {
+ { &hf_pcap_transmissionTimeInterval, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_TransmissionTimeIntervalSemiStatic },
+ { &hf_pcap_channelCoding , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_ChannelCodingType },
+ { &hf_pcap_codingRate , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_TransportFormatSet_CodingRate },
+ { &hf_pcap_rateMatchingAttribute, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_RateMatchingAttribute },
+ { &hf_pcap_cRC_Size , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_CRC_Size },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TransportFormatSet_Semi_staticPart(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TransportFormatSet_Semi_staticPart, TransportFormatSet_Semi_staticPart_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t TransportFormatSet_sequence[] = {
+ { &hf_pcap_dynamicPart , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_DynamicPartList },
+ { &hf_pcap_semi_staticPart, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet_Semi_staticPart },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_TransportFormatSet(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_TransportFormatSet, TransportFormatSet_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UL_TrCHInfo_sequence[] = {
+ { &hf_pcap_uL_TrCHtype , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UL_TrCHType },
+ { &hf_pcap_tfs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UL_TrCHInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UL_TrCHInfo, UL_TrCHInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t TrChInfoList_sequence_of[1] = {
+ { &hf_pcap_TrChInfoList_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_UL_TrCHInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t DCH_Information_sequence[] = {
+ { &hf_pcap_tFCS , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TFCS },
+ { &hf_pcap_trChInfo , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TrChInfoList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_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_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_DCH_Information, DCH_Information_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_Max_Set_E_DPDCHs_vals[] = {
+ { 0, "vN64" },
+ { 1, "vN32" },
+ { 2, "vN16" },
+ { 3, "vN8" },
+ { 4, "v2xN4" },
+ { 5, "v2xN2" },
+ { 6, "v2xN2plus2xN4" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_Max_Set_E_DPDCHs(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 7, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_E_DCH_TFCS_Index(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 1U, 4U, NULL, TRUE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_E_TFCI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 127U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_Reference_E_TFCI_PO(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, maxNrOfRefETFCI_PO_QUANTSTEPs, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t Reference_E_TFCI_Information_Item_sequence[] = {
+ { &hf_pcap_reference_E_TFCI, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_E_TFCI },
+ { &hf_pcap_reference_E_TFCI_PO, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_Reference_E_TFCI_PO },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Reference_E_TFCI_Information_Item(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Reference_E_TFCI_Information_Item, Reference_E_TFCI_Information_Item_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Reference_E_TFCI_Information_sequence_of[1] = {
+ { &hf_pcap_Reference_E_TFCI_Information_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Reference_E_TFCI_Information_Item },
+};
+
+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);
+
+ return offset;
+}
+
+
+static const per_sequence_t E_TFCS_Information_sequence[] = {
+ { &hf_pcap_e_DCH_TFCS_Index, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_E_DCH_TFCS_Index },
+ { &hf_pcap_reference_E_TFCI_Information, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Reference_E_TFCI_Information },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_E_TFCS_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_E_TFCS_Information, E_TFCS_Information_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_E_TTI_vals[] = {
+ { 0, "e-TTI-2ms" },
+ { 1, "e-TTI-10ms" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_E_TTI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_E_DPCCH_PO(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, maxNrOfEDPCCH_PO_QUANTSTEPs, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t E_DPCH_Information_sequence[] = {
+ { &hf_pcap_maxSet_E_DPDCHs, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_Max_Set_E_DPDCHs },
+ { &hf_pcap_ul_PunctureLimit, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PuncturingLimit },
+ { &hf_pcap_e_TFCS_Information, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_E_TFCS_Information },
+ { &hf_pcap_e_TTI , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_E_TTI },
+ { &hf_pcap_e_DPCCH_PO , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_E_DPCCH_PO },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_E_DPCH_Information(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_E_DPCH_Information, E_DPCH_Information_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTDOA_CELLDCH_sequence[] = {
+ { &hf_pcap_uL_DPCHInfo , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UL_DPCHInfo },
+ { &hf_pcap_compressedModeAssistanceData, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_Compressed_Mode_Assistance_Data },
+ { &hf_pcap_dCH_Information, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_DCH_Information },
+ { &hf_pcap_e_DPCH_Information, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_E_DPCH_Information },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTDOA_CELLDCH(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTDOA_CELLDCH, UTDOA_CELLDCH_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_AvailableSignatures(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 16, 16, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_SF_PRACH_vals[] = {
+ { 0, "sfpr32" },
+ { 1, "sfpr64" },
+ { 2, "sfpr128" },
+ { 3, "sfpr256" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_SF_PRACH(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 4, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_PreambleScramblingCodeWordNumber(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 15U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_AvailableSubChannelNumbers(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 12, 12, FALSE, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_fdd_05_sequence[] = {
+ { &hf_pcap_availableSignatures, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_AvailableSignatures },
+ { &hf_pcap_availableSF , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_SF_PRACH },
+ { &hf_pcap_preambleScramblingCodeWordNumber, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PreambleScramblingCodeWordNumber },
+ { &hf_pcap_puncturingLimit, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PuncturingLimit },
+ { &hf_pcap_availableSubChannelNumbers, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_AvailableSubChannelNumbers },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_fdd_05(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_fdd_05, T_fdd_05_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_MaxPRACH_MidambleShifts_vals[] = {
+ { 0, "shift4" },
+ { 1, "shift8" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_MaxPRACH_MidambleShifts(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_PRACH_Midamble_vals[] = {
+ { 0, "inverted" },
+ { 1, "direct" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_PRACH_Midamble(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t T_tdd_05_sequence[] = {
+ { &hf_pcap_timeSlot , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TimeSlot },
+ { &hf_pcap_tdd_ChannelisationCode, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TDD_ChannelisationCode },
+ { &hf_pcap_maxPRACH_MidambleShifts, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_MaxPRACH_MidambleShifts },
+ { &hf_pcap_pRACH_Midamble , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PRACH_Midamble },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_T_tdd_05(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_T_tdd_05, T_tdd_05_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_PRACH_Info_vals[] = {
+ { 0, "fdd" },
+ { 1, "tdd" },
+ { 0, NULL }
+};
+
+static const per_choice_t PRACH_Info_choice[] = {
+ { 0, &hf_pcap_fdd_06 , ASN1_EXTENSION_ROOT , dissect_pcap_T_fdd_05 },
+ { 1, &hf_pcap_tdd_06 , ASN1_EXTENSION_ROOT , dissect_pcap_T_tdd_05 },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_PRACH_Info(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PRACH_Info, PRACH_Info_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t PRACH_ChannelInfo_sequence[] = {
+ { &hf_pcap_pRACH_Info , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PRACH_Info },
+ { &hf_pcap_tFS , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TransportFormatSet },
+ { &hf_pcap_tFCS , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TFCS },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PRACH_ChannelInfo(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PRACH_ChannelInfo, PRACH_ChannelInfo_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PRACHparameters_sequence_of[1] = {
+ { &hf_pcap_PRACHparameters_item, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_PRACH_ChannelInfo },
+};
+
+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);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_C_RNTI(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_bit_string(tvb, offset, actx, tree, hf_index,
+ 16, 16, FALSE, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_USCH_SchedulingOffset(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 255U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UschParameters_sequence[] = {
+ { &hf_pcap_cellParameterID, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_CellParameterID },
+ { &hf_pcap_tFCI_Coding , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TFCI_Coding },
+ { &hf_pcap_punctureLimit , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PuncturingLimit },
+ { &hf_pcap_repetitionPeriod, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RepetitionPeriod },
+ { &hf_pcap_uSCH_SchedulingOffset, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_USCH_SchedulingOffset },
+ { &hf_pcap_uL_Timeslot_Information, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UL_Timeslot_Information },
+ { &hf_pcap_tFCS , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TFCS },
+ { &hf_pcap_trChInfo , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_TrChInfoList },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UschParameters(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UschParameters, UschParameters_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTDOA_CELLFACH_sequence[] = {
+ { &hf_pcap_pRACHparameters, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PRACHparameters },
+ { &hf_pcap_cRNTI , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_C_RNTI },
+ { &hf_pcap_uschParameters , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UschParameters },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTDOA_CELLFACH(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTDOA_CELLFACH, UTDOA_CELLFACH_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_UTDOA_RRCState_vals[] = {
+ { 0, "uTDOA-CELLDCH" },
+ { 1, "uTDOA-CELLFACH" },
+ { 0, NULL }
+};
+
+static const per_choice_t UTDOA_RRCState_choice[] = {
+ { 0, &hf_pcap_uTDOA_CELLDCH , ASN1_EXTENSION_ROOT , dissect_pcap_UTDOA_CELLDCH },
+ { 1, &hf_pcap_uTDOA_CELLFACH , ASN1_EXTENSION_ROOT , dissect_pcap_UTDOA_CELLFACH },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_UTDOA_RRCState(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTDOA_RRCState, UTDOA_RRCState_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTDOA_Group_sequence[] = {
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_frequencyInfo , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_FrequencyInfo },
+ { &hf_pcap_uTDOA_ChannelSettings, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UTDOA_RRCState },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTDOA_Group(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTDOA_Group, UTDOA_Group_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_Positioning_ResponseTime_vals[] = {
+ { 0, "ms250" },
+ { 1, "ms500" },
+ { 2, "s1" },
+ { 3, "s2" },
+ { 4, "s3" },
+ { 5, "s4" },
+ { 6, "s6" },
+ { 7, "s8" },
+ { 8, "s12" },
+ { 9, "s16" },
+ { 10, "s20" },
+ { 11, "s24" },
+ { 12, "s28" },
+ { 13, "s32" },
+ { 14, "s64" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_Positioning_ResponseTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 15, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_AmountOfReporting_vals[] = {
+ { 0, "ra2" },
+ { 1, "ra4" },
+ { 2, "ra8" },
+ { 3, "ra16" },
+ { 4, "ra32" },
+ { 5, "ra64" },
+ { 6, "ra-Infinity" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_AmountOfReporting(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 7, NULL, TRUE, 0, NULL);
+
+ return offset;
+}
+
+
+static const value_string pcap_IncludeVelocity_vals[] = {
+ { 0, "requested" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_IncludeVelocity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 1, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_359(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 359U, NULL, FALSE);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_INTEGER_0_2047(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer(tvb, offset, actx, tree, hf_index,
+ 0U, 2047U, NULL, FALSE);
+
+ return offset;
+}
+
+
+static const per_sequence_t HorizontalSpeedAndBearing_sequence[] = {
+ { &hf_pcap_bearing , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_359 },
+ { &hf_pcap_horizontalSpeed, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_2047 },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_HorizontalSpeedAndBearing(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_HorizontalSpeedAndBearing, HorizontalSpeedAndBearing_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t HorizontalVelocity_sequence[] = {
+ { &hf_pcap_horizontalSpeedAndBearing, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_HorizontalSpeedAndBearing },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_HorizontalVelocity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_HorizontalVelocity, HorizontalVelocity_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_VerticalSpeedDirection_vals[] = {
+ { 0, "upward" },
+ { 1, "downward" },
+ { 0, NULL }
+};
+
+
+static int
+dissect_pcap_VerticalSpeedDirection(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_enumerated(tvb, offset, actx, tree, hf_index,
+ 2, NULL, FALSE, 0, NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t VerticalVelocity_sequence[] = {
+ { &hf_pcap_verticalSpeed , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_verticalSpeedDirection, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_VerticalSpeedDirection },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_VerticalVelocity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_VerticalVelocity, VerticalVelocity_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t HorizontalWithVerticalVelocity_sequence[] = {
+ { &hf_pcap_horizontalSpeedAndBearing, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_HorizontalSpeedAndBearing },
+ { &hf_pcap_verticalVelocity, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_VerticalVelocity },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_HorizontalWithVerticalVelocity(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_HorizontalWithVerticalVelocity, HorizontalWithVerticalVelocity_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t HorizontalVelocityWithUncertainty_sequence[] = {
+ { &hf_pcap_horizontalSpeedAndBearing, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_HorizontalSpeedAndBearing },
+ { &hf_pcap_uncertaintySpeed, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_HorizontalVelocityWithUncertainty(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_HorizontalVelocityWithUncertainty, HorizontalVelocityWithUncertainty_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t HorizontalWithVerticalVelocityAndUncertainty_sequence[] = {
+ { &hf_pcap_horizontalSpeedAndBearing, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_HorizontalSpeedAndBearing },
+ { &hf_pcap_verticalVelocity, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_VerticalVelocity },
+ { &hf_pcap_horizontalUncertaintySpeed, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_verticalUncertaintySpeed, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_255 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_HorizontalWithVerticalVelocityAndUncertainty(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_HorizontalWithVerticalVelocityAndUncertainty, HorizontalWithVerticalVelocityAndUncertainty_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_VelocityEstimate_vals[] = {
+ { 0, "horizontalVelocity" },
+ { 1, "horizontalWithVerticalVelocity" },
+ { 2, "horizontalVelocityWithUncertainty" },
+ { 3, "horizontalWithVerticalVelocityAndUncertainty" },
+ { 0, NULL }
+};
+
+static const per_choice_t VelocityEstimate_choice[] = {
+ { 0, &hf_pcap_horizontalVelocity, ASN1_EXTENSION_ROOT , dissect_pcap_HorizontalVelocity },
+ { 1, &hf_pcap_horizontalWithVerticalVelocity, ASN1_EXTENSION_ROOT , dissect_pcap_HorizontalWithVerticalVelocity },
+ { 2, &hf_pcap_horizontalVelocityWithUncertainty, ASN1_EXTENSION_ROOT , dissect_pcap_HorizontalVelocityWithUncertainty },
+ { 3, &hf_pcap_horizontalWithVerticalVelocityAndUncertainty, ASN1_EXTENSION_ROOT , dissect_pcap_HorizontalWithVerticalVelocityAndUncertainty },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_VelocityEstimate(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_VelocityEstimate, VelocityEstimate_choice,
+ NULL);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_T_utran_GPSTimingOfCell(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_constrained_integer_64b(tvb, offset, actx, tree, hf_index,
+ 0U, 2322431999999U, NULL, TRUE);
+
+ return offset;
+}
+
+
+static const per_sequence_t UTRAN_GPSReferenceTime_sequence[] = {
+ { &hf_pcap_utran_GPSTimingOfCell, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_T_utran_GPSTimingOfCell },
+ { &hf_pcap_uC_ID , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_UC_ID },
+ { &hf_pcap_sfn , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_INTEGER_0_4095 },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UTRAN_GPSReferenceTime(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UTRAN_GPSReferenceTime, UTRAN_GPSReferenceTime_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionCalculationRequest_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionCalculationRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionCalculationRequest, PositionCalculationRequest_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionCalculationResponse_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionCalculationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionCalculationResponse, PositionCalculationResponse_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionCalculationFailure_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionCalculationFailure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionCalculationFailure, PositionCalculationFailure_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationExchangeInitiationRequest_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeInitiationRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeInitiationRequest, InformationExchangeInitiationRequest_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t RefPosition_InfEx_Rqst_sequence[] = {
+ { &hf_pcap_referencePositionEstimate, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UE_PositionEstimate },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RefPosition_InfEx_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RefPosition_InfEx_Rqst, RefPosition_InfEx_Rqst_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_Extension_InformationExchangeObjectType_InfEx_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_pcap_ProtocolIE_Single_Container(tvb, offset, actx, tree, hf_index);
+
+ return offset;
+}
+
+
+static const value_string pcap_InformationExchangeObjectType_InfEx_Rqst_vals[] = {
+ { 0, "referencePosition" },
+ { 1, "extension-InformationExchangeObjectType-InfEx-Rqst" },
+ { 0, NULL }
+};
+
+static const per_choice_t InformationExchangeObjectType_InfEx_Rqst_choice[] = {
+ { 0, &hf_pcap_referencePosition, ASN1_EXTENSION_ROOT , dissect_pcap_RefPosition_InfEx_Rqst },
+ { 1, &hf_pcap_extension_InformationExchangeObjectType_InfEx_Rqst, ASN1_NOT_EXTENSION_ROOT, dissect_pcap_Extension_InformationExchangeObjectType_InfEx_Rqst },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeObjectType_InfEx_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeObjectType_InfEx_Rqst, InformationExchangeObjectType_InfEx_Rqst_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t UC_ID_InfEx_Rqst_sequence[] = {
+ { &hf_pcap_referenceUC_ID , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_UC_ID },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UC_ID_InfEx_Rqst(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UC_ID_InfEx_Rqst, UC_ID_InfEx_Rqst_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationExchangeInitiationResponse_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeInitiationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeInitiationResponse, InformationExchangeInitiationResponse_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t RefPosition_InfEx_Rsp_sequence[] = {
+ { &hf_pcap_requestedDataValue, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RequestedDataValue },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RefPosition_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_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RefPosition_InfEx_Rsp, RefPosition_InfEx_Rsp_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_InformationExchangeObjectType_InfEx_Rsp_vals[] = {
+ { 0, "referencePosition" },
+ { 0, NULL }
+};
+
+static const per_choice_t InformationExchangeObjectType_InfEx_Rsp_choice[] = {
+ { 0, &hf_pcap_referencePosition_01, ASN1_EXTENSION_ROOT , dissect_pcap_RefPosition_InfEx_Rsp },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeObjectType_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_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeObjectType_InfEx_Rsp, InformationExchangeObjectType_InfEx_Rsp_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationExchangeInitiationFailure_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeInitiationFailure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeInitiationFailure, InformationExchangeInitiationFailure_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionInitiationRequest_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionInitiationRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionInitiationRequest, PositionInitiationRequest_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionInitiationResponse_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionInitiationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionInitiationResponse, PositionInitiationResponse_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionInitiationFailure_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionInitiationFailure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionInitiationFailure, PositionInitiationFailure_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionActivationRequest_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionActivationRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionActivationRequest, PositionActivationRequest_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionActivationResponse_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionActivationResponse(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionActivationResponse, PositionActivationResponse_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionActivationFailure_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionActivationFailure(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionActivationFailure, PositionActivationFailure_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationReport_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationReport(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationReport, InformationReport_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t RefPosition_InfEx_Rprt_sequence[] = {
+ { &hf_pcap_requestedDataValueInformation, ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_RequestedDataValueInformation },
+ { &hf_pcap_iE_Extensions , ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_RefPosition_InfEx_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_RefPosition_InfEx_Rprt, RefPosition_InfEx_Rprt_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_InformationExchangeObjectType_InfEx_Rprt_vals[] = {
+ { 0, "referencePosition" },
+ { 0, NULL }
+};
+
+static const per_choice_t InformationExchangeObjectType_InfEx_Rprt_choice[] = {
+ { 0, &hf_pcap_referencePosition_02, ASN1_EXTENSION_ROOT , dissect_pcap_RefPosition_InfEx_Rprt },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeObjectType_InfEx_Rprt(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeObjectType_InfEx_Rprt, InformationExchangeObjectType_InfEx_Rprt_choice,
+ NULL);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationExchangeTerminationRequest_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeTerminationRequest(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeTerminationRequest, InformationExchangeTerminationRequest_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t InformationExchangeFailureIndication_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InformationExchangeFailureIndication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InformationExchangeFailureIndication, InformationExchangeFailureIndication_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t ErrorIndication_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_ErrorIndication(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_ErrorIndication, ErrorIndication_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionParameterModification_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionParameterModification(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionParameterModification, PositionParameterModification_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PrivateMessage_sequence[] = {
+ { &hf_pcap_privateIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_PrivateIE_Container },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PrivateMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PrivateMessage, PrivateMessage_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t Abort_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Abort(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Abort, Abort_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionPeriodicReport_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionPeriodicReport(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionPeriodicReport, PositionPeriodicReport_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionPeriodicResult_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionPeriodicResult(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionPeriodicResult, PositionPeriodicResult_sequence);
+
+ return offset;
+}
+
+
+static const per_sequence_t PositionPeriodicTermination_sequence[] = {
+ { &hf_pcap_protocolIEs , ASN1_EXTENSION_ROOT , ASN1_NOT_OPTIONAL, dissect_pcap_ProtocolIE_Container },
+ { &hf_pcap_protocolExtensions, ASN1_EXTENSION_ROOT , ASN1_OPTIONAL , dissect_pcap_ProtocolExtensionContainer },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_PositionPeriodicTermination(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PositionPeriodicTermination, PositionPeriodicTermination_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_InitiatingMessage_value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_open_type_pdu_new(tvb, offset, actx, tree, hf_index, dissect_InitiatingMessageValue);
+
+ return offset;
+}
+
+
+static const per_sequence_t InitiatingMessage_sequence[] = {
+ { &hf_pcap_procedureCode , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProcedureCode },
+ { &hf_pcap_criticality , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_transactionID , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_TransactionID },
+ { &hf_pcap_initiatingMessagevalue, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_InitiatingMessage_value },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_InitiatingMessage(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_InitiatingMessage, InitiatingMessage_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_SuccessfulOutcome_value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_open_type_pdu_new(tvb, offset, actx, tree, hf_index, dissect_SuccessfulOutcomeValue);
+
+ return offset;
+}
+
+
+static const per_sequence_t SuccessfulOutcome_sequence[] = {
+ { &hf_pcap_procedureCode , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProcedureCode },
+ { &hf_pcap_criticality , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_transactionID , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_TransactionID },
+ { &hf_pcap_successfulOutcome_value, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_SuccessfulOutcome_value },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_SuccessfulOutcome(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_SuccessfulOutcome, SuccessfulOutcome_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_UnsuccessfulOutcome_value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_open_type_pdu_new(tvb, offset, actx, tree, hf_index, dissect_UnsuccessfulOutcomeValue);
+
+ return offset;
+}
+
+
+static const per_sequence_t UnsuccessfulOutcome_sequence[] = {
+ { &hf_pcap_procedureCode , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProcedureCode },
+ { &hf_pcap_criticality , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_transactionID , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_TransactionID },
+ { &hf_pcap_unsuccessfulOutcome_value, ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_UnsuccessfulOutcome_value },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_UnsuccessfulOutcome(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_UnsuccessfulOutcome, UnsuccessfulOutcome_sequence);
+
+ return offset;
+}
+
+
+
+static int
+dissect_pcap_Outcome_value(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_open_type_pdu_new(tvb, offset, actx, tree, hf_index, dissect_OutcomeValue);
+
+ return offset;
+}
+
+
+static const per_sequence_t Outcome_sequence[] = {
+ { &hf_pcap_procedureCode , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_ProcedureCode },
+ { &hf_pcap_criticality , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Criticality },
+ { &hf_pcap_transactionID , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_TransactionID },
+ { &hf_pcap_outcome_value , ASN1_NO_EXTENSIONS , ASN1_NOT_OPTIONAL, dissect_pcap_Outcome_value },
+ { NULL, 0, 0, NULL }
+};
+
+static int
+dissect_pcap_Outcome(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_sequence(tvb, offset, actx, tree, hf_index,
+ ett_pcap_Outcome, Outcome_sequence);
+
+ return offset;
+}
+
+
+static const value_string pcap_PCAP_PDU_vals[] = {
+ { 0, "initiatingMessage" },
+ { 1, "successfulOutcome" },
+ { 2, "unsuccessfulOutcome" },
+ { 3, "outcome" },
+ { 0, NULL }
+};
+
+static const per_choice_t PCAP_PDU_choice[] = {
+ { 0, &hf_pcap_initiatingMessage, ASN1_EXTENSION_ROOT , dissect_pcap_InitiatingMessage },
+ { 1, &hf_pcap_successfulOutcome, ASN1_EXTENSION_ROOT , dissect_pcap_SuccessfulOutcome },
+ { 2, &hf_pcap_unsuccessfulOutcome, ASN1_EXTENSION_ROOT , dissect_pcap_UnsuccessfulOutcome },
+ { 3, &hf_pcap_outcome , ASN1_EXTENSION_ROOT , dissect_pcap_Outcome },
+ { 0, NULL, 0, NULL }
+};
+
+static int
+dissect_pcap_PCAP_PDU(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
+ offset = dissect_per_choice(tvb, offset, actx, tree, hf_index,
+ ett_pcap_PCAP_PDU, PCAP_PDU_choice,
+ NULL);
+
+ return offset;
+}
+
+/*--- PDUs ---*/
+
+static int dissect_AccuracyFulfilmentIndicator_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_AccuracyFulfilmentIndicator(tvb, offset, &asn1_ctx, tree, hf_pcap_AccuracyFulfilmentIndicator_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_Cause_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_Cause(tvb, offset, &asn1_ctx, tree, hf_pcap_Cause_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_CellId_MeasuredResultsSets_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_CellId_MeasuredResultsSets(tvb, offset, &asn1_ctx, tree, hf_pcap_CellId_MeasuredResultsSets_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_CellIDPositioning_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_CellIDPositioning(tvb, offset, &asn1_ctx, tree, hf_pcap_CellIDPositioning_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_ClientType_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_ClientType(tvb, offset, &asn1_ctx, tree, hf_pcap_ClientType_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_CriticalityDiagnostics_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_CriticalityDiagnostics(tvb, offset, &asn1_ctx, tree, hf_pcap_CriticalityDiagnostics_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_UE_PositionEstimate_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_UE_PositionEstimate(tvb, offset, &asn1_ctx, tree, hf_pcap_UE_PositionEstimate_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_UE_PositionEstimateInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_UE_PositionEstimateInfo(tvb, offset, &asn1_ctx, tree, hf_pcap_UE_PositionEstimateInfo_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionData_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionData(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionData_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_GANSS_MeasuredResultsList_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_GANSS_MeasuredResultsList(tvb, offset, &asn1_ctx, tree, hf_pcap_GANSS_MeasuredResultsList_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_GANSS_UTRAN_TRU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_GANSS_UTRAN_TRU(tvb, offset, &asn1_ctx, tree, hf_pcap_GANSS_UTRAN_TRU_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_MeasuredResultsList_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_MeasuredResultsList(tvb, offset, &asn1_ctx, tree, hf_pcap_MeasuredResultsList_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_GPS_UTRAN_TRU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_GPS_UTRAN_TRU(tvb, offset, &asn1_ctx, tree, hf_pcap_GPS_UTRAN_TRU_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_AdditionalGPSAssistDataRequired_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_AdditionalGPSAssistDataRequired(tvb, offset, &asn1_ctx, tree, hf_pcap_AdditionalGPSAssistDataRequired_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_AdditionalGanssAssistDataRequired_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_AdditionalGanssAssistDataRequired(tvb, offset, &asn1_ctx, tree, hf_pcap_AdditionalGanssAssistDataRequired_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeID(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeID_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationReportCharacteristics_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationReportCharacteristics(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationReportCharacteristics_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationType_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationType(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationType_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_MeasInstructionsUsed_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_MeasInstructionsUsed(tvb, offset, &asn1_ctx, tree, hf_pcap_MeasInstructionsUsed_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_OTDOA_MeasurementGroup_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_OTDOA_MeasurementGroup(tvb, offset, &asn1_ctx, tree, hf_pcap_OTDOA_MeasurementGroup_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_OTDOA_MeasuredResultsSets_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_OTDOA_MeasuredResultsSets(tvb, offset, &asn1_ctx, tree, hf_pcap_OTDOA_MeasuredResultsSets_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_UC_ID_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_UC_ID(tvb, offset, &asn1_ctx, tree, hf_pcap_UC_ID_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PeriodicPosCalcInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PeriodicPosCalcInfo(tvb, offset, &asn1_ctx, tree, hf_pcap_PeriodicPosCalcInfo_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PeriodicLocationInfo_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PeriodicLocationInfo(tvb, offset, &asn1_ctx, tree, hf_pcap_PeriodicLocationInfo_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PeriodicTerminationCause_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PeriodicTerminationCause(tvb, offset, &asn1_ctx, tree, hf_pcap_PeriodicTerminationCause_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositioningMethod_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositioningMethod(tvb, offset, &asn1_ctx, tree, hf_pcap_PositioningMethod_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositioningPriority_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositioningPriority(tvb, offset, &asn1_ctx, tree, hf_pcap_PositioningPriority_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_RRCstateChange_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_RRCstateChange(tvb, offset, &asn1_ctx, tree, hf_pcap_RRCstateChange_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_RequestType_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_RequestType(tvb, offset, &asn1_ctx, tree, hf_pcap_RequestType_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_ResponseTime_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_ResponseTime(tvb, offset, &asn1_ctx, tree, hf_pcap_ResponseTime_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_HorizontalAccuracyCode_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_HorizontalAccuracyCode(tvb, offset, &asn1_ctx, tree, hf_pcap_HorizontalAccuracyCode_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_UE_PositioningCapability_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_UE_PositioningCapability(tvb, offset, &asn1_ctx, tree, hf_pcap_UE_PositioningCapability_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_UTDOAPositioning_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_UTDOAPositioning(tvb, offset, &asn1_ctx, tree, hf_pcap_UTDOAPositioning_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_EnvironmentCharacterisation_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_EnvironmentCharacterisation(tvb, offset, &asn1_ctx, tree, hf_pcap_EnvironmentCharacterisation_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_GPSPositioning_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_GPSPositioning(tvb, offset, &asn1_ctx, tree, hf_pcap_GPSPositioning_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_GANSSPositioning_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_GANSSPositioning(tvb, offset, &asn1_ctx, tree, hf_pcap_GANSSPositioning_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_OTDOAAssistanceData_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_OTDOAAssistanceData(tvb, offset, &asn1_ctx, tree, hf_pcap_OTDOAAssistanceData_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_VerticalAccuracyCode_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_VerticalAccuracyCode(tvb, offset, &asn1_ctx, tree, hf_pcap_VerticalAccuracyCode_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_UTDOA_Group_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_UTDOA_Group(tvb, offset, &asn1_ctx, tree, hf_pcap_UTDOA_Group_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_Positioning_ResponseTime_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_Positioning_ResponseTime(tvb, offset, &asn1_ctx, tree, hf_pcap_Positioning_ResponseTime_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_AmountOfReporting_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_AmountOfReporting(tvb, offset, &asn1_ctx, tree, hf_pcap_AmountOfReporting_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_IncludeVelocity_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_IncludeVelocity(tvb, offset, &asn1_ctx, tree, hf_pcap_IncludeVelocity_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_VelocityEstimate_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_VelocityEstimate(tvb, offset, &asn1_ctx, tree, hf_pcap_VelocityEstimate_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionCalculationRequest_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionCalculationRequest(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionCalculationRequest_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionCalculationResponse_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionCalculationResponse(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionCalculationResponse_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionCalculationFailure_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionCalculationFailure(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionCalculationFailure_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeInitiationRequest_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeInitiationRequest(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeInitiationRequest_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeObjectType_InfEx_Rqst_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeObjectType_InfEx_Rqst(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeObjectType_InfEx_Rqst_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_UC_ID_InfEx_Rqst_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_UC_ID_InfEx_Rqst(tvb, offset, &asn1_ctx, tree, hf_pcap_UC_ID_InfEx_Rqst_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeInitiationResponse_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeInitiationResponse(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeInitiationResponse_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeObjectType_InfEx_Rsp_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeObjectType_InfEx_Rsp(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeObjectType_InfEx_Rsp_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeInitiationFailure_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeInitiationFailure(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeInitiationFailure_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionInitiationRequest_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionInitiationRequest(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionInitiationRequest_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionInitiationResponse_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionInitiationResponse(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionInitiationResponse_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionInitiationFailure_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionInitiationFailure(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionInitiationFailure_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionActivationRequest_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionActivationRequest(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionActivationRequest_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionActivationResponse_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionActivationResponse(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionActivationResponse_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionActivationFailure_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionActivationFailure(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionActivationFailure_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationReport_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationReport(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationReport_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeObjectType_InfEx_Rprt_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeObjectType_InfEx_Rprt(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeObjectType_InfEx_Rprt_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeTerminationRequest_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeTerminationRequest(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeTerminationRequest_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_InformationExchangeFailureIndication_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_InformationExchangeFailureIndication(tvb, offset, &asn1_ctx, tree, hf_pcap_InformationExchangeFailureIndication_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_ErrorIndication_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_ErrorIndication(tvb, offset, &asn1_ctx, tree, hf_pcap_ErrorIndication_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionParameterModification_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionParameterModification(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionParameterModification_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PrivateMessage_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PrivateMessage(tvb, offset, &asn1_ctx, tree, hf_pcap_PrivateMessage_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_Abort_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_Abort(tvb, offset, &asn1_ctx, tree, hf_pcap_Abort_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionPeriodicReport_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionPeriodicReport(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionPeriodicReport_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionPeriodicResult_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionPeriodicResult(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionPeriodicResult_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PositionPeriodicTermination_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PositionPeriodicTermination(tvb, offset, &asn1_ctx, tree, hf_pcap_PositionPeriodicTermination_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+static int dissect_PCAP_PDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_) {
+ int offset = 0;
+ asn1_ctx_t asn1_ctx;
+ asn1_ctx_init(&asn1_ctx, ASN1_ENC_PER, TRUE, pinfo);
+ offset = dissect_pcap_PCAP_PDU(tvb, offset, &asn1_ctx, tree, hf_pcap_PCAP_PDU_PDU);
+ offset += 7; offset >>= 3;
+ return offset;
+}
+
+
+/*--- End of included file: packet-pcap-fn.c ---*/
+#line 105 "packet-pcap-template.c"
+
+static int dissect_ProtocolIEFieldValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_ies_dissector_table, ProtocolIE_ID, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static int dissect_ProtocolIEFieldPairFirstValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_ies_p1_dissector_table, ProtocolIE_ID, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static int dissect_ProtocolIEFieldPairSecondValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_ies_p2_dissector_table, ProtocolIE_ID, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static int dissect_ProtocolExtensionFieldExtensionValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_extension_dissector_table, ProtocolExtensionID, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static int dissect_InitiatingMessageValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_proc_imsg_dissector_table, ProcedureCode, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static int dissect_SuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_proc_sout_dissector_table, ProcedureCode, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static int dissect_UnsuccessfulOutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_proc_uout_dissector_table, ProcedureCode, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static int dissect_OutcomeValue(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ return (dissector_try_port(pcap_proc_out_dissector_table, ProcedureCode, tvb, pinfo, tree)) ? tvb_length(tvb) : 0;
+}
+
+static void
+dissect_pcap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+{
+ proto_item *pcap_item = NULL;
+ proto_tree *pcap_tree = NULL;
+
+ /* make entry in the Protocol column on summary display */
+ if (check_col(pinfo->cinfo, COL_PROTOCOL))
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "PCAP");
+
+ /* create the pcap protocol tree */
+ pcap_item = proto_tree_add_item(tree, proto_pcap, tvb, 0, -1, FALSE);
+ pcap_tree = proto_item_add_subtree(pcap_item, ett_pcap);
+
+ dissect_PCAP_PDU_PDU(tvb, pinfo, pcap_tree);
+}
+
+
+static void range_delete_callback(guint32 ssn)
+{
+ if ( ssn ) {
+ dissector_delete("sccp.ssn", ssn, pcap_handle);
+ }
+}
+
+static void range_add_callback(guint32 ssn)
+{
+ if (ssn) {
+ dissector_add("sccp.ssn", ssn, pcap_handle);
+ }
+}
+
+
+static void init_pcap(void) {
+ if (ssn_range) {
+ range_foreach(ssn_range, range_delete_callback);
+ g_free(ssn_range);
+ }
+
+ ssn_range = range_copy(global_ssn_range);
+ range_foreach(ssn_range, range_add_callback);
+}
+
+
+/*--- proto_reg_handoff_pcap ---------------------------------------*/
+void
+proto_reg_handoff_pcap(void)
+{
+
+ static gboolean prefs_initialized = FALSE;
+
+ if (! prefs_initialized) {
+ sccp_ssn_table = find_dissector_table("sccp.ssn");
+ prefs_initialized = TRUE;
+ }
+
+ data_handle = find_dissector("data");
+
+
+/*--- Included file: packet-pcap-dis-tab.c ---*/
+#line 1 "packet-pcap-dis-tab.c"
+ dissector_add("pcap.ies", id_Cause, new_create_dissector_handle(dissect_Cause_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_CriticalityDiagnostics, new_create_dissector_handle(dissect_CriticalityDiagnostics_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_GPS_UTRAN_TRU, new_create_dissector_handle(dissect_GPS_UTRAN_TRU_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_InformationExchangeID, new_create_dissector_handle(dissect_InformationExchangeID_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_InformationExchangeObjectType_InfEx_Rprt, new_create_dissector_handle(dissect_InformationExchangeObjectType_InfEx_Rprt_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_InformationExchangeObjectType_InfEx_Rqst, new_create_dissector_handle(dissect_InformationExchangeObjectType_InfEx_Rqst_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_InformationExchangeObjectType_InfEx_Rsp, new_create_dissector_handle(dissect_InformationExchangeObjectType_InfEx_Rsp_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_InformationReportCharacteristics, new_create_dissector_handle(dissect_InformationReportCharacteristics_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_InformationType, new_create_dissector_handle(dissect_InformationType_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_GPS_MeasuredResultsList, new_create_dissector_handle(dissect_MeasuredResultsList_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_UE_PositionEstimate, new_create_dissector_handle(dissect_UE_PositionEstimate_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_CellId_MeasuredResultsSets, new_create_dissector_handle(dissect_CellId_MeasuredResultsSets_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_OTDOA_MeasurementGroup, new_create_dissector_handle(dissect_OTDOA_MeasurementGroup_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_AccuracyFulfilmentIndicator, new_create_dissector_handle(dissect_AccuracyFulfilmentIndicator_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_HorizontalAccuracyCode, new_create_dissector_handle(dissect_HorizontalAccuracyCode_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_VerticalAccuracyCode, new_create_dissector_handle(dissect_VerticalAccuracyCode_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_UTDOA_Group, new_create_dissector_handle(dissect_UTDOA_Group_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_RequestType, new_create_dissector_handle(dissect_RequestType_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_UE_PositioningCapability, new_create_dissector_handle(dissect_UE_PositioningCapability_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_UC_id, new_create_dissector_handle(dissect_UC_ID_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_ResponseTime, new_create_dissector_handle(dissect_ResponseTime_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_PositioningPriority, new_create_dissector_handle(dissect_PositioningPriority_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_ClientType, new_create_dissector_handle(dissect_ClientType_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_PositioningMethod, new_create_dissector_handle(dissect_PositioningMethod_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_UTDOAPositioning, new_create_dissector_handle(dissect_UTDOAPositioning_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_GPSPositioning, new_create_dissector_handle(dissect_GPSPositioning_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_OTDOAAssistanceData, new_create_dissector_handle(dissect_OTDOAAssistanceData_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_Positioning_ResponseTime, new_create_dissector_handle(dissect_Positioning_ResponseTime_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_EnvironmentCharacterisation, new_create_dissector_handle(dissect_EnvironmentCharacterisation_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_PositionData, new_create_dissector_handle(dissect_PositionData_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_VelocityEstimate, new_create_dissector_handle(dissect_VelocityEstimate_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_UC_ID_InfEx_Rqst, new_create_dissector_handle(dissect_UC_ID_InfEx_Rqst_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_UE_PositionEstimateInfo, new_create_dissector_handle(dissect_UE_PositionEstimateInfo_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_OTDOA_MeasuredResultsSets, new_create_dissector_handle(dissect_OTDOA_MeasuredResultsSets_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_PeriodicPosCalcInfo, new_create_dissector_handle(dissect_PeriodicPosCalcInfo_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_PeriodicLocationInfo, new_create_dissector_handle(dissect_PeriodicLocationInfo_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_MeasInstructionsUsed, new_create_dissector_handle(dissect_MeasInstructionsUsed_PDU, proto_pcap));
+ dissector_add("pcap.ies", id_PeriodicTerminationCause, new_create_dissector_handle(dissect_PeriodicTerminationCause_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_IncludeVelocity, new_create_dissector_handle(dissect_IncludeVelocity_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_AmountOfReporting, new_create_dissector_handle(dissect_AmountOfReporting_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_CellIDPositioning, new_create_dissector_handle(dissect_CellIDPositioning_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_GANSSPositioning, new_create_dissector_handle(dissect_GANSSPositioning_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_RRCstateChange, new_create_dissector_handle(dissect_RRCstateChange_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_GANSS_MeasuredResultsList, new_create_dissector_handle(dissect_GANSS_MeasuredResultsList_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_GANSS_UTRAN_TRU, new_create_dissector_handle(dissect_GANSS_UTRAN_TRU_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_AdditionalGPSAssistDataRequired, new_create_dissector_handle(dissect_AdditionalGPSAssistDataRequired_PDU, proto_pcap));
+ dissector_add("pcap.extension", id_AdditionalGanssAssistDataRequired, new_create_dissector_handle(dissect_AdditionalGanssAssistDataRequired_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_PositionCalculation, new_create_dissector_handle(dissect_PositionCalculationRequest_PDU, proto_pcap));
+ dissector_add("pcap.proc.sout", id_PositionCalculation, new_create_dissector_handle(dissect_PositionCalculationResponse_PDU, proto_pcap));
+ dissector_add("pcap.proc.uout", id_PositionCalculation, new_create_dissector_handle(dissect_PositionCalculationFailure_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_InformationExchangeInitiation, new_create_dissector_handle(dissect_InformationExchangeInitiationRequest_PDU, proto_pcap));
+ dissector_add("pcap.proc.sout", id_InformationExchangeInitiation, new_create_dissector_handle(dissect_InformationExchangeInitiationResponse_PDU, proto_pcap));
+ dissector_add("pcap.proc.uout", id_InformationExchangeInitiation, new_create_dissector_handle(dissect_InformationExchangeInitiationFailure_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_PositionInitiation, new_create_dissector_handle(dissect_PositionInitiationRequest_PDU, proto_pcap));
+ dissector_add("pcap.proc.sout", id_PositionInitiation, new_create_dissector_handle(dissect_PositionInitiationResponse_PDU, proto_pcap));
+ dissector_add("pcap.proc.uout", id_PositionInitiation, new_create_dissector_handle(dissect_PositionInitiationFailure_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_PositionActivation, new_create_dissector_handle(dissect_PositionActivationRequest_PDU, proto_pcap));
+ dissector_add("pcap.proc.sout", id_PositionActivation, new_create_dissector_handle(dissect_PositionActivationResponse_PDU, proto_pcap));
+ dissector_add("pcap.proc.uout", id_PositionActivation, new_create_dissector_handle(dissect_PositionActivationFailure_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_InformationReporting, new_create_dissector_handle(dissect_InformationReport_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_InformationExchangeTermination, new_create_dissector_handle(dissect_InformationExchangeTerminationRequest_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_InformationExchangeFailure, new_create_dissector_handle(dissect_InformationExchangeFailureIndication_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_ErrorIndication, new_create_dissector_handle(dissect_ErrorIndication_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_privateMessage, new_create_dissector_handle(dissect_PrivateMessage_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_PositionParameterModification, new_create_dissector_handle(dissect_PositionParameterModification_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_Abort, new_create_dissector_handle(dissect_Abort_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_PositionPeriodicReport, new_create_dissector_handle(dissect_PositionPeriodicReport_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_PositionPeriodicResult, new_create_dissector_handle(dissect_PositionPeriodicResult_PDU, proto_pcap));
+ dissector_add("pcap.proc.imsg", id_PositionPeriodicTermination, new_create_dissector_handle(dissect_PositionPeriodicTermination_PDU, proto_pcap));
+
+
+/*--- End of included file: packet-pcap-dis-tab.c ---*/
+#line 205 "packet-pcap-template.c"
+}
+
+/*--- proto_register_pcap -------------------------------------------*/
+void proto_register_pcap(void) {
+
+ /* List of fields */
+
+ static hf_register_info hf[] = {
+
+
+/*--- Included file: packet-pcap-hfarr.c ---*/
+#line 1 "packet-pcap-hfarr.c"
+ { &hf_pcap_AccuracyFulfilmentIndicator_PDU,
+ { "AccuracyFulfilmentIndicator", "pcap.AccuracyFulfilmentIndicator",
+ FT_UINT32, BASE_DEC, VALS(pcap_AccuracyFulfilmentIndicator_vals), 0,
+ "pcap.AccuracyFulfilmentIndicator", HFILL }},
+ { &hf_pcap_Cause_PDU,
+ { "Cause", "pcap.Cause",
+ FT_UINT32, BASE_DEC, VALS(pcap_Cause_vals), 0,
+ "pcap.Cause", HFILL }},
+ { &hf_pcap_CellId_MeasuredResultsSets_PDU,
+ { "CellId-MeasuredResultsSets", "pcap.CellId_MeasuredResultsSets",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CellId_MeasuredResultsSets", HFILL }},
+ { &hf_pcap_CellIDPositioning_PDU,
+ { "CellIDPositioning", "pcap.CellIDPositioning",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.CellIDPositioning", HFILL }},
+ { &hf_pcap_ClientType_PDU,
+ { "ClientType", "pcap.ClientType",
+ FT_UINT32, BASE_DEC, VALS(pcap_ClientType_vals), 0,
+ "pcap.ClientType", HFILL }},
+ { &hf_pcap_CriticalityDiagnostics_PDU,
+ { "CriticalityDiagnostics", "pcap.CriticalityDiagnostics",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.CriticalityDiagnostics", HFILL }},
+ { &hf_pcap_UE_PositionEstimate_PDU,
+ { "UE-PositionEstimate", "pcap.UE_PositionEstimate",
+ FT_UINT32, BASE_DEC, VALS(pcap_UE_PositionEstimate_vals), 0,
+ "pcap.UE_PositionEstimate", HFILL }},
+ { &hf_pcap_UE_PositionEstimateInfo_PDU,
+ { "UE-PositionEstimateInfo", "pcap.UE_PositionEstimateInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_PositionEstimateInfo", HFILL }},
+ { &hf_pcap_PositionData_PDU,
+ { "PositionData", "pcap.PositionData",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionData", HFILL }},
+ { &hf_pcap_GANSS_MeasuredResultsList_PDU,
+ { "GANSS-MeasuredResultsList", "pcap.GANSS_MeasuredResultsList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_MeasuredResultsList", HFILL }},
+ { &hf_pcap_GANSS_UTRAN_TRU_PDU,
+ { "GANSS-UTRAN-TRU", "pcap.GANSS_UTRAN_TRU",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_UTRAN_TRU", HFILL }},
+ { &hf_pcap_MeasuredResultsList_PDU,
+ { "MeasuredResultsList", "pcap.MeasuredResultsList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.MeasuredResultsList", HFILL }},
+ { &hf_pcap_GPS_UTRAN_TRU_PDU,
+ { "GPS-UTRAN-TRU", "pcap.GPS_UTRAN_TRU",
+ FT_UINT32, BASE_DEC, VALS(pcap_GPS_UTRAN_TRU_vals), 0,
+ "pcap.GPS_UTRAN_TRU", HFILL }},
+ { &hf_pcap_AdditionalGPSAssistDataRequired_PDU,
+ { "AdditionalGPSAssistDataRequired", "pcap.AdditionalGPSAssistDataRequired",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AdditionalGPSAssistDataRequired", HFILL }},
+ { &hf_pcap_AdditionalGanssAssistDataRequired_PDU,
+ { "AdditionalGanssAssistDataRequired", "pcap.AdditionalGanssAssistDataRequired",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AdditionalGanssAssistDataRequired", HFILL }},
+ { &hf_pcap_InformationExchangeID_PDU,
+ { "InformationExchangeID", "pcap.InformationExchangeID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.InformationExchangeID", HFILL }},
+ { &hf_pcap_InformationReportCharacteristics_PDU,
+ { "InformationReportCharacteristics", "pcap.InformationReportCharacteristics",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationReportCharacteristics", HFILL }},
+ { &hf_pcap_InformationType_PDU,
+ { "InformationType", "pcap.InformationType",
+ FT_UINT32, BASE_DEC, VALS(pcap_InformationType_vals), 0,
+ "pcap.InformationType", HFILL }},
+ { &hf_pcap_MeasInstructionsUsed_PDU,
+ { "MeasInstructionsUsed", "pcap.MeasInstructionsUsed",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.MeasInstructionsUsed", HFILL }},
+ { &hf_pcap_OTDOA_MeasurementGroup_PDU,
+ { "OTDOA-MeasurementGroup", "pcap.OTDOA_MeasurementGroup",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.OTDOA_MeasurementGroup", HFILL }},
+ { &hf_pcap_OTDOA_MeasuredResultsSets_PDU,
+ { "OTDOA-MeasuredResultsSets", "pcap.OTDOA_MeasuredResultsSets",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.OTDOA_MeasuredResultsSets", HFILL }},
+ { &hf_pcap_UC_ID_PDU,
+ { "UC-ID", "pcap.UC_ID",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UC_ID", HFILL }},
+ { &hf_pcap_PeriodicPosCalcInfo_PDU,
+ { "PeriodicPosCalcInfo", "pcap.PeriodicPosCalcInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PeriodicPosCalcInfo", HFILL }},
+ { &hf_pcap_PeriodicLocationInfo_PDU,
+ { "PeriodicLocationInfo", "pcap.PeriodicLocationInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PeriodicLocationInfo", HFILL }},
+ { &hf_pcap_PeriodicTerminationCause_PDU,
+ { "PeriodicTerminationCause", "pcap.PeriodicTerminationCause",
+ FT_UINT32, BASE_DEC, VALS(pcap_PeriodicTerminationCause_vals), 0,
+ "pcap.PeriodicTerminationCause", HFILL }},
+ { &hf_pcap_PositioningMethod_PDU,
+ { "PositioningMethod", "pcap.PositioningMethod",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositioningMethod", HFILL }},
+ { &hf_pcap_PositioningPriority_PDU,
+ { "PositioningPriority", "pcap.PositioningPriority",
+ FT_UINT32, BASE_DEC, VALS(pcap_PositioningPriority_vals), 0,
+ "pcap.PositioningPriority", HFILL }},
+ { &hf_pcap_RRCstateChange_PDU,
+ { "RRCstateChange", "pcap.RRCstateChange",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RRCstateChange", HFILL }},
+ { &hf_pcap_RequestType_PDU,
+ { "RequestType", "pcap.RequestType",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RequestType", HFILL }},
+ { &hf_pcap_ResponseTime_PDU,
+ { "ResponseTime", "pcap.ResponseTime",
+ FT_UINT32, BASE_DEC, VALS(pcap_ResponseTime_vals), 0,
+ "pcap.ResponseTime", HFILL }},
+ { &hf_pcap_HorizontalAccuracyCode_PDU,
+ { "HorizontalAccuracyCode", "pcap.HorizontalAccuracyCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.HorizontalAccuracyCode", HFILL }},
+ { &hf_pcap_UE_PositioningCapability_PDU,
+ { "UE-PositioningCapability", "pcap.UE_PositioningCapability",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_PositioningCapability", HFILL }},
+ { &hf_pcap_UTDOAPositioning_PDU,
+ { "UTDOAPositioning", "pcap.UTDOAPositioning",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTDOAPositioning", HFILL }},
+ { &hf_pcap_EnvironmentCharacterisation_PDU,
+ { "EnvironmentCharacterisation", "pcap.EnvironmentCharacterisation",
+ FT_UINT32, BASE_DEC, VALS(pcap_EnvironmentCharacterisation_vals), 0,
+ "pcap.EnvironmentCharacterisation", HFILL }},
+ { &hf_pcap_GPSPositioning_PDU,
+ { "GPSPositioning", "pcap.GPSPositioning",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPSPositioning", HFILL }},
+ { &hf_pcap_GANSSPositioning_PDU,
+ { "GANSSPositioning", "pcap.GANSSPositioning",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSPositioning", HFILL }},
+ { &hf_pcap_OTDOAAssistanceData_PDU,
+ { "OTDOAAssistanceData", "pcap.OTDOAAssistanceData",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.OTDOAAssistanceData", HFILL }},
+ { &hf_pcap_VerticalAccuracyCode_PDU,
+ { "VerticalAccuracyCode", "pcap.VerticalAccuracyCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.VerticalAccuracyCode", HFILL }},
+ { &hf_pcap_UTDOA_Group_PDU,
+ { "UTDOA-Group", "pcap.UTDOA_Group",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTDOA_Group", HFILL }},
+ { &hf_pcap_Positioning_ResponseTime_PDU,
+ { "Positioning-ResponseTime", "pcap.Positioning_ResponseTime",
+ FT_UINT32, BASE_DEC, VALS(pcap_Positioning_ResponseTime_vals), 0,
+ "pcap.Positioning_ResponseTime", HFILL }},
+ { &hf_pcap_AmountOfReporting_PDU,
+ { "AmountOfReporting", "pcap.AmountOfReporting",
+ FT_UINT32, BASE_DEC, VALS(pcap_AmountOfReporting_vals), 0,
+ "pcap.AmountOfReporting", HFILL }},
+ { &hf_pcap_IncludeVelocity_PDU,
+ { "IncludeVelocity", "pcap.IncludeVelocity",
+ FT_UINT32, BASE_DEC, VALS(pcap_IncludeVelocity_vals), 0,
+ "pcap.IncludeVelocity", HFILL }},
+ { &hf_pcap_VelocityEstimate_PDU,
+ { "VelocityEstimate", "pcap.VelocityEstimate",
+ FT_UINT32, BASE_DEC, VALS(pcap_VelocityEstimate_vals), 0,
+ "pcap.VelocityEstimate", HFILL }},
+ { &hf_pcap_PositionCalculationRequest_PDU,
+ { "PositionCalculationRequest", "pcap.PositionCalculationRequest",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionCalculationRequest", HFILL }},
+ { &hf_pcap_PositionCalculationResponse_PDU,
+ { "PositionCalculationResponse", "pcap.PositionCalculationResponse",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionCalculationResponse", HFILL }},
+ { &hf_pcap_PositionCalculationFailure_PDU,
+ { "PositionCalculationFailure", "pcap.PositionCalculationFailure",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionCalculationFailure", HFILL }},
+ { &hf_pcap_InformationExchangeInitiationRequest_PDU,
+ { "InformationExchangeInitiationRequest", "pcap.InformationExchangeInitiationRequest",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationExchangeInitiationRequest", HFILL }},
+ { &hf_pcap_InformationExchangeObjectType_InfEx_Rqst_PDU,
+ { "InformationExchangeObjectType-InfEx-Rqst", "pcap.InformationExchangeObjectType_InfEx_Rqst",
+ FT_UINT32, BASE_DEC, VALS(pcap_InformationExchangeObjectType_InfEx_Rqst_vals), 0,
+ "pcap.InformationExchangeObjectType_InfEx_Rqst", HFILL }},
+ { &hf_pcap_UC_ID_InfEx_Rqst_PDU,
+ { "UC-ID-InfEx-Rqst", "pcap.UC_ID_InfEx_Rqst",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UC_ID_InfEx_Rqst", HFILL }},
+ { &hf_pcap_InformationExchangeInitiationResponse_PDU,
+ { "InformationExchangeInitiationResponse", "pcap.InformationExchangeInitiationResponse",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationExchangeInitiationResponse", HFILL }},
+ { &hf_pcap_InformationExchangeObjectType_InfEx_Rsp_PDU,
+ { "InformationExchangeObjectType-InfEx-Rsp", "pcap.InformationExchangeObjectType_InfEx_Rsp",
+ FT_UINT32, BASE_DEC, VALS(pcap_InformationExchangeObjectType_InfEx_Rsp_vals), 0,
+ "pcap.InformationExchangeObjectType_InfEx_Rsp", HFILL }},
+ { &hf_pcap_InformationExchangeInitiationFailure_PDU,
+ { "InformationExchangeInitiationFailure", "pcap.InformationExchangeInitiationFailure",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationExchangeInitiationFailure", HFILL }},
+ { &hf_pcap_PositionInitiationRequest_PDU,
+ { "PositionInitiationRequest", "pcap.PositionInitiationRequest",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionInitiationRequest", HFILL }},
+ { &hf_pcap_PositionInitiationResponse_PDU,
+ { "PositionInitiationResponse", "pcap.PositionInitiationResponse",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionInitiationResponse", HFILL }},
+ { &hf_pcap_PositionInitiationFailure_PDU,
+ { "PositionInitiationFailure", "pcap.PositionInitiationFailure",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionInitiationFailure", HFILL }},
+ { &hf_pcap_PositionActivationRequest_PDU,
+ { "PositionActivationRequest", "pcap.PositionActivationRequest",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionActivationRequest", HFILL }},
+ { &hf_pcap_PositionActivationResponse_PDU,
+ { "PositionActivationResponse", "pcap.PositionActivationResponse",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionActivationResponse", HFILL }},
+ { &hf_pcap_PositionActivationFailure_PDU,
+ { "PositionActivationFailure", "pcap.PositionActivationFailure",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionActivationFailure", HFILL }},
+ { &hf_pcap_InformationReport_PDU,
+ { "InformationReport", "pcap.InformationReport",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationReport", HFILL }},
+ { &hf_pcap_InformationExchangeObjectType_InfEx_Rprt_PDU,
+ { "InformationExchangeObjectType-InfEx-Rprt", "pcap.InformationExchangeObjectType_InfEx_Rprt",
+ FT_UINT32, BASE_DEC, VALS(pcap_InformationExchangeObjectType_InfEx_Rprt_vals), 0,
+ "pcap.InformationExchangeObjectType_InfEx_Rprt", HFILL }},
+ { &hf_pcap_InformationExchangeTerminationRequest_PDU,
+ { "InformationExchangeTerminationRequest", "pcap.InformationExchangeTerminationRequest",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationExchangeTerminationRequest", HFILL }},
+ { &hf_pcap_InformationExchangeFailureIndication_PDU,
+ { "InformationExchangeFailureIndication", "pcap.InformationExchangeFailureIndication",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationExchangeFailureIndication", HFILL }},
+ { &hf_pcap_ErrorIndication_PDU,
+ { "ErrorIndication", "pcap.ErrorIndication",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.ErrorIndication", HFILL }},
+ { &hf_pcap_PositionParameterModification_PDU,
+ { "PositionParameterModification", "pcap.PositionParameterModification",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionParameterModification", HFILL }},
+ { &hf_pcap_PrivateMessage_PDU,
+ { "PrivateMessage", "pcap.PrivateMessage",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PrivateMessage", HFILL }},
+ { &hf_pcap_Abort_PDU,
+ { "Abort", "pcap.Abort",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Abort", HFILL }},
+ { &hf_pcap_PositionPeriodicReport_PDU,
+ { "PositionPeriodicReport", "pcap.PositionPeriodicReport",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionPeriodicReport", HFILL }},
+ { &hf_pcap_PositionPeriodicResult_PDU,
+ { "PositionPeriodicResult", "pcap.PositionPeriodicResult",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionPeriodicResult", HFILL }},
+ { &hf_pcap_PositionPeriodicTermination_PDU,
+ { "PositionPeriodicTermination", "pcap.PositionPeriodicTermination",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PositionPeriodicTermination", HFILL }},
+ { &hf_pcap_PCAP_PDU_PDU,
+ { "PCAP-PDU", "pcap.PCAP_PDU",
+ FT_UINT32, BASE_DEC, VALS(pcap_PCAP_PDU_vals), 0,
+ "pcap.PCAP_PDU", HFILL }},
+ { &hf_pcap_local,
+ { "local", "pcap.local",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_65535", HFILL }},
+ { &hf_pcap_global,
+ { "global", "pcap.global",
+ FT_OID, BASE_NONE, NULL, 0,
+ "pcap.OBJECT_IDENTIFIER", HFILL }},
+ { &hf_pcap_shortTID,
+ { "shortTID", "pcap.shortTID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_longTID,
+ { "longTID", "pcap.longTID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_32767", HFILL }},
+ { &hf_pcap_ProtocolIE_Container_item,
+ { "Item", "pcap.ProtocolIE_Container_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.ProtocolIE_Field", HFILL }},
+ { &hf_pcap_id,
+ { "id", "pcap.id",
+ FT_UINT32, BASE_DEC, VALS(pcap_ProtocolIE_ID_vals), 0,
+ "pcap.ProtocolIE_ID", HFILL }},
+ { &hf_pcap_criticality,
+ { "criticality", "pcap.criticality",
+ FT_UINT32, BASE_DEC, VALS(pcap_Criticality_vals), 0,
+ "pcap.Criticality", HFILL }},
+ { &hf_pcap_ie_field_value,
+ { "value", "pcap.value",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_ie_field_value", HFILL }},
+ { &hf_pcap_ProtocolIE_ContainerList_item,
+ { "Item", "pcap.ProtocolIE_ContainerList_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ProtocolIE_Container", HFILL }},
+ { &hf_pcap_ProtocolExtensionContainer_item,
+ { "Item", "pcap.ProtocolExtensionContainer_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.ProtocolExtensionField", HFILL }},
+ { &hf_pcap_ext_id,
+ { "id", "pcap.id",
+ FT_UINT32, BASE_DEC, VALS(pcap_ProtocolIE_ID_vals), 0,
+ "pcap.ProtocolIE_ID", HFILL }},
+ { &hf_pcap_extensionValue,
+ { "extensionValue", "pcap.extensionValue",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_extensionValue", HFILL }},
+ { &hf_pcap_PrivateIE_Container_item,
+ { "Item", "pcap.PrivateIE_Container_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PrivateIE_Field", HFILL }},
+ { &hf_pcap_private_id,
+ { "id", "pcap.id",
+ FT_UINT32, BASE_DEC, VALS(pcap_PrivateIE_ID_vals), 0,
+ "pcap.PrivateIE_ID", HFILL }},
+ { &hf_pcap_private_value,
+ { "value", "pcap.value",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_private_value", HFILL }},
+ { &hf_pcap_gpsAlmanacAndSatelliteHealth,
+ { "gpsAlmanacAndSatelliteHealth", "pcap.gpsAlmanacAndSatelliteHealth",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_AlmanacAndSatelliteHealth", HFILL }},
+ { &hf_pcap_satMask,
+ { "satMask", "pcap.satMask",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_1_32", HFILL }},
+ { &hf_pcap_lsbTOW,
+ { "lsbTOW", "pcap.lsbTOW",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_iE_Extensions,
+ { "iE-Extensions", "pcap.iE_Extensions",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ProtocolExtensionContainer", HFILL }},
+ { &hf_pcap_radioNetwork,
+ { "radioNetwork", "pcap.radioNetwork",
+ FT_UINT32, BASE_DEC, VALS(pcap_CauseRadioNetwork_vals), 0,
+ "pcap.CauseRadioNetwork", HFILL }},
+ { &hf_pcap_transport,
+ { "transport", "pcap.transport",
+ FT_UINT32, BASE_DEC, VALS(pcap_CauseTransport_vals), 0,
+ "pcap.CauseTransport", HFILL }},
+ { &hf_pcap_protocol,
+ { "protocol", "pcap.protocol",
+ FT_UINT32, BASE_DEC, VALS(pcap_CauseProtocol_vals), 0,
+ "pcap.CauseProtocol", HFILL }},
+ { &hf_pcap_misc,
+ { "misc", "pcap.misc",
+ FT_UINT32, BASE_DEC, VALS(pcap_CauseMisc_vals), 0,
+ "pcap.CauseMisc", HFILL }},
+ { &hf_pcap_CellId_MeasuredResultsSets_item,
+ { "Item", "pcap.CellId_MeasuredResultsSets_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CellId_MeasuredResultsInfoList", HFILL }},
+ { &hf_pcap_CellId_MeasuredResultsInfoList_item,
+ { "Item", "pcap.CellId_MeasuredResultsInfoList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.CellId_MeasuredResultsInfo", HFILL }},
+ { &hf_pcap_uC_ID,
+ { "uC-ID", "pcap.uC_ID",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UC_ID", HFILL }},
+ { &hf_pcap_uTRANAccessPointPositionAltitude,
+ { "uTRANAccessPointPositionAltitude", "pcap.uTRANAccessPointPositionAltitude",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTRANAccessPointPositionAltitude", HFILL }},
+ { &hf_pcap_ue_PositionEstimate,
+ { "ue-PositionEstimate", "pcap.ue_PositionEstimate",
+ FT_UINT32, BASE_DEC, VALS(pcap_UE_PositionEstimate_vals), 0,
+ "pcap.UE_PositionEstimate", HFILL }},
+ { &hf_pcap_roundTripTimeInfo,
+ { "roundTripTimeInfo", "pcap.roundTripTimeInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RoundTripTimeInfo", HFILL }},
+ { &hf_pcap_rxTimingDeviationInfo,
+ { "rxTimingDeviationInfo", "pcap.rxTimingDeviationInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RxTimingDeviationInfo", HFILL }},
+ { &hf_pcap_rxTimingDeviationLCRInfo,
+ { "rxTimingDeviationLCRInfo", "pcap.rxTimingDeviationLCRInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RxTimingDeviationLCRInfo", HFILL }},
+ { &hf_pcap_pathloss,
+ { "pathloss", "pcap.pathloss",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.Pathloss", HFILL }},
+ { &hf_pcap_ue_RxTxTimeDifferenceType2,
+ { "ue-RxTxTimeDifferenceType2", "pcap.ue_RxTxTimeDifferenceType2",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UE_RxTxTimeDifferenceType2", HFILL }},
+ { &hf_pcap_ue_PositioningMeasQuality,
+ { "ue-PositioningMeasQuality", "pcap.ue_PositioningMeasQuality",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_PositioningMeasQuality", HFILL }},
+ { &hf_pcap_roundTripTime,
+ { "roundTripTime", "pcap.roundTripTime",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RoundTripTime", HFILL }},
+ { &hf_pcap_ue_RxTxTimeDifferenceType1,
+ { "ue-RxTxTimeDifferenceType1", "pcap.ue_RxTxTimeDifferenceType1",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UE_RxTxTimeDifferenceType1", HFILL }},
+ { &hf_pcap_extendedRoundTripTime,
+ { "extendedRoundTripTime", "pcap.extendedRoundTripTime",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ExtendedRoundTripTime", HFILL }},
+ { &hf_pcap_stdResolution,
+ { "stdResolution", "pcap.stdResolution",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_2", HFILL }},
+ { &hf_pcap_numberOfMeasurements,
+ { "numberOfMeasurements", "pcap.numberOfMeasurements",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_3", HFILL }},
+ { &hf_pcap_stdOfMeasurements,
+ { "stdOfMeasurements", "pcap.stdOfMeasurements",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_5", HFILL }},
+ { &hf_pcap_geographicalCoordinates,
+ { "geographicalCoordinates", "pcap.geographicalCoordinates",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GeographicalCoordinates", HFILL }},
+ { &hf_pcap_ga_AltitudeAndDirection,
+ { "ga-AltitudeAndDirection", "pcap.ga_AltitudeAndDirection",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_AltitudeAndDirection", HFILL }},
+ { &hf_pcap_rxTimingDeviation,
+ { "rxTimingDeviation", "pcap.rxTimingDeviation",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RxTimingDeviation", HFILL }},
+ { &hf_pcap_timingAdvance,
+ { "timingAdvance", "pcap.timingAdvance",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TimingAdvance", HFILL }},
+ { &hf_pcap_rxTimingDeviationLCR,
+ { "rxTimingDeviationLCR", "pcap.rxTimingDeviationLCR",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RxTimingDeviationLCR", HFILL }},
+ { &hf_pcap_timingAdvanceLCR,
+ { "timingAdvanceLCR", "pcap.timingAdvanceLCR",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TimingAdvanceLCR", HFILL }},
+ { &hf_pcap_rxTimingDeviation768,
+ { "rxTimingDeviation768", "pcap.rxTimingDeviation768",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RxTimingDeviation768", HFILL }},
+ { &hf_pcap_timingAdvance768,
+ { "timingAdvance768", "pcap.timingAdvance768",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TimingAdvance768", HFILL }},
+ { &hf_pcap_rxTimingDeviation384ext,
+ { "rxTimingDeviation384ext", "pcap.rxTimingDeviation384ext",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RxTimingDeviation384ext", HFILL }},
+ { &hf_pcap_timingAdvance384ext,
+ { "timingAdvance384ext", "pcap.timingAdvance384ext",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TimingAdvance384ext", HFILL }},
+ { &hf_pcap_cpich_RSCP,
+ { "cpich-RSCP", "pcap.cpich_RSCP",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.CPICH_RSCP", HFILL }},
+ { &hf_pcap_cpich_EcNo,
+ { "cpich-EcNo", "pcap.cpich_EcNo",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CPICH_EcNo", HFILL }},
+ { &hf_pcap_aOA_LCR,
+ { "aOA-LCR", "pcap.aOA_LCR",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.AOA_LCR", HFILL }},
+ { &hf_pcap_aOA_LCR_Accuracy_Class,
+ { "aOA-LCR-Accuracy-Class", "pcap.aOA_LCR_Accuracy_Class",
+ FT_UINT32, BASE_DEC, VALS(pcap_AOA_LCR_Accuracy_Class_vals), 0,
+ "pcap.AOA_LCR_Accuracy_Class", HFILL }},
+ { &hf_pcap_requestedCellIDMeasurements,
+ { "requestedCellIDMeasurements", "pcap.requestedCellIDMeasurements",
+ FT_UINT32, BASE_DEC, VALS(pcap_RequestedCellIDMeasurements_vals), 0,
+ "pcap.RequestedCellIDMeasurements", HFILL }},
+ { &hf_pcap_fdd,
+ { "fdd", "pcap.fdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_fdd", HFILL }},
+ { &hf_pcap_roundTripTimeInfoWanted,
+ { "roundTripTimeInfoWanted", "pcap.roundTripTimeInfoWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_pathlossWanted,
+ { "pathlossWanted", "pcap.pathlossWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_roundTripTimeInfoWithType1Wanted,
+ { "roundTripTimeInfoWithType1Wanted", "pcap.roundTripTimeInfoWithType1Wanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_cpichRSCPWanted,
+ { "cpichRSCPWanted", "pcap.cpichRSCPWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_cpicEcNoWanted,
+ { "cpicEcNoWanted", "pcap.cpicEcNoWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_tdd,
+ { "tdd", "pcap.tdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_tdd", HFILL }},
+ { &hf_pcap_rxTimingDeviationInfoWanted,
+ { "rxTimingDeviationInfoWanted", "pcap.rxTimingDeviationInfoWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_rxTimingDeviationLCRInfoWanted,
+ { "rxTimingDeviationLCRInfoWanted", "pcap.rxTimingDeviationLCRInfoWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_rxTimingDeviation768InfoWanted,
+ { "rxTimingDeviation768InfoWanted", "pcap.rxTimingDeviation768InfoWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_rxTimingDeviation384extInfoWanted,
+ { "rxTimingDeviation384extInfoWanted", "pcap.rxTimingDeviation384extInfoWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_angleOfArrivalLCRWanted,
+ { "angleOfArrivalLCRWanted", "pcap.angleOfArrivalLCRWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_timingAdvanceLCRWanted,
+ { "timingAdvanceLCRWanted", "pcap.timingAdvanceLCRWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_procedureCode,
+ { "procedureCode", "pcap.procedureCode",
+ FT_UINT32, BASE_DEC, VALS(pcap_ProcedureCode_vals), 0,
+ "pcap.ProcedureCode", HFILL }},
+ { &hf_pcap_triggeringMessage,
+ { "triggeringMessage", "pcap.triggeringMessage",
+ FT_UINT32, BASE_DEC, VALS(pcap_TriggeringMessage_vals), 0,
+ "pcap.TriggeringMessage", HFILL }},
+ { &hf_pcap_procedureCriticality,
+ { "procedureCriticality", "pcap.procedureCriticality",
+ FT_UINT32, BASE_DEC, VALS(pcap_Criticality_vals), 0,
+ "pcap.Criticality", HFILL }},
+ { &hf_pcap_transactionID,
+ { "transactionID", "pcap.transactionID",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransactionID_vals), 0,
+ "pcap.TransactionID", HFILL }},
+ { &hf_pcap_iEsCriticalityDiagnostics,
+ { "iEsCriticalityDiagnostics", "pcap.iEsCriticalityDiagnostics",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CriticalityDiagnostics_IE_List", HFILL }},
+ { &hf_pcap_CriticalityDiagnostics_IE_List_item,
+ { "Item", "pcap.CriticalityDiagnostics_IE_List_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.CriticalityDiagnostics_IE_List_item", HFILL }},
+ { &hf_pcap_iECriticality,
+ { "iECriticality", "pcap.iECriticality",
+ FT_UINT32, BASE_DEC, VALS(pcap_Criticality_vals), 0,
+ "pcap.Criticality", HFILL }},
+ { &hf_pcap_iE_ID,
+ { "iE-ID", "pcap.iE_ID",
+ FT_UINT32, BASE_DEC, VALS(pcap_ProtocolIE_ID_vals), 0,
+ "pcap.ProtocolIE_ID", HFILL }},
+ { &hf_pcap_repetitionNumber,
+ { "repetitionNumber", "pcap.repetitionNumber",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CriticalityDiagnosticsRepetition", HFILL }},
+ { &hf_pcap_messageStructure,
+ { "messageStructure", "pcap.messageStructure",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.MessageStructure", HFILL }},
+ { &hf_pcap_typeOfError,
+ { "typeOfError", "pcap.typeOfError",
+ FT_UINT32, BASE_DEC, VALS(pcap_TypeOfError_vals), 0,
+ "pcap.TypeOfError", HFILL }},
+ { &hf_pcap_gps_TOW_sec,
+ { "gps-TOW-sec", "pcap.gps_TOW_sec",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_604799", HFILL }},
+ { &hf_pcap_statusHealth,
+ { "statusHealth", "pcap.statusHealth",
+ FT_UINT32, BASE_DEC, VALS(pcap_DiffCorrectionStatus_vals), 0,
+ "pcap.DiffCorrectionStatus", HFILL }},
+ { &hf_pcap_dgps_CorrectionSatInfoList,
+ { "dgps-CorrectionSatInfoList", "pcap.dgps_CorrectionSatInfoList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.DGPS_CorrectionSatInfoList", HFILL }},
+ { &hf_pcap_DGPS_CorrectionSatInfoList_item,
+ { "Item", "pcap.DGPS_CorrectionSatInfoList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DGPS_CorrectionSatInfo", HFILL }},
+ { &hf_pcap_satID,
+ { "satID", "pcap.satID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_iode,
+ { "iode", "pcap.iode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_udre,
+ { "udre", "pcap.udre",
+ FT_UINT32, BASE_DEC, VALS(pcap_UDRE_vals), 0,
+ "pcap.UDRE", HFILL }},
+ { &hf_pcap_prc,
+ { "prc", "pcap.prc",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.PRC", HFILL }},
+ { &hf_pcap_rrc,
+ { "rrc", "pcap.rrc",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.RRC", HFILL }},
+ { &hf_pcap_point,
+ { "point", "pcap.point",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_Point", HFILL }},
+ { &hf_pcap_pointWithUnCertainty,
+ { "pointWithUnCertainty", "pcap.pointWithUnCertainty",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_PointWithUnCertainty", HFILL }},
+ { &hf_pcap_polygon,
+ { "polygon", "pcap.polygon",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GA_Polygon", HFILL }},
+ { &hf_pcap_pointWithUncertaintyEllipse,
+ { "pointWithUncertaintyEllipse", "pcap.pointWithUncertaintyEllipse",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_PointWithUnCertaintyEllipse", HFILL }},
+ { &hf_pcap_pointWithAltitude,
+ { "pointWithAltitude", "pcap.pointWithAltitude",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_PointWithAltitude", HFILL }},
+ { &hf_pcap_pointWithAltitudeAndUncertaintyEllipsoid,
+ { "pointWithAltitudeAndUncertaintyEllipsoid", "pcap.pointWithAltitudeAndUncertaintyEllipsoid",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_PointWithAltitudeAndUncertaintyEllipsoid", HFILL }},
+ { &hf_pcap_ellipsoidArc,
+ { "ellipsoidArc", "pcap.ellipsoidArc",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_EllipsoidArc", HFILL }},
+ { &hf_pcap_latitudeSign,
+ { "latitudeSign", "pcap.latitudeSign",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_latitudeSign_vals), 0,
+ "pcap.T_latitudeSign", HFILL }},
+ { &hf_pcap_latitude,
+ { "latitude", "pcap.latitude",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_8388607", HFILL }},
+ { &hf_pcap_longitude,
+ { "longitude", "pcap.longitude",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M8388608_8388607", HFILL }},
+ { &hf_pcap_directionOfAltitude,
+ { "directionOfAltitude", "pcap.directionOfAltitude",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_directionOfAltitude_vals), 0,
+ "pcap.T_directionOfAltitude", HFILL }},
+ { &hf_pcap_altitude,
+ { "altitude", "pcap.altitude",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_32767", HFILL }},
+ { &hf_pcap_innerRadius,
+ { "innerRadius", "pcap.innerRadius",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_65535", HFILL }},
+ { &hf_pcap_uncertaintyRadius,
+ { "uncertaintyRadius", "pcap.uncertaintyRadius",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_offsetAngle,
+ { "offsetAngle", "pcap.offsetAngle",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_179", HFILL }},
+ { &hf_pcap_includedAngle,
+ { "includedAngle", "pcap.includedAngle",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_179", HFILL }},
+ { &hf_pcap_confidence,
+ { "confidence", "pcap.confidence",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_100", HFILL }},
+ { &hf_pcap_altitudeAndDirection,
+ { "altitudeAndDirection", "pcap.altitudeAndDirection",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_AltitudeAndDirection", HFILL }},
+ { &hf_pcap_uncertaintyEllipse,
+ { "uncertaintyEllipse", "pcap.uncertaintyEllipse",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_UncertaintyEllipse", HFILL }},
+ { &hf_pcap_uncertaintyAltitude,
+ { "uncertaintyAltitude", "pcap.uncertaintyAltitude",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_uncertaintyCode,
+ { "uncertaintyCode", "pcap.uncertaintyCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_GA_Polygon_item,
+ { "Item", "pcap.GA_Polygon_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_Polygon_item", HFILL }},
+ { &hf_pcap_uncertaintySemi_major,
+ { "uncertaintySemi-major", "pcap.uncertaintySemi_major",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_uncertaintySemi_minor,
+ { "uncertaintySemi-minor", "pcap.uncertaintySemi_minor",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_orientationOfMajorAxis,
+ { "orientationOfMajorAxis", "pcap.orientationOfMajorAxis",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_89", HFILL }},
+ { &hf_pcap_referenceTimeChoice,
+ { "referenceTimeChoice", "pcap.referenceTimeChoice",
+ FT_UINT32, BASE_DEC, VALS(pcap_ReferenceTimeChoice_vals), 0,
+ "pcap.ReferenceTimeChoice", HFILL }},
+ { &hf_pcap_ue_positionEstimate,
+ { "ue-positionEstimate", "pcap.ue_positionEstimate",
+ FT_UINT32, BASE_DEC, VALS(pcap_UE_PositionEstimate_vals), 0,
+ "pcap.UE_PositionEstimate", HFILL }},
+ { &hf_pcap_utran_GPSReferenceTimeResult,
+ { "utran-GPSReferenceTimeResult", "pcap.utran_GPSReferenceTimeResult",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTRAN_GPSReferenceTimeResult", HFILL }},
+ { &hf_pcap_gps_ReferenceTimeOnly,
+ { "gps-ReferenceTimeOnly", "pcap.gps_ReferenceTimeOnly",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_604799999_", HFILL }},
+ { &hf_pcap_cell_Timing,
+ { "cell-Timing", "pcap.cell_Timing",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Cell_Timing", HFILL }},
+ { &hf_pcap_sfn,
+ { "sfn", "pcap.sfn",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4095", HFILL }},
+ { &hf_pcap_positioningDataDiscriminator,
+ { "positioningDataDiscriminator", "pcap.positioningDataDiscriminator",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.PositioningDataDiscriminator", HFILL }},
+ { &hf_pcap_positioningDataSet,
+ { "positioningDataSet", "pcap.positioningDataSet",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PositioningDataSet", HFILL }},
+ { &hf_pcap_GANSS_PositioningDataSet_item,
+ { "Item", "pcap.GANSS_PositioningDataSet_item",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.GANSS_PositioningMethodAndUsage", HFILL }},
+ { &hf_pcap_PositioningDataSet_item,
+ { "Item", "pcap.PositioningDataSet_item",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.PositioningMethodAndUsage", HFILL }},
+ { &hf_pcap_gps_TOW_1msec,
+ { "gps-TOW-1msec", "pcap.gps_TOW_1msec",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_604799999", HFILL }},
+ { &hf_pcap_satelliteInformationList,
+ { "satelliteInformationList", "pcap.satelliteInformationList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.AcquisitionSatInfoList", HFILL }},
+ { &hf_pcap_AcquisitionSatInfoList_item,
+ { "Item", "pcap.AcquisitionSatInfoList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AcquisitionSatInfo", HFILL }},
+ { &hf_pcap_doppler0thOrder,
+ { "doppler0thOrder", "pcap.doppler0thOrder",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M2048_2047", HFILL }},
+ { &hf_pcap_extraDopplerInfo,
+ { "extraDopplerInfo", "pcap.extraDopplerInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.ExtraDopplerInfo", HFILL }},
+ { &hf_pcap_codePhase,
+ { "codePhase", "pcap.codePhase",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_1022", HFILL }},
+ { &hf_pcap_integerCodePhase,
+ { "integerCodePhase", "pcap.integerCodePhase",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_19", HFILL }},
+ { &hf_pcap_gps_BitNumber,
+ { "gps-BitNumber", "pcap.gps_BitNumber",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3", HFILL }},
+ { &hf_pcap_codePhaseSearchWindow,
+ { "codePhaseSearchWindow", "pcap.codePhaseSearchWindow",
+ FT_UINT32, BASE_DEC, VALS(pcap_CodePhaseSearchWindow_vals), 0,
+ "pcap.CodePhaseSearchWindow", HFILL }},
+ { &hf_pcap_azimuthAndElevation,
+ { "azimuthAndElevation", "pcap.azimuthAndElevation",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AzimuthAndElevation", HFILL }},
+ { &hf_pcap_doppler1stOrder,
+ { "doppler1stOrder", "pcap.doppler1stOrder",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M42_21", HFILL }},
+ { &hf_pcap_dopplerUncertainty,
+ { "dopplerUncertainty", "pcap.dopplerUncertainty",
+ FT_UINT32, BASE_DEC, VALS(pcap_DopplerUncertainty_vals), 0,
+ "pcap.DopplerUncertainty", HFILL }},
+ { &hf_pcap_azimuth,
+ { "azimuth", "pcap.azimuth",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_31", HFILL }},
+ { &hf_pcap_elevation,
+ { "elevation", "pcap.elevation",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_7", HFILL }},
+ { &hf_pcap_dGANSS_ReferenceTime,
+ { "dGANSS-ReferenceTime", "pcap.dGANSS_ReferenceTime",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_119", HFILL }},
+ { &hf_pcap_dGANSS_Information,
+ { "dGANSS-Information", "pcap.dGANSS_Information",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.DGANSS_Information", HFILL }},
+ { &hf_pcap_ie_Extensions,
+ { "ie-Extensions", "pcap.ie_Extensions",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ProtocolExtensionContainer", HFILL }},
+ { &hf_pcap_DGANSS_Information_item,
+ { "Item", "pcap.DGANSS_Information_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DGANSS_InformationItem", HFILL }},
+ { &hf_pcap_gANSS_SignalId,
+ { "gANSS-SignalId", "pcap.gANSS_SignalId",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_SignalID", HFILL }},
+ { &hf_pcap_gANSS_StatusHealth,
+ { "gANSS-StatusHealth", "pcap.gANSS_StatusHealth",
+ FT_UINT32, BASE_DEC, VALS(pcap_GANSS_StatusHealth_vals), 0,
+ "pcap.GANSS_StatusHealth", HFILL }},
+ { &hf_pcap_dGANSS_SignalInformation,
+ { "dGANSS-SignalInformation", "pcap.dGANSS_SignalInformation",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.DGANSS_SignalInformation", HFILL }},
+ { &hf_pcap_DGANSS_SignalInformation_item,
+ { "Item", "pcap.DGANSS_SignalInformation_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DGANSS_SignalInformationItem", HFILL }},
+ { &hf_pcap_satId,
+ { "satId", "pcap.satId",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_gANSS_iod,
+ { "gANSS-iod", "pcap.gANSS_iod",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_10", HFILL }},
+ { &hf_pcap_ganss_prc,
+ { "ganss-prc", "pcap.ganss_prc",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M2047_2047", HFILL }},
+ { &hf_pcap_ganss_rrc,
+ { "ganss-rrc", "pcap.ganss_rrc",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M127_127", HFILL }},
+ { &hf_pcap_weekNumber,
+ { "weekNumber", "pcap.weekNumber",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_ganss_sat_id,
+ { "ganss-sat-id", "pcap.ganss_sat_id",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_36", HFILL }},
+ { &hf_pcap_gANSS_AlmanacModel,
+ { "gANSS-AlmanacModel", "pcap.gANSS_AlmanacModel",
+ FT_UINT32, BASE_DEC, VALS(pcap_GANSS_AlmanacModel_vals), 0,
+ "pcap.GANSS_AlmanacModel", HFILL }},
+ { &hf_pcap_gANSS_keplerianParameters,
+ { "gANSS-keplerianParameters", "pcap.gANSS_keplerianParameters",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_KeplerianParametersAlm", HFILL }},
+ { &hf_pcap_elevation_01,
+ { "elevation", "pcap.elevation",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_75", HFILL }},
+ { &hf_pcap_GANSS_Clock_Model_item,
+ { "Item", "pcap.GANSS_Clock_Model_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_SatelliteClockModelItem", HFILL }},
+ { &hf_pcap_ganss_Reference_Time,
+ { "ganss-Reference-Time", "pcap.ganss_Reference_Time",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_Reference_Time", HFILL }},
+ { &hf_pcap_ganss_Ionospheric_Model,
+ { "ganss-Ionospheric-Model", "pcap.ganss_Ionospheric_Model",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_Ionospheric_Model", HFILL }},
+ { &hf_pcap_ganss_Reference_Location,
+ { "ganss-Reference-Location", "pcap.ganss_Reference_Location",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_Reference_Location", HFILL }},
+ { &hf_pcap_ganssTod,
+ { "ganssTod", "pcap.ganssTod",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_59_", HFILL }},
+ { &hf_pcap_dataBitAssistancelist,
+ { "dataBitAssistancelist", "pcap.dataBitAssistancelist",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_DataBitAssistanceList", HFILL }},
+ { &hf_pcap_GANSS_DataBitAssistanceList_item,
+ { "Item", "pcap.GANSS_DataBitAssistanceList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_DataBitAssistanceItem", HFILL }},
+ { &hf_pcap_ganssDataTypeID,
+ { "ganssDataTypeID", "pcap.ganssDataTypeID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3_", HFILL }},
+ { &hf_pcap_ganssNbit,
+ { "ganssNbit", "pcap.ganssNbit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_1_1024", HFILL }},
+ { &hf_pcap_ganssDataBits,
+ { "ganssDataBits", "pcap.ganssDataBits",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_1_1024", HFILL }},
+ { &hf_pcap_dopplerFirstOrder,
+ { "dopplerFirstOrder", "pcap.dopplerFirstOrder",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M42_21", HFILL }},
+ { &hf_pcap_dopplerUncertainty_01,
+ { "dopplerUncertainty", "pcap.dopplerUncertainty",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_dopplerUncertainty_vals), 0,
+ "pcap.T_dopplerUncertainty", HFILL }},
+ { &hf_pcap_GANSS_GenericAssistanceDataList_item,
+ { "Item", "pcap.GANSS_GenericAssistanceDataList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSGenericAssistanceData", HFILL }},
+ { &hf_pcap_ganssId,
+ { "ganssId", "pcap.ganssId",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSID", HFILL }},
+ { &hf_pcap_ganss_Real_Time_Integrity,
+ { "ganss-Real-Time-Integrity", "pcap.ganss_Real_Time_Integrity",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_Real_Time_Integrity", HFILL }},
+ { &hf_pcap_ganss_DataBitAssistance,
+ { "ganss-DataBitAssistance", "pcap.ganss_DataBitAssistance",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_Data_Bit_Assistance", HFILL }},
+ { &hf_pcap_dganss_Corrections,
+ { "dganss-Corrections", "pcap.dganss_Corrections",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DGANSS_Corrections", HFILL }},
+ { &hf_pcap_ganss_AlmanacAndSatelliteHealth,
+ { "ganss-AlmanacAndSatelliteHealth", "pcap.ganss_AlmanacAndSatelliteHealth",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_AlmanacAndSatelliteHealth", HFILL }},
+ { &hf_pcap_ganss_ReferenceMeasurementInfo,
+ { "ganss-ReferenceMeasurementInfo", "pcap.ganss_ReferenceMeasurementInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_ReferenceMeasurementInfo", HFILL }},
+ { &hf_pcap_ganss_UTC_Model,
+ { "ganss-UTC-Model", "pcap.ganss_UTC_Model",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_UTC_Model", HFILL }},
+ { &hf_pcap_ganss_Time_Model,
+ { "ganss-Time-Model", "pcap.ganss_Time_Model",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_Time_Model", HFILL }},
+ { &hf_pcap_ganss_Navigation_Model,
+ { "ganss-Navigation-Model", "pcap.ganss_Navigation_Model",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_Navigation_Model", HFILL }},
+ { &hf_pcap_GANSS_GenericMeasurementInfo_item,
+ { "Item", "pcap.GANSS_GenericMeasurementInfo_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_GenericMeasurementInfo_item", HFILL }},
+ { &hf_pcap_ganssSignalId,
+ { "ganssSignalId", "pcap.ganssSignalId",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_SignalID", HFILL }},
+ { &hf_pcap_ganssMeasurementParameters,
+ { "ganssMeasurementParameters", "pcap.ganssMeasurementParameters",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_MeasurementParameters", HFILL }},
+ { &hf_pcap_ganss_ID,
+ { "ganss-ID", "pcap.ganss_ID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_7", HFILL }},
+ { &hf_pcap_alpha_zero_ionos,
+ { "alpha-zero-ionos", "pcap.alpha_zero_ionos",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_12", HFILL }},
+ { &hf_pcap_alpha_one_ionos,
+ { "alpha-one-ionos", "pcap.alpha_one_ionos",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_12", HFILL }},
+ { &hf_pcap_alpha_two_ionos,
+ { "alpha-two-ionos", "pcap.alpha_two_ionos",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_12", HFILL }},
+ { &hf_pcap_gANSS_IonosphereRegionalStormFlags,
+ { "gANSS-IonosphereRegionalStormFlags", "pcap.gANSS_IonosphereRegionalStormFlags",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_IonosphereRegionalStormFlags", HFILL }},
+ { &hf_pcap_storm_flag_one,
+ { "storm-flag-one", "pcap.storm_flag_one",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_storm_flag_two,
+ { "storm-flag-two", "pcap.storm_flag_two",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_storm_flag_three,
+ { "storm-flag-three", "pcap.storm_flag_three",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_storm_flag_four,
+ { "storm-flag-four", "pcap.storm_flag_four",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_storm_flag_five,
+ { "storm-flag-five", "pcap.storm_flag_five",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_t_oa,
+ { "t-oa", "pcap.t_oa",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_iod_a,
+ { "iod-a", "pcap.iod_a",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3", HFILL }},
+ { &hf_pcap_gANSS_SatelliteInformationKP,
+ { "gANSS-SatelliteInformationKP", "pcap.gANSS_SatelliteInformationKP",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_SatelliteInformationKP", HFILL }},
+ { &hf_pcap_toe_lsb_nav,
+ { "toe-lsb-nav", "pcap.toe_lsb_nav",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_511", HFILL }},
+ { &hf_pcap_ganss_omega_nav,
+ { "ganss-omega-nav", "pcap.ganss_omega_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_delta_n_nav,
+ { "delta-n-nav", "pcap.delta_n_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_m_zero_nav,
+ { "m-zero-nav", "pcap.m_zero_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_omegadot_nav,
+ { "omegadot-nav", "pcap.omegadot_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_ganss_e_lsb_nav,
+ { "ganss-e-lsb-nav", "pcap.ganss_e_lsb_nav",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_33554431", HFILL }},
+ { &hf_pcap_idot_nav,
+ { "idot-nav", "pcap.idot_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_14", HFILL }},
+ { &hf_pcap_a_sqrt_lsb_nav,
+ { "a-sqrt-lsb-nav", "pcap.a_sqrt_lsb_nav",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_67108863", HFILL }},
+ { &hf_pcap_i_zero_nav,
+ { "i-zero-nav", "pcap.i_zero_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_omega_zero_nav,
+ { "omega-zero-nav", "pcap.omega_zero_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_c_rs_nav,
+ { "c-rs-nav", "pcap.c_rs_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_c_is_nav,
+ { "c-is-nav", "pcap.c_is_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_c_us_nav,
+ { "c-us-nav", "pcap.c_us_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_c_rc_nav,
+ { "c-rc-nav", "pcap.c_rc_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_c_ic_nav,
+ { "c-ic-nav", "pcap.c_ic_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_c_uc_nav,
+ { "c-uc-nav", "pcap.c_uc_nav",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_GANSS_MeasurementParameters_item,
+ { "Item", "pcap.GANSS_MeasurementParameters_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_MeasurementParametersItem", HFILL }},
+ { &hf_pcap_cToNzero,
+ { "cToNzero", "pcap.cToNzero",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_multipathIndicator,
+ { "multipathIndicator", "pcap.multipathIndicator",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_multipathIndicator_vals), 0,
+ "pcap.T_multipathIndicator", HFILL }},
+ { &hf_pcap_carrierQualityIndication,
+ { "carrierQualityIndication", "pcap.carrierQualityIndication",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_2", HFILL }},
+ { &hf_pcap_codePhase_01,
+ { "codePhase", "pcap.codePhase",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_2097151", HFILL }},
+ { &hf_pcap_integerCodePhase_01,
+ { "integerCodePhase", "pcap.integerCodePhase",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_codePhaseRmsError,
+ { "codePhaseRmsError", "pcap.codePhaseRmsError",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_doppler,
+ { "doppler", "pcap.doppler",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M32768_32767", HFILL }},
+ { &hf_pcap_adr,
+ { "adr", "pcap.adr",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_33554431", HFILL }},
+ { &hf_pcap_GANSS_MeasuredResultsList_item,
+ { "Item", "pcap.GANSS_MeasuredResultsList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_MeasuredResults", HFILL }},
+ { &hf_pcap_referenceTime,
+ { "referenceTime", "pcap.referenceTime",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_referenceTime_vals), 0,
+ "pcap.T_referenceTime", HFILL }},
+ { &hf_pcap_utranReferenceTime,
+ { "utranReferenceTime", "pcap.utranReferenceTime",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTRAN_GANSSReferenceTimeUL", HFILL }},
+ { &hf_pcap_ganssReferenceTimeOnly,
+ { "ganssReferenceTimeOnly", "pcap.ganssReferenceTimeOnly",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_ReferenceTimeOnly", HFILL }},
+ { &hf_pcap_ganssGenericMeasurementInfo,
+ { "ganssGenericMeasurementInfo", "pcap.ganssGenericMeasurementInfo",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_GenericMeasurementInfo", HFILL }},
+ { &hf_pcap_non_broadcastIndication,
+ { "non-broadcastIndication", "pcap.non_broadcastIndication",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_non_broadcastIndication_vals), 0,
+ "pcap.T_non_broadcastIndication", HFILL }},
+ { &hf_pcap_toe_c_msb,
+ { "toe-c-msb", "pcap.toe_c_msb",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_31", HFILL }},
+ { &hf_pcap_e_msb,
+ { "e-msb", "pcap.e_msb",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_sqrtA_msb,
+ { "sqrtA-msb", "pcap.sqrtA_msb",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_ganssSatInfoNav,
+ { "ganssSatInfoNav", "pcap.ganssSatInfoNav",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_Sat_Info_Nav", HFILL }},
+ { &hf_pcap_gANSS_keplerianParameters_01,
+ { "gANSS-keplerianParameters", "pcap.gANSS_keplerianParameters",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_KeplerianParametersOrb", HFILL }},
+ { &hf_pcap_GANSS_Real_Time_Integrity_item,
+ { "Item", "pcap.GANSS_Real_Time_Integrity_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_RealTimeInformationItem", HFILL }},
+ { &hf_pcap_bad_ganss_satId,
+ { "bad-ganss-satId", "pcap.bad_ganss_satId",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_bad_ganss_signalId,
+ { "bad-ganss-signalId", "pcap.bad_ganss_signalId",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4_", HFILL }},
+ { &hf_pcap_satelliteInformation,
+ { "satelliteInformation", "pcap.satelliteInformation",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_SatelliteInformation", HFILL }},
+ { &hf_pcap_ganssDay,
+ { "ganssDay", "pcap.ganssDay",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_8191", HFILL }},
+ { &hf_pcap_ganssTod_01,
+ { "ganssTod", "pcap.ganssTod",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_86399", HFILL }},
+ { &hf_pcap_ganssTodUncertainty,
+ { "ganssTodUncertainty", "pcap.ganssTodUncertainty",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_ganssTimeId,
+ { "ganssTimeId", "pcap.ganssTimeId",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSID", HFILL }},
+ { &hf_pcap_utran_ganssreferenceTime,
+ { "utran-ganssreferenceTime", "pcap.utran_ganssreferenceTime",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTRAN_GANSSReferenceTimeDL", HFILL }},
+ { &hf_pcap_tutran_ganss_driftRate,
+ { "tutran-ganss-driftRate", "pcap.tutran_ganss_driftRate",
+ FT_UINT32, BASE_DEC, VALS(pcap_TUTRAN_GANSS_DriftRate_vals), 0,
+ "pcap.TUTRAN_GANSS_DriftRate", HFILL }},
+ { &hf_pcap_gANSS_tod,
+ { "gANSS-tod", "pcap.gANSS_tod",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3599999", HFILL }},
+ { &hf_pcap_gANSS_timeId,
+ { "gANSS-timeId", "pcap.gANSS_timeId",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSID", HFILL }},
+ { &hf_pcap_gANSS_TimeUncertainty,
+ { "gANSS-TimeUncertainty", "pcap.gANSS_TimeUncertainty",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_t_oc_lsb,
+ { "t-oc-lsb", "pcap.t_oc_lsb",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_511", HFILL }},
+ { &hf_pcap_a_i2,
+ { "a-i2", "pcap.a_i2",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_12", HFILL }},
+ { &hf_pcap_a_i1,
+ { "a-i1", "pcap.a_i1",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_18", HFILL }},
+ { &hf_pcap_a_i0,
+ { "a-i0", "pcap.a_i0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_28", HFILL }},
+ { &hf_pcap_t_gd,
+ { "t-gd", "pcap.t_gd",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_10", HFILL }},
+ { &hf_pcap_model_id,
+ { "model-id", "pcap.model_id",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3", HFILL }},
+ { &hf_pcap_GANSS_SatelliteInformation_item,
+ { "Item", "pcap.GANSS_SatelliteInformation_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_SatelliteInformationItem", HFILL }},
+ { &hf_pcap_ganssSatId,
+ { "ganssSatId", "pcap.ganssSatId",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_dopplerZeroOrder,
+ { "dopplerZeroOrder", "pcap.dopplerZeroOrder",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M2048_2047", HFILL }},
+ { &hf_pcap_extraDoppler,
+ { "extraDoppler", "pcap.extraDoppler",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_ExtraDoppler", HFILL }},
+ { &hf_pcap_codePhase_02,
+ { "codePhase", "pcap.codePhase",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_1023", HFILL }},
+ { &hf_pcap_integerCodePhase_02,
+ { "integerCodePhase", "pcap.integerCodePhase",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_codePhaseSearchWindow_01,
+ { "codePhaseSearchWindow", "pcap.codePhaseSearchWindow",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_31", HFILL }},
+ { &hf_pcap_azimuthAndElevation_01,
+ { "azimuthAndElevation", "pcap.azimuthAndElevation",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_AzimuthAndElevation", HFILL }},
+ { &hf_pcap_GANSS_SatelliteInformationKP_item,
+ { "Item", "pcap.GANSS_SatelliteInformationKP_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_SatelliteInformationKPItem", HFILL }},
+ { &hf_pcap_ganss_e_alm,
+ { "ganss-e-alm", "pcap.ganss_e_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_11", HFILL }},
+ { &hf_pcap_ganss_delta_I_alm,
+ { "ganss-delta-I-alm", "pcap.ganss_delta_I_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_11", HFILL }},
+ { &hf_pcap_ganss_omegadot_alm,
+ { "ganss-omegadot-alm", "pcap.ganss_omegadot_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_11", HFILL }},
+ { &hf_pcap_ganss_svhealth_alm,
+ { "ganss-svhealth-alm", "pcap.ganss_svhealth_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_4", HFILL }},
+ { &hf_pcap_ganss_delta_a_sqrt_alm,
+ { "ganss-delta-a-sqrt-alm", "pcap.ganss_delta_a_sqrt_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_17", HFILL }},
+ { &hf_pcap_ganss_omegazero_alm,
+ { "ganss-omegazero-alm", "pcap.ganss_omegazero_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_ganss_m_zero_alm,
+ { "ganss-m-zero-alm", "pcap.ganss_m_zero_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_ganss_omega_alm,
+ { "ganss-omega-alm", "pcap.ganss_omega_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_ganss_af_zero_alm,
+ { "ganss-af-zero-alm", "pcap.ganss_af_zero_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_14", HFILL }},
+ { &hf_pcap_ganss_af_one_alm,
+ { "ganss-af-one-alm", "pcap.ganss_af_one_alm",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_11", HFILL }},
+ { &hf_pcap_GANSS_Sat_Info_Nav_item,
+ { "Item", "pcap.GANSS_Sat_Info_Nav_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_Sat_Info_Nav_item", HFILL }},
+ { &hf_pcap_svHealth,
+ { "svHealth", "pcap.svHealth",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_5", HFILL }},
+ { &hf_pcap_iod,
+ { "iod", "pcap.iod",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_10", HFILL }},
+ { &hf_pcap_ganssClockModel,
+ { "ganssClockModel", "pcap.ganssClockModel",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSS_Clock_Model", HFILL }},
+ { &hf_pcap_ganssOrbitModel,
+ { "ganssOrbitModel", "pcap.ganssOrbitModel",
+ FT_UINT32, BASE_DEC, VALS(pcap_GANSS_Orbit_Model_vals), 0,
+ "pcap.GANSS_Orbit_Model", HFILL }},
+ { &hf_pcap_ganssSignalID,
+ { "ganssSignalID", "pcap.ganssSignalID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3_", HFILL }},
+ { &hf_pcap_ganss_time_model_refTime,
+ { "ganss-time-model-refTime", "pcap.ganss_time_model_refTime",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_37799", HFILL }},
+ { &hf_pcap_ganss_t_a0,
+ { "ganss-t-a0", "pcap.ganss_t_a0",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M2147483648_2147483647", HFILL }},
+ { &hf_pcap_ganss_t_a1,
+ { "ganss-t-a1", "pcap.ganss_t_a1",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M8388608_8388607", HFILL }},
+ { &hf_pcap_ganss_t_a2,
+ { "ganss-t-a2", "pcap.ganss_t_a2",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M64_63", HFILL }},
+ { &hf_pcap_ganss_to_id,
+ { "ganss-to-id", "pcap.ganss_to_id",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_7", HFILL }},
+ { &hf_pcap_ganss_wk_number,
+ { "ganss-wk-number", "pcap.ganss_wk_number",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_8191", HFILL }},
+ { &hf_pcap_gANSS_UTRAN_TimeRelationshipUncertainty,
+ { "gANSS-UTRAN-TimeRelationshipUncertainty", "pcap.gANSS_UTRAN_TimeRelationshipUncertainty",
+ FT_UINT32, BASE_DEC, VALS(pcap_GANSS_UTRAN_TimeRelationshipUncertainty_vals), 0,
+ "pcap.GANSS_UTRAN_TimeRelationshipUncertainty", HFILL }},
+ { &hf_pcap_a_one_utc,
+ { "a-one-utc", "pcap.a_one_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_a_zero_utc,
+ { "a-zero-utc", "pcap.a_zero_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_t_ot_utc,
+ { "t-ot-utc", "pcap.t_ot_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_w_n_t_utc,
+ { "w-n-t-utc", "pcap.w_n_t_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_delta_t_ls_utc,
+ { "delta-t-ls-utc", "pcap.delta_t_ls_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_w_n_lsf_utc,
+ { "w-n-lsf-utc", "pcap.w_n_lsf_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_dn_utc,
+ { "dn-utc", "pcap.dn_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_delta_t_lsf_utc,
+ { "delta-t-lsf-utc", "pcap.delta_t_lsf_utc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_utran_GANSSTimingOfCellFrames,
+ { "utran-GANSSTimingOfCellFrames", "pcap.utran_GANSSTimingOfCellFrames",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3999999", HFILL }},
+ { &hf_pcap_referenceSfn,
+ { "referenceSfn", "pcap.referenceSfn",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4095", HFILL }},
+ { &hf_pcap_ue_GANSSTimingOfCellFrames,
+ { "ue-GANSSTimingOfCellFrames", "pcap.ue_GANSSTimingOfCellFrames",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ue_GANSSTimingOfCellFrames", HFILL }},
+ { &hf_pcap_gANSS_TimeId,
+ { "gANSS-TimeId", "pcap.gANSS_TimeId",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSID", HFILL }},
+ { &hf_pcap_wn_a,
+ { "wn-a", "pcap.wn_a",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_almanacSatInfoList,
+ { "almanacSatInfoList", "pcap.almanacSatInfoList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.AlmanacSatInfoList", HFILL }},
+ { &hf_pcap_svGlobalHealth,
+ { "svGlobalHealth", "pcap.svGlobalHealth",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_364", HFILL }},
+ { &hf_pcap_AlmanacSatInfoList_item,
+ { "Item", "pcap.AlmanacSatInfoList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AlmanacSatInfo", HFILL }},
+ { &hf_pcap_dataID,
+ { "dataID", "pcap.dataID",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_2", HFILL }},
+ { &hf_pcap_e,
+ { "e", "pcap.e",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_t_oa_01,
+ { "t-oa", "pcap.t_oa",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_deltaI,
+ { "deltaI", "pcap.deltaI",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_omegaDot,
+ { "omegaDot", "pcap.omegaDot",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_satHealth,
+ { "satHealth", "pcap.satHealth",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_a_Sqrt,
+ { "a-Sqrt", "pcap.a_Sqrt",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_omega0,
+ { "omega0", "pcap.omega0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_m0,
+ { "m0", "pcap.m0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_omega,
+ { "omega", "pcap.omega",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_af0,
+ { "af0", "pcap.af0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_11", HFILL }},
+ { &hf_pcap_af1,
+ { "af1", "pcap.af1",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_11", HFILL }},
+ { &hf_pcap_codeOnL2,
+ { "codeOnL2", "pcap.codeOnL2",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_2", HFILL }},
+ { &hf_pcap_uraIndex,
+ { "uraIndex", "pcap.uraIndex",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_4", HFILL }},
+ { &hf_pcap_satHealth_01,
+ { "satHealth", "pcap.satHealth",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_6", HFILL }},
+ { &hf_pcap_iodc,
+ { "iodc", "pcap.iodc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_10", HFILL }},
+ { &hf_pcap_l2Pflag,
+ { "l2Pflag", "pcap.l2Pflag",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_1", HFILL }},
+ { &hf_pcap_sf1Revd,
+ { "sf1Revd", "pcap.sf1Revd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.SubFrame1Reserved", HFILL }},
+ { &hf_pcap_t_GD,
+ { "t-GD", "pcap.t_GD",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_t_oc,
+ { "t-oc", "pcap.t_oc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_af2,
+ { "af2", "pcap.af2",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_af1_01,
+ { "af1", "pcap.af1",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_af0_01,
+ { "af0", "pcap.af0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_22", HFILL }},
+ { &hf_pcap_c_rs,
+ { "c-rs", "pcap.c_rs",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_delta_n,
+ { "delta-n", "pcap.delta_n",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_m0_01,
+ { "m0", "pcap.m0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_c_uc,
+ { "c-uc", "pcap.c_uc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_e_01,
+ { "e", "pcap.e",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_c_us,
+ { "c-us", "pcap.c_us",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_a_Sqrt_01,
+ { "a-Sqrt", "pcap.a_Sqrt",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_t_oe,
+ { "t-oe", "pcap.t_oe",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_fitInterval,
+ { "fitInterval", "pcap.fitInterval",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_1", HFILL }},
+ { &hf_pcap_aodo,
+ { "aodo", "pcap.aodo",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_5", HFILL }},
+ { &hf_pcap_c_ic,
+ { "c-ic", "pcap.c_ic",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_omega0_01,
+ { "omega0", "pcap.omega0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_c_is,
+ { "c-is", "pcap.c_is",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_i0,
+ { "i0", "pcap.i0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_c_rc,
+ { "c-rc", "pcap.c_rc",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_omega_01,
+ { "omega", "pcap.omega",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_omegaDot_01,
+ { "omegaDot", "pcap.omegaDot",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_iDot,
+ { "iDot", "pcap.iDot",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_14", HFILL }},
+ { &hf_pcap_reserved1,
+ { "reserved1", "pcap.reserved1",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_23", HFILL }},
+ { &hf_pcap_reserved2,
+ { "reserved2", "pcap.reserved2",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_reserved3,
+ { "reserved3", "pcap.reserved3",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_reserved4,
+ { "reserved4", "pcap.reserved4",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_16", HFILL }},
+ { &hf_pcap_alfa0,
+ { "alfa0", "pcap.alfa0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_alfa1,
+ { "alfa1", "pcap.alfa1",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_alfa2,
+ { "alfa2", "pcap.alfa2",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_alfa3,
+ { "alfa3", "pcap.alfa3",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_beta0,
+ { "beta0", "pcap.beta0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_beta1,
+ { "beta1", "pcap.beta1",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_beta2,
+ { "beta2", "pcap.beta2",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_beta3,
+ { "beta3", "pcap.beta3",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_MeasuredResultsList_item,
+ { "Item", "pcap.MeasuredResultsList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_MeasuredResults", HFILL }},
+ { &hf_pcap_gps_MeasurementParamList,
+ { "gps-MeasurementParamList", "pcap.gps_MeasurementParamList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GPS_MeasurementParamList", HFILL }},
+ { &hf_pcap_GPS_MeasurementParamList_item,
+ { "Item", "pcap.GPS_MeasurementParamList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_MeasurementParam", HFILL }},
+ { &hf_pcap_satelliteID,
+ { "satelliteID", "pcap.satelliteID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_c_N0,
+ { "c-N0", "pcap.c_N0",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_doppler_01,
+ { "doppler", "pcap.doppler",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M32768_32768", HFILL }},
+ { &hf_pcap_wholeGPS_Chips,
+ { "wholeGPS-Chips", "pcap.wholeGPS_Chips",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_1022", HFILL }},
+ { &hf_pcap_fractionalGPS_Chips,
+ { "fractionalGPS-Chips", "pcap.fractionalGPS_Chips",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_1023", HFILL }},
+ { &hf_pcap_multipathIndicator_01,
+ { "multipathIndicator", "pcap.multipathIndicator",
+ FT_UINT32, BASE_DEC, VALS(pcap_MultipathIndicator_vals), 0,
+ "pcap.MultipathIndicator", HFILL }},
+ { &hf_pcap_pseudorangeRMS_Error,
+ { "pseudorangeRMS-Error", "pcap.pseudorangeRMS_Error",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_GPS_NavigationModel_item,
+ { "Item", "pcap.GPS_NavigationModel_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NavigationModelSatInfo", HFILL }},
+ { &hf_pcap_satelliteStatus,
+ { "satelliteStatus", "pcap.satelliteStatus",
+ FT_UINT32, BASE_DEC, VALS(pcap_SatelliteStatus_vals), 0,
+ "pcap.SatelliteStatus", HFILL }},
+ { &hf_pcap_gps_clockAndEphemerisParms,
+ { "gps-clockAndEphemerisParms", "pcap.gps_clockAndEphemerisParms",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_ClockAndEphemerisParameters", HFILL }},
+ { &hf_pcap_badSatellites,
+ { "badSatellites", "pcap.badSatellites",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.BadSatList", HFILL }},
+ { &hf_pcap_noBadSatellites,
+ { "noBadSatellites", "pcap.noBadSatellites",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NoBadSatellites", HFILL }},
+ { &hf_pcap_BadSatList_item,
+ { "Item", "pcap.BadSatList_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_gps_Week,
+ { "gps-Week", "pcap.gps_Week",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_1023", HFILL }},
+ { &hf_pcap_gps_TOW_AssistList,
+ { "gps-TOW-AssistList", "pcap.gps_TOW_AssistList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GPS_TOW_AssistList", HFILL }},
+ { &hf_pcap_GPS_TOW_AssistList_item,
+ { "Item", "pcap.GPS_TOW_AssistList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_TOW_Assist", HFILL }},
+ { &hf_pcap_tlm_Message,
+ { "tlm-Message", "pcap.tlm_Message",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_14", HFILL }},
+ { &hf_pcap_antiSpoof,
+ { "antiSpoof", "pcap.antiSpoof",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_alert,
+ { "alert", "pcap.alert",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_tlm_Reserved,
+ { "tlm-Reserved", "pcap.tlm_Reserved",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_2", HFILL }},
+ { &hf_pcap_gps_RefTimeUNC,
+ { "gps-RefTimeUNC", "pcap.gps_RefTimeUNC",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_127", HFILL }},
+ { &hf_pcap_a1,
+ { "a1", "pcap.a1",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_24", HFILL }},
+ { &hf_pcap_a0,
+ { "a0", "pcap.a0",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_32", HFILL }},
+ { &hf_pcap_t_ot,
+ { "t-ot", "pcap.t_ot",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_delta_t_LS,
+ { "delta-t-LS", "pcap.delta_t_LS",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_wn_t,
+ { "wn-t", "pcap.wn_t",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_wn_lsf,
+ { "wn-lsf", "pcap.wn_lsf",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_dn,
+ { "dn", "pcap.dn",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_delta_t_LSF,
+ { "delta-t-LSF", "pcap.delta_t_LSF",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_almanacRequest,
+ { "almanacRequest", "pcap.almanacRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_utcModelRequest,
+ { "utcModelRequest", "pcap.utcModelRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ionosphericModelRequest,
+ { "ionosphericModelRequest", "pcap.ionosphericModelRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_navigationModelRequest,
+ { "navigationModelRequest", "pcap.navigationModelRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_dgpsCorrectionsRequest,
+ { "dgpsCorrectionsRequest", "pcap.dgpsCorrectionsRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_referenceLocationRequest,
+ { "referenceLocationRequest", "pcap.referenceLocationRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_referenceTimeRequest,
+ { "referenceTimeRequest", "pcap.referenceTimeRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_aquisitionAssistanceRequest,
+ { "aquisitionAssistanceRequest", "pcap.aquisitionAssistanceRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_realTimeIntegrityRequest,
+ { "realTimeIntegrityRequest", "pcap.realTimeIntegrityRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_navModelAddDataRequest,
+ { "navModelAddDataRequest", "pcap.navModelAddDataRequest",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NavModelAdditionalData", HFILL }},
+ { &hf_pcap_ganssReferenceTime,
+ { "ganssReferenceTime", "pcap.ganssReferenceTime",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssreferenceLocation,
+ { "ganssreferenceLocation", "pcap.ganssreferenceLocation",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssIonosphericModel,
+ { "ganssIonosphericModel", "pcap.ganssIonosphericModel",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssRequestedGenericAssistanceDataList,
+ { "ganssRequestedGenericAssistanceDataList", "pcap.ganssRequestedGenericAssistanceDataList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GanssRequestedGenericAssistanceDataList", HFILL }},
+ { &hf_pcap_GanssRequestedGenericAssistanceDataList_item,
+ { "Item", "pcap.GanssRequestedGenericAssistanceDataList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GanssReqGenericData", HFILL }},
+ { &hf_pcap_ganssRealTimeIntegrity,
+ { "ganssRealTimeIntegrity", "pcap.ganssRealTimeIntegrity",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssDifferentialCorrection,
+ { "ganssDifferentialCorrection", "pcap.ganssDifferentialCorrection",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.DGANSS_Sig_Id_Req", HFILL }},
+ { &hf_pcap_ganssAlmanac,
+ { "ganssAlmanac", "pcap.ganssAlmanac",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssNavigationModel,
+ { "ganssNavigationModel", "pcap.ganssNavigationModel",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssTimeModels,
+ { "ganssTimeModels", "pcap.ganssTimeModels",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_9", HFILL }},
+ { &hf_pcap_ganssReferenceMeasurementInfo,
+ { "ganssReferenceMeasurementInfo", "pcap.ganssReferenceMeasurementInfo",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssDataBits_01,
+ { "ganssDataBits", "pcap.ganssDataBits",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GanssDataBits", HFILL }},
+ { &hf_pcap_ganssUTCModel,
+ { "ganssUTCModel", "pcap.ganssUTCModel",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssNavigationModelAdditionalData,
+ { "ganssNavigationModelAdditionalData", "pcap.ganssNavigationModelAdditionalData",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NavigationModelGANSS", HFILL }},
+ { &hf_pcap_dataBitAssistancelist_01,
+ { "dataBitAssistancelist", "pcap.dataBitAssistancelist",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ReqDataBitAssistanceList", HFILL }},
+ { &hf_pcap_ReqDataBitAssistanceList_item,
+ { "Item", "pcap.ReqDataBitAssistanceList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.ReqDataBitAssistanceList_item", HFILL }},
+ { &hf_pcap_ganssDataBitAssistance,
+ { "ganssDataBitAssistance", "pcap.ganssDataBitAssistance",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_type,
+ { "type", "pcap.type",
+ FT_UINT32, BASE_DEC, VALS(pcap_InformationReportCharacteristicsType_vals), 0,
+ "pcap.InformationReportCharacteristicsType", HFILL }},
+ { &hf_pcap_periodicity,
+ { "periodicity", "pcap.periodicity",
+ FT_UINT32, BASE_DEC, VALS(pcap_InformationReportPeriodicity_vals), 0,
+ "pcap.InformationReportPeriodicity", HFILL }},
+ { &hf_pcap_min,
+ { "min", "pcap.min",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_1_60_", HFILL }},
+ { &hf_pcap_hour,
+ { "hour", "pcap.hour",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_1_24_", HFILL }},
+ { &hf_pcap_implicitInformation,
+ { "implicitInformation", "pcap.implicitInformation",
+ FT_UINT32, BASE_DEC, VALS(pcap_MethodType_vals), 0,
+ "pcap.MethodType", HFILL }},
+ { &hf_pcap_explicitInformation,
+ { "explicitInformation", "pcap.explicitInformation",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ExplicitInformationList", HFILL }},
+ { &hf_pcap_ExplicitInformationList_item,
+ { "Item", "pcap.ExplicitInformationList_item",
+ FT_UINT32, BASE_DEC, VALS(pcap_ExplicitInformation_vals), 0,
+ "pcap.ExplicitInformation", HFILL }},
+ { &hf_pcap_almanacAndSatelliteHealth,
+ { "almanacAndSatelliteHealth", "pcap.almanacAndSatelliteHealth",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AlmanacAndSatelliteHealth", HFILL }},
+ { &hf_pcap_utcModel,
+ { "utcModel", "pcap.utcModel",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UtcModel", HFILL }},
+ { &hf_pcap_ionosphericModel,
+ { "ionosphericModel", "pcap.ionosphericModel",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.IonosphericModel", HFILL }},
+ { &hf_pcap_navigationModel,
+ { "navigationModel", "pcap.navigationModel",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NavigationModel", HFILL }},
+ { &hf_pcap_dgpsCorrections,
+ { "dgpsCorrections", "pcap.dgpsCorrections",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DgpsCorrections", HFILL }},
+ { &hf_pcap_referenceTime_01,
+ { "referenceTime", "pcap.referenceTime",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.ReferenceTime", HFILL }},
+ { &hf_pcap_acquisitionAssistance,
+ { "acquisitionAssistance", "pcap.acquisitionAssistance",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AcquisitionAssistance", HFILL }},
+ { &hf_pcap_realTimeIntegrity,
+ { "realTimeIntegrity", "pcap.realTimeIntegrity",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RealTimeIntegrity", HFILL }},
+ { &hf_pcap_almanacAndSatelliteHealthSIB,
+ { "almanacAndSatelliteHealthSIB", "pcap.almanacAndSatelliteHealthSIB",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AlmanacAndSatelliteHealthSIB_InfoType", HFILL }},
+ { &hf_pcap_referenceLocation,
+ { "referenceLocation", "pcap.referenceLocation",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.ReferenceLocation", HFILL }},
+ { &hf_pcap_ganss_Common_DataReq,
+ { "ganss-Common-DataReq", "pcap.ganss_Common_DataReq",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSCommonDataReq", HFILL }},
+ { &hf_pcap_ganss_Generic_DataList,
+ { "ganss-Generic-DataList", "pcap.ganss_Generic_DataList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GANSSGenericDataList", HFILL }},
+ { &hf_pcap_transmissionGanssTimeIndicator,
+ { "transmissionGanssTimeIndicator", "pcap.transmissionGanssTimeIndicator",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransmissionGanssTimeIndicator_vals), 0,
+ "pcap.TransmissionGanssTimeIndicator", HFILL }},
+ { &hf_pcap_ganss_ReferenceTime,
+ { "ganss-ReferenceTime", "pcap.ganss_ReferenceTime",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_ganss_ReferenceTime_vals), 0,
+ "pcap.T_ganss_ReferenceTime", HFILL }},
+ { &hf_pcap_ganss_IonosphericModel,
+ { "ganss-IonosphericModel", "pcap.ganss_IonosphericModel",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_ganss_IonosphericModel_vals), 0,
+ "pcap.T_ganss_IonosphericModel", HFILL }},
+ { &hf_pcap_ganss_ReferenceLocation,
+ { "ganss-ReferenceLocation", "pcap.ganss_ReferenceLocation",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_ganss_ReferenceLocation_vals), 0,
+ "pcap.T_ganss_ReferenceLocation", HFILL }},
+ { &hf_pcap_GANSSGenericDataList_item,
+ { "Item", "pcap.GANSSGenericDataList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSGenericDataReq", HFILL }},
+ { &hf_pcap_ganssID,
+ { "ganssID", "pcap.ganssID",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSSID", HFILL }},
+ { &hf_pcap_ganss_realTimeIntegrity,
+ { "ganss-realTimeIntegrity", "pcap.ganss_realTimeIntegrity",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Ganss_realTimeIntegrityReq", HFILL }},
+ { &hf_pcap_ganss_dataBitAssistance,
+ { "ganss-dataBitAssistance", "pcap.ganss_dataBitAssistance",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Ganss_dataBitAssistanceReq", HFILL }},
+ { &hf_pcap_dganssCorrections,
+ { "dganssCorrections", "pcap.dganssCorrections",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DganssCorrectionsReq", HFILL }},
+ { &hf_pcap_ganss_almanacAndSatelliteHealth,
+ { "ganss-almanacAndSatelliteHealth", "pcap.ganss_almanacAndSatelliteHealth",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Ganss_almanacAndSatelliteHealthReq", HFILL }},
+ { &hf_pcap_ganss_referenceMeasurementInfo,
+ { "ganss-referenceMeasurementInfo", "pcap.ganss_referenceMeasurementInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Ganss_referenceMeasurementInfoReq", HFILL }},
+ { &hf_pcap_ganss_utcModel,
+ { "ganss-utcModel", "pcap.ganss_utcModel",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Ganss_utcModelReq", HFILL }},
+ { &hf_pcap_ganss_TimeModel_Ganss_Ganss,
+ { "ganss-TimeModel-Ganss-Ganss", "pcap.ganss_TimeModel_Ganss_Ganss",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Ganss_TimeModel_Ganss_Ganss", HFILL }},
+ { &hf_pcap_navigationModel_01,
+ { "navigationModel", "pcap.navigationModel",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NavigationModelGANSS", HFILL }},
+ { &hf_pcap_ganssTimeModelGnssGnssExt,
+ { "ganssTimeModelGnssGnssExt", "pcap.ganssTimeModelGnssGnssExt",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_9", HFILL }},
+ { &hf_pcap_transmissionTOWIndicator,
+ { "transmissionTOWIndicator", "pcap.transmissionTOWIndicator",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransmissionTOWIndicator_vals), 0,
+ "pcap.TransmissionTOWIndicator", HFILL }},
+ { &hf_pcap_navModelAdditionalData,
+ { "navModelAdditionalData", "pcap.navModelAdditionalData",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NavModelAdditionalData", HFILL }},
+ { &hf_pcap_gps_TOE,
+ { "gps-TOE", "pcap.gps_TOE",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_167", HFILL }},
+ { &hf_pcap_t_TOE_limit,
+ { "t-TOE-limit", "pcap.t_TOE_limit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_10", HFILL }},
+ { &hf_pcap_satRelatedDataList,
+ { "satRelatedDataList", "pcap.satRelatedDataList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SatelliteRelatedDataList", HFILL }},
+ { &hf_pcap_SatelliteRelatedDataList_item,
+ { "Item", "pcap.SatelliteRelatedDataList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.SatelliteRelatedData", HFILL }},
+ { &hf_pcap_ganssWeek,
+ { "ganssWeek", "pcap.ganssWeek",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4095", HFILL }},
+ { &hf_pcap_ganssTOE,
+ { "ganssTOE", "pcap.ganssTOE",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_167", HFILL }},
+ { &hf_pcap_t_toe_limit,
+ { "t-toe-limit", "pcap.t_toe_limit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_10", HFILL }},
+ { &hf_pcap_satRelatedDataListGANSS,
+ { "satRelatedDataListGANSS", "pcap.satRelatedDataListGANSS",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SatelliteRelatedDataListGANSS", HFILL }},
+ { &hf_pcap_SatelliteRelatedDataListGANSS_item,
+ { "Item", "pcap.SatelliteRelatedDataListGANSS_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.SatelliteRelatedDataGANSS", HFILL }},
+ { &hf_pcap_MessageStructure_item,
+ { "Item", "pcap.MessageStructure_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.MessageStructure_item", HFILL }},
+ { &hf_pcap_repetitionNumber_01,
+ { "repetitionNumber", "pcap.repetitionNumber",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.MessageStructureRepetition", HFILL }},
+ { &hf_pcap_measurementValidity,
+ { "measurementValidity", "pcap.measurementValidity",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.MeasurementValidity", HFILL }},
+ { &hf_pcap_ue_State,
+ { "ue-State", "pcap.ue_State",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_ue_State_vals), 0,
+ "pcap.T_ue_State", HFILL }},
+ { &hf_pcap_otdoa_ReferenceCellInfo,
+ { "otdoa-ReferenceCellInfo", "pcap.otdoa_ReferenceCellInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.OTDOA_ReferenceCellInfo", HFILL }},
+ { &hf_pcap_otdoa_NeighbourCellInfoList,
+ { "otdoa-NeighbourCellInfoList", "pcap.otdoa_NeighbourCellInfoList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.OTDOA_NeighbourCellInfoList", HFILL }},
+ { &hf_pcap_otdoa_MeasuredResultsSets,
+ { "otdoa-MeasuredResultsSets", "pcap.otdoa_MeasuredResultsSets",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.OTDOA_MeasuredResultsSets", HFILL }},
+ { &hf_pcap_tUTRANGPSMeasurementValueInfo,
+ { "tUTRANGPSMeasurementValueInfo", "pcap.tUTRANGPSMeasurementValueInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TUTRANGPSMeasurementValueInfo", HFILL }},
+ { &hf_pcap_OTDOA_NeighbourCellInfoList_item,
+ { "Item", "pcap.OTDOA_NeighbourCellInfoList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.OTDOA_NeighbourCellInfo", HFILL }},
+ { &hf_pcap_relativeTimingDifferenceInfo,
+ { "relativeTimingDifferenceInfo", "pcap.relativeTimingDifferenceInfo",
+ FT_UINT32, BASE_DEC, VALS(pcap_RelativeTimingDifferenceInfo_vals), 0,
+ "pcap.RelativeTimingDifferenceInfo", HFILL }},
+ { &hf_pcap_OTDOA_MeasuredResultsSets_item,
+ { "Item", "pcap.OTDOA_MeasuredResultsSets_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.OTDOA_MeasuredResultsInfoList", HFILL }},
+ { &hf_pcap_OTDOA_MeasuredResultsInfoList_item,
+ { "Item", "pcap.OTDOA_MeasuredResultsInfoList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.OTDOA_MeasuredResultsInfo", HFILL }},
+ { &hf_pcap_ue_SFNSFNTimeDifferenceType2Info,
+ { "ue-SFNSFNTimeDifferenceType2Info", "pcap.ue_SFNSFNTimeDifferenceType2Info",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_SFNSFNTimeDifferenceType2Info", HFILL }},
+ { &hf_pcap_primaryCPICH_Info,
+ { "primaryCPICH-Info", "pcap.primaryCPICH_Info",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PrimaryScramblingCode", HFILL }},
+ { &hf_pcap_ue_SFNSFNTimeDifferenceType2,
+ { "ue-SFNSFNTimeDifferenceType2", "pcap.ue_SFNSFNTimeDifferenceType2",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_40961", HFILL }},
+ { &hf_pcap_measurementDelay,
+ { "measurementDelay", "pcap.measurementDelay",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_65535", HFILL }},
+ { &hf_pcap_rNC_ID,
+ { "rNC-ID", "pcap.rNC_ID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4095", HFILL }},
+ { &hf_pcap_c_ID,
+ { "c-ID", "pcap.c_ID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_65535", HFILL }},
+ { &hf_pcap_sFNSFNMeasurementValueInfo,
+ { "sFNSFNMeasurementValueInfo", "pcap.sFNSFNMeasurementValueInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.SFNSFNMeasurementValueInfo", HFILL }},
+ { &hf_pcap_tUTRANGANSSMeasurementValueInfo,
+ { "tUTRANGANSSMeasurementValueInfo", "pcap.tUTRANGANSSMeasurementValueInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TUTRANGANSSMeasurementValueInfo", HFILL }},
+ { &hf_pcap_sFNSFNValue,
+ { "sFNSFNValue", "pcap.sFNSFNValue",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SFNSFNValue", HFILL }},
+ { &hf_pcap_sFNSFNQuality,
+ { "sFNSFNQuality", "pcap.sFNSFNQuality",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SFNSFNQuality", HFILL }},
+ { &hf_pcap_sFNSFNDriftRate,
+ { "sFNSFNDriftRate", "pcap.sFNSFNDriftRate",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.SFNSFNDriftRate", HFILL }},
+ { &hf_pcap_sFNSFNDriftRateQuality,
+ { "sFNSFNDriftRateQuality", "pcap.sFNSFNDriftRateQuality",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SFNSFNDriftRateQuality", HFILL }},
+ { &hf_pcap_sFN,
+ { "sFN", "pcap.sFN",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SFN", HFILL }},
+ { &hf_pcap_tUTRANGPS,
+ { "tUTRANGPS", "pcap.tUTRANGPS",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TUTRANGPS", HFILL }},
+ { &hf_pcap_tUTRANGPSQuality,
+ { "tUTRANGPSQuality", "pcap.tUTRANGPSQuality",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TUTRANGPSQuality", HFILL }},
+ { &hf_pcap_tUTRANGPSDriftRate,
+ { "tUTRANGPSDriftRate", "pcap.tUTRANGPSDriftRate",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.TUTRANGPSDriftRate", HFILL }},
+ { &hf_pcap_tUTRANGPSDriftRateQuality,
+ { "tUTRANGPSDriftRateQuality", "pcap.tUTRANGPSDriftRateQuality",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TUTRANGPSDriftRateQuality", HFILL }},
+ { &hf_pcap_ms_part,
+ { "ms-part", "pcap.ms_part",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_16383", HFILL }},
+ { &hf_pcap_ls_part,
+ { "ls-part", "pcap.ls_part",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4294967295", HFILL }},
+ { &hf_pcap_tUTRANGANSS,
+ { "tUTRANGANSS", "pcap.tUTRANGANSS",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TUTRANGANSS", HFILL }},
+ { &hf_pcap_tUTRANGANSSQuality,
+ { "tUTRANGANSSQuality", "pcap.tUTRANGANSSQuality",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_tUTRANGANSSDriftRate,
+ { "tUTRANGANSSDriftRate", "pcap.tUTRANGANSSDriftRate",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M50_50", HFILL }},
+ { &hf_pcap_tUTRANGANSSDriftRateQuality,
+ { "tUTRANGANSSDriftRateQuality", "pcap.tUTRANGANSSDriftRateQuality",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_50", HFILL }},
+ { &hf_pcap_timingAdvanceLCR_R7,
+ { "timingAdvanceLCR-R7", "pcap.timingAdvanceLCR_R7",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TimingAdvanceLCR_R7", HFILL }},
+ { &hf_pcap_angleOfArrivalLCR,
+ { "angleOfArrivalLCR", "pcap.angleOfArrivalLCR",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AngleOfArrivalLCR", HFILL }},
+ { &hf_pcap_referenceNumber,
+ { "referenceNumber", "pcap.referenceNumber",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_32767_", HFILL }},
+ { &hf_pcap_amountOutstandingRequests,
+ { "amountOutstandingRequests", "pcap.amountOutstandingRequests",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_1_8639999_", HFILL }},
+ { &hf_pcap_reportingInterval,
+ { "reportingInterval", "pcap.reportingInterval",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_1_8639999_", HFILL }},
+ { &hf_pcap_reportingAmount,
+ { "reportingAmount", "pcap.reportingAmount",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_1_8639999_", HFILL }},
+ { &hf_pcap_additionalMethodType,
+ { "additionalMethodType", "pcap.additionalMethodType",
+ FT_UINT32, BASE_DEC, VALS(pcap_AdditionalMethodType_vals), 0,
+ "pcap.AdditionalMethodType", HFILL }},
+ { &hf_pcap_selectedPositionMethod,
+ { "selectedPositionMethod", "pcap.selectedPositionMethod",
+ FT_UINT32, BASE_DEC, VALS(pcap_SelectedPositionMethod_vals), 0,
+ "pcap.SelectedPositionMethod", HFILL }},
+ { &hf_pcap_new_ue_State,
+ { "new-ue-State", "pcap.new_ue_State",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_new_ue_State_vals), 0,
+ "pcap.T_new_ue_State", HFILL }},
+ { &hf_pcap_gps_UTC_Model,
+ { "gps-UTC-Model", "pcap.gps_UTC_Model",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_UTC_Model", HFILL }},
+ { &hf_pcap_gps_Ionospheric_Model,
+ { "gps-Ionospheric-Model", "pcap.gps_Ionospheric_Model",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_Ionospheric_Model", HFILL }},
+ { &hf_pcap_gps_NavigationModel,
+ { "gps-NavigationModel", "pcap.gps_NavigationModel",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GPS_NavigationModel", HFILL }},
+ { &hf_pcap_dgpsCorrections_01,
+ { "dgpsCorrections", "pcap.dgpsCorrections",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DGPSCorrections", HFILL }},
+ { &hf_pcap_referenceTime_02,
+ { "referenceTime", "pcap.referenceTime",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_ReferenceTime", HFILL }},
+ { &hf_pcap_gps_AcquisitionAssistance,
+ { "gps-AcquisitionAssistance", "pcap.gps_AcquisitionAssistance",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPS_AcquisitionAssistance", HFILL }},
+ { &hf_pcap_gps_RealTime_Integrity,
+ { "gps-RealTime-Integrity", "pcap.gps_RealTime_Integrity",
+ FT_UINT32, BASE_DEC, VALS(pcap_GPS_RealTimeIntegrity_vals), 0,
+ "pcap.GPS_RealTimeIntegrity", HFILL }},
+ { &hf_pcap_almanacAndSatelliteHealthSIB_01,
+ { "almanacAndSatelliteHealthSIB", "pcap.almanacAndSatelliteHealthSIB",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.AlmanacAndSatelliteHealthSIB", HFILL }},
+ { &hf_pcap_gps_Transmission_TOW,
+ { "gps-Transmission-TOW", "pcap.gps_Transmission_TOW",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GPS_Transmission_TOW", HFILL }},
+ { &hf_pcap_informationAvailable,
+ { "informationAvailable", "pcap.informationAvailable",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationAvailable", HFILL }},
+ { &hf_pcap_informationNotAvailable,
+ { "informationNotAvailable", "pcap.informationNotAvailable",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InformationNotAvailable", HFILL }},
+ { &hf_pcap_requestedDataValue,
+ { "requestedDataValue", "pcap.requestedDataValue",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RequestedDataValue", HFILL }},
+ { &hf_pcap_event,
+ { "event", "pcap.event",
+ FT_UINT32, BASE_DEC, VALS(pcap_RequestTypeEvent_vals), 0,
+ "pcap.RequestTypeEvent", HFILL }},
+ { &hf_pcap_reportArea,
+ { "reportArea", "pcap.reportArea",
+ FT_UINT32, BASE_DEC, VALS(pcap_RequestTypeReportArea_vals), 0,
+ "pcap.RequestTypeReportArea", HFILL }},
+ { &hf_pcap_horizontalaccuracyCode,
+ { "horizontalaccuracyCode", "pcap.horizontalaccuracyCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RequestTypeAccuracyCode", HFILL }},
+ { &hf_pcap_standAloneLocationMethodsSupported,
+ { "standAloneLocationMethodsSupported", "pcap.standAloneLocationMethodsSupported",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ueBasedOTDOASupported,
+ { "ueBasedOTDOASupported", "pcap.ueBasedOTDOASupported",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_networkAssistedGPSSupport,
+ { "networkAssistedGPSSupport", "pcap.networkAssistedGPSSupport",
+ FT_UINT32, BASE_DEC, VALS(pcap_NetworkAssistedGPSSuport_vals), 0,
+ "pcap.NetworkAssistedGPSSuport", HFILL }},
+ { &hf_pcap_supportGPSTimingOfCellFrame,
+ { "supportGPSTimingOfCellFrame", "pcap.supportGPSTimingOfCellFrame",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_supportForIPDL,
+ { "supportForIPDL", "pcap.supportForIPDL",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_supportForRxTxTimeDiff,
+ { "supportForRxTxTimeDiff", "pcap.supportForRxTxTimeDiff",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_supportForUEAGPSinCellPCH,
+ { "supportForUEAGPSinCellPCH", "pcap.supportForUEAGPSinCellPCH",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_supportForSFNSFNTimeDiff,
+ { "supportForSFNSFNTimeDiff", "pcap.supportForSFNSFNTimeDiff",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_NetworkAssistedGANSSSupport_item,
+ { "Item", "pcap.NetworkAssistedGANSSSupport_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NetworkAssistedGANSSSupport_item", HFILL }},
+ { &hf_pcap_ganssMode,
+ { "ganssMode", "pcap.ganssMode",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_ganssMode_vals), 0,
+ "pcap.T_ganssMode", HFILL }},
+ { &hf_pcap_ganssSignalID_01,
+ { "ganssSignalID", "pcap.ganssSignalID",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_SignalID", HFILL }},
+ { &hf_pcap_supportGANSSTimingOfCellFrame,
+ { "supportGANSSTimingOfCellFrame", "pcap.supportGANSSTimingOfCellFrame",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_supportGANSSCarrierPhaseMeasurement,
+ { "supportGANSSCarrierPhaseMeasurement", "pcap.supportGANSSCarrierPhaseMeasurement",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_utdoa_BitCount,
+ { "utdoa-BitCount", "pcap.utdoa_BitCount",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UTDOA_BitCount", HFILL }},
+ { &hf_pcap_utdoa_timeInterval,
+ { "utdoa-timeInterval", "pcap.utdoa_timeInterval",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UTDOA_TimeInterval", HFILL }},
+ { &hf_pcap_gpsPositioningInstructions,
+ { "gpsPositioningInstructions", "pcap.gpsPositioningInstructions",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GPSPositioningInstructions", HFILL }},
+ { &hf_pcap_horizontalAccuracyCode,
+ { "horizontalAccuracyCode", "pcap.horizontalAccuracyCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.HorizontalAccuracyCode", HFILL }},
+ { &hf_pcap_verticalAccuracyCode,
+ { "verticalAccuracyCode", "pcap.verticalAccuracyCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.VerticalAccuracyCode", HFILL }},
+ { &hf_pcap_gpsTimingOfCellWanted,
+ { "gpsTimingOfCellWanted", "pcap.gpsTimingOfCellWanted",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_additionalAssistanceDataRequest,
+ { "additionalAssistanceDataRequest", "pcap.additionalAssistanceDataRequest",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_ganssPositioningInstructions,
+ { "ganssPositioningInstructions", "pcap.ganssPositioningInstructions",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GANSS_PositioningInstructions", HFILL }},
+ { &hf_pcap_ganssTimingOfCellWanted,
+ { "ganssTimingOfCellWanted", "pcap.ganssTimingOfCellWanted",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_additionalAssistanceDataRequest_01,
+ { "additionalAssistanceDataRequest", "pcap.additionalAssistanceDataRequest",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.BIT_STRING_SIZE_8", HFILL }},
+ { &hf_pcap_uE_Positioning_OTDOA_AssistanceData,
+ { "uE-Positioning-OTDOA-AssistanceData", "pcap.uE_Positioning_OTDOA_AssistanceData",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_Positioning_OTDOA_AssistanceData", HFILL }},
+ { &hf_pcap_ue_positioning_OTDOA_ReferenceCellInfo,
+ { "ue-positioning-OTDOA-ReferenceCellInfo", "pcap.ue_positioning_OTDOA_ReferenceCellInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_Positioning_OTDOA_ReferenceCellInfo", HFILL }},
+ { &hf_pcap_ue_positioning_OTDOA_NeighbourCellList,
+ { "ue-positioning-OTDOA-NeighbourCellList", "pcap.ue_positioning_OTDOA_NeighbourCellList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UE_Positioning_OTDOA_NeighbourCellList", HFILL }},
+ { &hf_pcap_sfn_01,
+ { "sfn", "pcap.sfn",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SFN", HFILL }},
+ { &hf_pcap_modeSpecificInfo,
+ { "modeSpecificInfo", "pcap.modeSpecificInfo",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_modeSpecificInfo_vals), 0,
+ "pcap.T_modeSpecificInfo", HFILL }},
+ { &hf_pcap_fdd_01,
+ { "fdd", "pcap.fdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_fdd_01", HFILL }},
+ { &hf_pcap_tdd_01,
+ { "tdd", "pcap.tdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_tdd_01", HFILL }},
+ { &hf_pcap_cellParameterID,
+ { "cellParameterID", "pcap.cellParameterID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CellParameterID", HFILL }},
+ { &hf_pcap_frequencyInfo,
+ { "frequencyInfo", "pcap.frequencyInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.FrequencyInfo", HFILL }},
+ { &hf_pcap_positioningMode,
+ { "positioningMode", "pcap.positioningMode",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_positioningMode_vals), 0,
+ "pcap.T_positioningMode", HFILL }},
+ { &hf_pcap_ueBased,
+ { "ueBased", "pcap.ueBased",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_ueBased", HFILL }},
+ { &hf_pcap_cellPosition,
+ { "cellPosition", "pcap.cellPosition",
+ FT_UINT32, BASE_DEC, VALS(pcap_ReferenceCellPosition_vals), 0,
+ "pcap.ReferenceCellPosition", HFILL }},
+ { &hf_pcap_roundTripTime_01,
+ { "roundTripTime", "pcap.roundTripTime",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_32766", HFILL }},
+ { &hf_pcap_ueAssisted,
+ { "ueAssisted", "pcap.ueAssisted",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_ueAssisted", HFILL }},
+ { &hf_pcap_ue_positioning_IPDL_Paremeters,
+ { "ue-positioning-IPDL-Paremeters", "pcap.ue_positioning_IPDL_Paremeters",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_Positioning_IPDL_Parameters", HFILL }},
+ { &hf_pcap_ellipsoidPoint,
+ { "ellipsoidPoint", "pcap.ellipsoidPoint",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GeographicalCoordinates", HFILL }},
+ { &hf_pcap_ellipsoidPointWithAltitude,
+ { "ellipsoidPointWithAltitude", "pcap.ellipsoidPointWithAltitude",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.GA_PointWithAltitude", HFILL }},
+ { &hf_pcap_modeSpecificInfo_01,
+ { "modeSpecificInfo", "pcap.modeSpecificInfo",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_modeSpecificInfo_01_vals), 0,
+ "pcap.T_modeSpecificInfo_01", HFILL }},
+ { &hf_pcap_fdd_02,
+ { "fdd", "pcap.fdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_fdd_02", HFILL }},
+ { &hf_pcap_ip_Spacing,
+ { "ip-Spacing", "pcap.ip_Spacing",
+ FT_UINT32, BASE_DEC, VALS(pcap_IP_Spacing_vals), 0,
+ "pcap.IP_Spacing", HFILL }},
+ { &hf_pcap_ip_Length,
+ { "ip-Length", "pcap.ip_Length",
+ FT_UINT32, BASE_DEC, VALS(pcap_IP_Length_vals), 0,
+ "pcap.IP_Length", HFILL }},
+ { &hf_pcap_ip_Offset,
+ { "ip-Offset", "pcap.ip_Offset",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_9", HFILL }},
+ { &hf_pcap_seed,
+ { "seed", "pcap.seed",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_tdd_02,
+ { "tdd", "pcap.tdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_tdd_02", HFILL }},
+ { &hf_pcap_burstModeParameters,
+ { "burstModeParameters", "pcap.burstModeParameters",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.BurstModeParameters", HFILL }},
+ { &hf_pcap_burstStart,
+ { "burstStart", "pcap.burstStart",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_15", HFILL }},
+ { &hf_pcap_burstLength,
+ { "burstLength", "pcap.burstLength",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_10_25", HFILL }},
+ { &hf_pcap_burstFreq,
+ { "burstFreq", "pcap.burstFreq",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_1_16", HFILL }},
+ { &hf_pcap_UE_Positioning_OTDOA_NeighbourCellList_item,
+ { "Item", "pcap.UE_Positioning_OTDOA_NeighbourCellList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UE_Positioning_OTDOA_NeighbourCellInfo", HFILL }},
+ { &hf_pcap_modeSpecificInfo_02,
+ { "modeSpecificInfo", "pcap.modeSpecificInfo",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_modeSpecificInfo_02_vals), 0,
+ "pcap.T_modeSpecificInfo_02", HFILL }},
+ { &hf_pcap_fdd_03,
+ { "fdd", "pcap.fdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_fdd_03", HFILL }},
+ { &hf_pcap_tdd_03,
+ { "tdd", "pcap.tdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_tdd_03", HFILL }},
+ { &hf_pcap_sfn_SFN_RelTimeDifference,
+ { "sfn-SFN-RelTimeDifference", "pcap.sfn_SFN_RelTimeDifference",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.SFN_SFN_RelTimeDifference1", HFILL }},
+ { &hf_pcap_sfn_Offset_Validity,
+ { "sfn-Offset-Validity", "pcap.sfn_Offset_Validity",
+ FT_UINT32, BASE_DEC, VALS(pcap_SFN_Offset_Validity_vals), 0,
+ "pcap.SFN_Offset_Validity", HFILL }},
+ { &hf_pcap_sfn_SFN_Drift,
+ { "sfn-SFN-Drift", "pcap.sfn_SFN_Drift",
+ FT_UINT32, BASE_DEC, VALS(pcap_SFN_SFN_Drift_vals), 0,
+ "pcap.SFN_SFN_Drift", HFILL }},
+ { &hf_pcap_searchWindowSize,
+ { "searchWindowSize", "pcap.searchWindowSize",
+ FT_UINT32, BASE_DEC, VALS(pcap_OTDOA_SearchWindowSize_vals), 0,
+ "pcap.OTDOA_SearchWindowSize", HFILL }},
+ { &hf_pcap_positioningMode_01,
+ { "positioningMode", "pcap.positioningMode",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_positioningMode_01_vals), 0,
+ "pcap.T_positioningMode_01", HFILL }},
+ { &hf_pcap_ueBased_01,
+ { "ueBased", "pcap.ueBased",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_ueBased_01", HFILL }},
+ { &hf_pcap_relativeNorth,
+ { "relativeNorth", "pcap.relativeNorth",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M20000_20000", HFILL }},
+ { &hf_pcap_relativeEast,
+ { "relativeEast", "pcap.relativeEast",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M20000_20000", HFILL }},
+ { &hf_pcap_relativeAltitude,
+ { "relativeAltitude", "pcap.relativeAltitude",
+ FT_INT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_M4000_4000", HFILL }},
+ { &hf_pcap_fineSFN_SFN,
+ { "fineSFN-SFN", "pcap.fineSFN_SFN",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.FineSFNSFN", HFILL }},
+ { &hf_pcap_ueAssisted_01,
+ { "ueAssisted", "pcap.ueAssisted",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_ueAssisted_01", HFILL }},
+ { &hf_pcap_sfn_Offset,
+ { "sfn-Offset", "pcap.sfn_Offset",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4095", HFILL }},
+ { &hf_pcap_sfn_sfn_Reltimedifference,
+ { "sfn-sfn-Reltimedifference", "pcap.sfn_sfn_Reltimedifference",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_38399", HFILL }},
+ { &hf_pcap_uTDOA_ChannelSettings,
+ { "uTDOA-ChannelSettings", "pcap.uTDOA_ChannelSettings",
+ FT_UINT32, BASE_DEC, VALS(pcap_UTDOA_RRCState_vals), 0,
+ "pcap.UTDOA_RRCState", HFILL }},
+ { &hf_pcap_modeSpecificInfo_03,
+ { "modeSpecificInfo", "pcap.modeSpecificInfo",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_modeSpecificInfo_03_vals), 0,
+ "pcap.T_modeSpecificInfo_03", HFILL }},
+ { &hf_pcap_fdd_04,
+ { "fdd", "pcap.fdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.FrequencyInfoFDD", HFILL }},
+ { &hf_pcap_tdd_04,
+ { "tdd", "pcap.tdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.FrequencyInfoTDD", HFILL }},
+ { &hf_pcap_uarfcn_UL,
+ { "uarfcn-UL", "pcap.uarfcn_UL",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UARFCN", HFILL }},
+ { &hf_pcap_uarfcn_DL,
+ { "uarfcn-DL", "pcap.uarfcn_DL",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UARFCN", HFILL }},
+ { &hf_pcap_uarfcn,
+ { "uarfcn", "pcap.uarfcn",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UARFCN", HFILL }},
+ { &hf_pcap_uTDOA_CELLDCH,
+ { "uTDOA-CELLDCH", "pcap.uTDOA_CELLDCH",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTDOA_CELLDCH", HFILL }},
+ { &hf_pcap_uTDOA_CELLFACH,
+ { "uTDOA-CELLFACH", "pcap.uTDOA_CELLFACH",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UTDOA_CELLFACH", HFILL }},
+ { &hf_pcap_uL_DPCHInfo,
+ { "uL-DPCHInfo", "pcap.uL_DPCHInfo",
+ FT_UINT32, BASE_DEC, VALS(pcap_UL_DPCHInfo_vals), 0,
+ "pcap.UL_DPCHInfo", HFILL }},
+ { &hf_pcap_compressedModeAssistanceData,
+ { "compressedModeAssistanceData", "pcap.compressedModeAssistanceData",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Compressed_Mode_Assistance_Data", HFILL }},
+ { &hf_pcap_dCH_Information,
+ { "dCH-Information", "pcap.dCH_Information",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DCH_Information", HFILL }},
+ { &hf_pcap_e_DPCH_Information,
+ { "e-DPCH-Information", "pcap.e_DPCH_Information",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.E_DPCH_Information", HFILL }},
+ { &hf_pcap_fdd_05,
+ { "fdd", "pcap.fdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_fdd_04", HFILL }},
+ { &hf_pcap_scramblingCodeType,
+ { "scramblingCodeType", "pcap.scramblingCodeType",
+ FT_UINT32, BASE_DEC, VALS(pcap_ScramblingCodeType_vals), 0,
+ "pcap.ScramblingCodeType", HFILL }},
+ { &hf_pcap_scramblingCode,
+ { "scramblingCode", "pcap.scramblingCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UL_ScramblingCode", HFILL }},
+ { &hf_pcap_tfci_Existence,
+ { "tfci-Existence", "pcap.tfci_Existence",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_numberOfFBI_Bits,
+ { "numberOfFBI-Bits", "pcap.numberOfFBI_Bits",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.NumberOfFBI_Bits", HFILL }},
+ { &hf_pcap_tdd_05,
+ { "tdd", "pcap.tdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_tdd_04", HFILL }},
+ { &hf_pcap_tFCI_Coding,
+ { "tFCI-Coding", "pcap.tFCI_Coding",
+ FT_UINT32, BASE_DEC, VALS(pcap_TFCI_Coding_vals), 0,
+ "pcap.TFCI_Coding", HFILL }},
+ { &hf_pcap_punctureLimit,
+ { "punctureLimit", "pcap.punctureLimit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PuncturingLimit", HFILL }},
+ { &hf_pcap_repetitionPeriod,
+ { "repetitionPeriod", "pcap.repetitionPeriod",
+ FT_UINT32, BASE_DEC, VALS(pcap_RepetitionPeriod_vals), 0,
+ "pcap.RepetitionPeriod", HFILL }},
+ { &hf_pcap_repetitionLength,
+ { "repetitionLength", "pcap.repetitionLength",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RepetitionLength", HFILL }},
+ { &hf_pcap_tdd_DPCHOffset,
+ { "tdd-DPCHOffset", "pcap.tdd_DPCHOffset",
+ FT_UINT32, BASE_DEC, VALS(pcap_TDD_DPCHOffset_vals), 0,
+ "pcap.TDD_DPCHOffset", HFILL }},
+ { &hf_pcap_uL_Timeslot_Information,
+ { "uL-Timeslot-Information", "pcap.uL_Timeslot_Information",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.UL_Timeslot_Information", HFILL }},
+ { &hf_pcap_frameOffset,
+ { "frameOffset", "pcap.frameOffset",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.FrameOffset", HFILL }},
+ { &hf_pcap_specialBurstScheduling,
+ { "specialBurstScheduling", "pcap.specialBurstScheduling",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SpecialBurstScheduling", HFILL }},
+ { &hf_pcap_dl_information,
+ { "dl-information", "pcap.dl_information",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.DL_InformationFDD", HFILL }},
+ { &hf_pcap_ul_information,
+ { "ul-information", "pcap.ul_information",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UL_InformationFDD", HFILL }},
+ { &hf_pcap_primaryScramblingCode,
+ { "primaryScramblingCode", "pcap.primaryScramblingCode",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PrimaryScramblingCode", HFILL }},
+ { &hf_pcap_chipOffset,
+ { "chipOffset", "pcap.chipOffset",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ChipOffset", HFILL }},
+ { &hf_pcap_transmissionGapPatternSequenceInfo,
+ { "transmissionGapPatternSequenceInfo", "pcap.transmissionGapPatternSequenceInfo",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.Transmission_Gap_Pattern_Sequence_Information", HFILL }},
+ { &hf_pcap_activePatternSequenceInfo,
+ { "activePatternSequenceInfo", "pcap.activePatternSequenceInfo",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Active_Pattern_Sequence_Information", HFILL }},
+ { &hf_pcap_cFN,
+ { "cFN", "pcap.cFN",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CFN", HFILL }},
+ { &hf_pcap_Transmission_Gap_Pattern_Sequence_Information_item,
+ { "Item", "pcap.Transmission_Gap_Pattern_Sequence_Information_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Transmission_Gap_Pattern_Sequence_Information_item", HFILL }},
+ { &hf_pcap_tGPSID,
+ { "tGPSID", "pcap.tGPSID",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TGPSID", HFILL }},
+ { &hf_pcap_tGSN,
+ { "tGSN", "pcap.tGSN",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TGSN", HFILL }},
+ { &hf_pcap_tGL1,
+ { "tGL1", "pcap.tGL1",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GapLength", HFILL }},
+ { &hf_pcap_tGL2,
+ { "tGL2", "pcap.tGL2",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GapLength", HFILL }},
+ { &hf_pcap_tGD,
+ { "tGD", "pcap.tGD",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TGD", HFILL }},
+ { &hf_pcap_tGPL1,
+ { "tGPL1", "pcap.tGPL1",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.GapDuration", HFILL }},
+ { &hf_pcap_uplink_Compressed_Mode_Method,
+ { "uplink-Compressed-Mode-Method", "pcap.uplink_Compressed_Mode_Method",
+ FT_UINT32, BASE_DEC, VALS(pcap_Uplink_Compressed_Mode_Method_vals), 0,
+ "pcap.Uplink_Compressed_Mode_Method", HFILL }},
+ { &hf_pcap_cMConfigurationChangeCFN,
+ { "cMConfigurationChangeCFN", "pcap.cMConfigurationChangeCFN",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CFN", HFILL }},
+ { &hf_pcap_transmission_Gap_Pattern_Sequence_Status,
+ { "transmission-Gap-Pattern-Sequence-Status", "pcap.transmission_Gap_Pattern_Sequence_Status",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.Transmission_Gap_Pattern_Sequence_Status_List", HFILL }},
+ { &hf_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item,
+ { "Item", "pcap.Transmission_Gap_Pattern_Sequence_Status_List_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Transmission_Gap_Pattern_Sequence_Status_List_item", HFILL }},
+ { &hf_pcap_tGPRC,
+ { "tGPRC", "pcap.tGPRC",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TGPRC", HFILL }},
+ { &hf_pcap_tGCFN,
+ { "tGCFN", "pcap.tGCFN",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.CFN", HFILL }},
+ { &hf_pcap_tFCS,
+ { "tFCS", "pcap.tFCS",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TFCS", HFILL }},
+ { &hf_pcap_trChInfo,
+ { "trChInfo", "pcap.trChInfo",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TrChInfoList", HFILL }},
+ { &hf_pcap_TrChInfoList_item,
+ { "Item", "pcap.TrChInfoList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UL_TrCHInfo", HFILL }},
+ { &hf_pcap_uL_TrCHtype,
+ { "uL-TrCHtype", "pcap.uL_TrCHtype",
+ FT_UINT32, BASE_DEC, VALS(pcap_UL_TrCHType_vals), 0,
+ "pcap.UL_TrCHType", HFILL }},
+ { &hf_pcap_tfs,
+ { "tfs", "pcap.tfs",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TransportFormatSet", HFILL }},
+ { &hf_pcap_maxSet_E_DPDCHs,
+ { "maxSet-E-DPDCHs", "pcap.maxSet_E_DPDCHs",
+ FT_UINT32, BASE_DEC, VALS(pcap_Max_Set_E_DPDCHs_vals), 0,
+ "pcap.Max_Set_E_DPDCHs", HFILL }},
+ { &hf_pcap_ul_PunctureLimit,
+ { "ul-PunctureLimit", "pcap.ul_PunctureLimit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PuncturingLimit", HFILL }},
+ { &hf_pcap_e_TFCS_Information,
+ { "e-TFCS-Information", "pcap.e_TFCS_Information",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.E_TFCS_Information", HFILL }},
+ { &hf_pcap_e_TTI,
+ { "e-TTI", "pcap.e_TTI",
+ FT_UINT32, BASE_DEC, VALS(pcap_E_TTI_vals), 0,
+ "pcap.E_TTI", HFILL }},
+ { &hf_pcap_e_DPCCH_PO,
+ { "e-DPCCH-PO", "pcap.e_DPCCH_PO",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.E_DPCCH_PO", HFILL }},
+ { &hf_pcap_e_DCH_TFCS_Index,
+ { "e-DCH-TFCS-Index", "pcap.e_DCH_TFCS_Index",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.E_DCH_TFCS_Index", HFILL }},
+ { &hf_pcap_reference_E_TFCI_Information,
+ { "reference-E-TFCI-Information", "pcap.reference_E_TFCI_Information",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.Reference_E_TFCI_Information", HFILL }},
+ { &hf_pcap_Reference_E_TFCI_Information_item,
+ { "Item", "pcap.Reference_E_TFCI_Information_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Reference_E_TFCI_Information_Item", HFILL }},
+ { &hf_pcap_reference_E_TFCI,
+ { "reference-E-TFCI", "pcap.reference_E_TFCI",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.E_TFCI", HFILL }},
+ { &hf_pcap_reference_E_TFCI_PO,
+ { "reference-E-TFCI-PO", "pcap.reference_E_TFCI_PO",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.Reference_E_TFCI_PO", HFILL }},
+ { &hf_pcap_initialOffset,
+ { "initialOffset", "pcap.initialOffset",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_noinitialOffset,
+ { "noinitialOffset", "pcap.noinitialOffset",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_UL_Timeslot_Information_item,
+ { "Item", "pcap.UL_Timeslot_Information_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UL_Timeslot_InformationItem", HFILL }},
+ { &hf_pcap_timeSlot,
+ { "timeSlot", "pcap.timeSlot",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TimeSlot", HFILL }},
+ { &hf_pcap_midambleShiftAndBurstType,
+ { "midambleShiftAndBurstType", "pcap.midambleShiftAndBurstType",
+ FT_UINT32, BASE_DEC, VALS(pcap_MidambleShiftAndBurstType_vals), 0,
+ "pcap.MidambleShiftAndBurstType", HFILL }},
+ { &hf_pcap_tFCI_Presence,
+ { "tFCI-Presence", "pcap.tFCI_Presence",
+ FT_BOOLEAN, 8, NULL, 0,
+ "pcap.BOOLEAN", HFILL }},
+ { &hf_pcap_uL_Code_InformationList,
+ { "uL-Code-InformationList", "pcap.uL_Code_InformationList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TDD_UL_Code_Information", HFILL }},
+ { &hf_pcap_type1,
+ { "type1", "pcap.type1",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_type1", HFILL }},
+ { &hf_pcap_midambleConfigurationBurstType1And3,
+ { "midambleConfigurationBurstType1And3", "pcap.midambleConfigurationBurstType1And3",
+ FT_UINT32, BASE_DEC, VALS(pcap_MidambleConfigurationBurstType1And3_vals), 0,
+ "pcap.MidambleConfigurationBurstType1And3", HFILL }},
+ { &hf_pcap_midambleAllocationMode,
+ { "midambleAllocationMode", "pcap.midambleAllocationMode",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_midambleAllocationMode_vals), 0,
+ "pcap.T_midambleAllocationMode", HFILL }},
+ { &hf_pcap_defaultMidamble,
+ { "defaultMidamble", "pcap.defaultMidamble",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NULL", HFILL }},
+ { &hf_pcap_commonMidamble,
+ { "commonMidamble", "pcap.commonMidamble",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.NULL", HFILL }},
+ { &hf_pcap_ueSpecificMidamble,
+ { "ueSpecificMidamble", "pcap.ueSpecificMidamble",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.MidambleShiftLong", HFILL }},
+ { &hf_pcap_type2,
+ { "type2", "pcap.type2",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_type2", HFILL }},
+ { &hf_pcap_midambleConfigurationBurstType2,
+ { "midambleConfigurationBurstType2", "pcap.midambleConfigurationBurstType2",
+ FT_UINT32, BASE_DEC, VALS(pcap_MidambleConfigurationBurstType2_vals), 0,
+ "pcap.MidambleConfigurationBurstType2", HFILL }},
+ { &hf_pcap_midambleAllocationMode_01,
+ { "midambleAllocationMode", "pcap.midambleAllocationMode",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_midambleAllocationMode_01_vals), 0,
+ "pcap.T_midambleAllocationMode_01", HFILL }},
+ { &hf_pcap_ueSpecificMidamble_01,
+ { "ueSpecificMidamble", "pcap.ueSpecificMidamble",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.MidambleShiftShort", HFILL }},
+ { &hf_pcap_type3,
+ { "type3", "pcap.type3",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_type3", HFILL }},
+ { &hf_pcap_midambleAllocationMode_02,
+ { "midambleAllocationMode", "pcap.midambleAllocationMode",
+ FT_UINT32, BASE_DEC, VALS(pcap_T_midambleAllocationMode_02_vals), 0,
+ "pcap.T_midambleAllocationMode_02", HFILL }},
+ { &hf_pcap_TDD_UL_Code_Information_item,
+ { "Item", "pcap.TDD_UL_Code_Information_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TDD_UL_Code_InformationItem", HFILL }},
+ { &hf_pcap_tdd_ChannelisationCode,
+ { "tdd-ChannelisationCode", "pcap.tdd_ChannelisationCode",
+ FT_UINT32, BASE_DEC, VALS(pcap_TDD_ChannelisationCode_vals), 0,
+ "pcap.TDD_ChannelisationCode", HFILL }},
+ { &hf_pcap_pRACHparameters,
+ { "pRACHparameters", "pcap.pRACHparameters",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PRACHparameters", HFILL }},
+ { &hf_pcap_cRNTI,
+ { "cRNTI", "pcap.cRNTI",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.C_RNTI", HFILL }},
+ { &hf_pcap_uschParameters,
+ { "uschParameters", "pcap.uschParameters",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UschParameters", HFILL }},
+ { &hf_pcap_PRACHparameters_item,
+ { "Item", "pcap.PRACHparameters_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.PRACH_ChannelInfo", HFILL }},
+ { &hf_pcap_pRACH_Info,
+ { "pRACH-Info", "pcap.pRACH_Info",
+ FT_UINT32, BASE_DEC, VALS(pcap_PRACH_Info_vals), 0,
+ "pcap.PRACH_Info", HFILL }},
+ { &hf_pcap_tFS,
+ { "tFS", "pcap.tFS",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TransportFormatSet", HFILL }},
+ { &hf_pcap_fdd_06,
+ { "fdd", "pcap.fdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_fdd_05", HFILL }},
+ { &hf_pcap_availableSignatures,
+ { "availableSignatures", "pcap.availableSignatures",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.AvailableSignatures", HFILL }},
+ { &hf_pcap_availableSF,
+ { "availableSF", "pcap.availableSF",
+ FT_UINT32, BASE_DEC, VALS(pcap_SF_PRACH_vals), 0,
+ "pcap.SF_PRACH", HFILL }},
+ { &hf_pcap_preambleScramblingCodeWordNumber,
+ { "preambleScramblingCodeWordNumber", "pcap.preambleScramblingCodeWordNumber",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PreambleScramblingCodeWordNumber", HFILL }},
+ { &hf_pcap_puncturingLimit,
+ { "puncturingLimit", "pcap.puncturingLimit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PuncturingLimit", HFILL }},
+ { &hf_pcap_availableSubChannelNumbers,
+ { "availableSubChannelNumbers", "pcap.availableSubChannelNumbers",
+ FT_BYTES, BASE_HEX, NULL, 0,
+ "pcap.AvailableSubChannelNumbers", HFILL }},
+ { &hf_pcap_tdd_06,
+ { "tdd", "pcap.tdd",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.T_tdd_05", HFILL }},
+ { &hf_pcap_maxPRACH_MidambleShifts,
+ { "maxPRACH-MidambleShifts", "pcap.maxPRACH_MidambleShifts",
+ FT_UINT32, BASE_DEC, VALS(pcap_MaxPRACH_MidambleShifts_vals), 0,
+ "pcap.MaxPRACH_MidambleShifts", HFILL }},
+ { &hf_pcap_pRACH_Midamble,
+ { "pRACH-Midamble", "pcap.pRACH_Midamble",
+ FT_UINT32, BASE_DEC, VALS(pcap_PRACH_Midamble_vals), 0,
+ "pcap.PRACH_Midamble", HFILL }},
+ { &hf_pcap_dynamicPart,
+ { "dynamicPart", "pcap.dynamicPart",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TransportFormatSet_DynamicPartList", HFILL }},
+ { &hf_pcap_semi_staticPart,
+ { "semi-staticPart", "pcap.semi_staticPart",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TransportFormatSet_Semi_staticPart", HFILL }},
+ { &hf_pcap_TransportFormatSet_DynamicPartList_item,
+ { "Item", "pcap.TransportFormatSet_DynamicPartList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TransportFormatSet_DynamicPartList_item", HFILL }},
+ { &hf_pcap_rlc_Size,
+ { "rlc-Size", "pcap.rlc_Size",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.RLC_Size", HFILL }},
+ { &hf_pcap_numberOfTbsTTIList,
+ { "numberOfTbsTTIList", "pcap.numberOfTbsTTIList",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo", HFILL }},
+ { &hf_pcap_numberOfTbsTTIList_item,
+ { "Item", "pcap.numberOfTbsTTIList_item",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.TbsTTIInfo", HFILL }},
+ { &hf_pcap_tTIInfo,
+ { "tTIInfo", "pcap.tTIInfo",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransportFormatSet_TransmissionTimeIntervalDynamic_vals), 0,
+ "pcap.TransportFormatSet_TransmissionTimeIntervalDynamic", HFILL }},
+ { &hf_pcap_numberOfTbs,
+ { "numberOfTbs", "pcap.numberOfTbs",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TransportFormatSet_NrOfTransportBlocks", HFILL }},
+ { &hf_pcap_transmissionTimeInterval,
+ { "transmissionTimeInterval", "pcap.transmissionTimeInterval",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransportFormatSet_TransmissionTimeIntervalSemiStatic_vals), 0,
+ "pcap.TransportFormatSet_TransmissionTimeIntervalSemiStatic", HFILL }},
+ { &hf_pcap_channelCoding,
+ { "channelCoding", "pcap.channelCoding",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransportFormatSet_ChannelCodingType_vals), 0,
+ "pcap.TransportFormatSet_ChannelCodingType", HFILL }},
+ { &hf_pcap_codingRate,
+ { "codingRate", "pcap.codingRate",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransportFormatSet_CodingRate_vals), 0,
+ "pcap.TransportFormatSet_CodingRate", HFILL }},
+ { &hf_pcap_rateMatchingAttribute,
+ { "rateMatchingAttribute", "pcap.rateMatchingAttribute",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.TransportFormatSet_RateMatchingAttribute", HFILL }},
+ { &hf_pcap_cRC_Size,
+ { "cRC-Size", "pcap.cRC_Size",
+ FT_UINT32, BASE_DEC, VALS(pcap_TransportFormatSet_CRC_Size_vals), 0,
+ "pcap.TransportFormatSet_CRC_Size", HFILL }},
+ { &hf_pcap_TFCS_item,
+ { "Item", "pcap.TFCS_item",
+ FT_UINT32, BASE_DEC, VALS(pcap_CTFC_vals), 0,
+ "pcap.CTFC", HFILL }},
+ { &hf_pcap_ctfc2Bit,
+ { "ctfc2Bit", "pcap.ctfc2Bit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ctfc2Bit", HFILL }},
+ { &hf_pcap_ctfc2Bit_item,
+ { "Item", "pcap.ctfc2Bit_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_3", HFILL }},
+ { &hf_pcap_ctfc4Bit,
+ { "ctfc4Bit", "pcap.ctfc4Bit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ctfc4Bit", HFILL }},
+ { &hf_pcap_ctfc4Bit_item,
+ { "Item", "pcap.ctfc4Bit_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_15", HFILL }},
+ { &hf_pcap_ctfc6Bit,
+ { "ctfc6Bit", "pcap.ctfc6Bit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ctfc6Bit", HFILL }},
+ { &hf_pcap_ctfc6Bit_item,
+ { "Item", "pcap.ctfc6Bit_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_63", HFILL }},
+ { &hf_pcap_ctfc8Bit,
+ { "ctfc8Bit", "pcap.ctfc8Bit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ctfc8Bit", HFILL }},
+ { &hf_pcap_ctfc8Bit_item,
+ { "Item", "pcap.ctfc8Bit_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_ctfc12Bit,
+ { "ctfc12Bit", "pcap.ctfc12Bit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ctfc12Bit", HFILL }},
+ { &hf_pcap_ctfc12Bit_item,
+ { "Item", "pcap.ctfc12Bit_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_4095", HFILL }},
+ { &hf_pcap_ctfc16Bit,
+ { "ctfc16Bit", "pcap.ctfc16Bit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ctfc16Bit", HFILL }},
+ { &hf_pcap_ctfc16Bit_item,
+ { "Item", "pcap.ctfc16Bit_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_65535", HFILL }},
+ { &hf_pcap_ctfc24Bit,
+ { "ctfc24Bit", "pcap.ctfc24Bit",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ctfc24Bit", HFILL }},
+ { &hf_pcap_ctfc24Bit_item,
+ { "Item", "pcap.ctfc24Bit_item",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_16777215", HFILL }},
+ { &hf_pcap_uSCH_SchedulingOffset,
+ { "uSCH-SchedulingOffset", "pcap.uSCH_SchedulingOffset",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.USCH_SchedulingOffset", HFILL }},
+ { &hf_pcap_horizontalVelocity,
+ { "horizontalVelocity", "pcap.horizontalVelocity",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.HorizontalVelocity", HFILL }},
+ { &hf_pcap_horizontalWithVerticalVelocity,
+ { "horizontalWithVerticalVelocity", "pcap.horizontalWithVerticalVelocity",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.HorizontalWithVerticalVelocity", HFILL }},
+ { &hf_pcap_horizontalVelocityWithUncertainty,
+ { "horizontalVelocityWithUncertainty", "pcap.horizontalVelocityWithUncertainty",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.HorizontalVelocityWithUncertainty", HFILL }},
+ { &hf_pcap_horizontalWithVerticalVelocityAndUncertainty,
+ { "horizontalWithVerticalVelocityAndUncertainty", "pcap.horizontalWithVerticalVelocityAndUncertainty",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.HorizontalWithVerticalVelocityAndUncertainty", HFILL }},
+ { &hf_pcap_horizontalSpeedAndBearing,
+ { "horizontalSpeedAndBearing", "pcap.horizontalSpeedAndBearing",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.HorizontalSpeedAndBearing", HFILL }},
+ { &hf_pcap_verticalVelocity,
+ { "verticalVelocity", "pcap.verticalVelocity",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.VerticalVelocity", HFILL }},
+ { &hf_pcap_uncertaintySpeed,
+ { "uncertaintySpeed", "pcap.uncertaintySpeed",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_horizontalUncertaintySpeed,
+ { "horizontalUncertaintySpeed", "pcap.horizontalUncertaintySpeed",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_verticalUncertaintySpeed,
+ { "verticalUncertaintySpeed", "pcap.verticalUncertaintySpeed",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_bearing,
+ { "bearing", "pcap.bearing",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_359", HFILL }},
+ { &hf_pcap_horizontalSpeed,
+ { "horizontalSpeed", "pcap.horizontalSpeed",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_2047", HFILL }},
+ { &hf_pcap_verticalSpeed,
+ { "verticalSpeed", "pcap.verticalSpeed",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.INTEGER_0_255", HFILL }},
+ { &hf_pcap_verticalSpeedDirection,
+ { "verticalSpeedDirection", "pcap.verticalSpeedDirection",
+ FT_UINT32, BASE_DEC, VALS(pcap_VerticalSpeedDirection_vals), 0,
+ "pcap.VerticalSpeedDirection", HFILL }},
+ { &hf_pcap_utran_GPSTimingOfCell,
+ { "utran-GPSTimingOfCell", "pcap.utran_GPSTimingOfCell",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_utran_GPSTimingOfCell", HFILL }},
+ { &hf_pcap_ue_GPSTimingOfCell,
+ { "ue-GPSTimingOfCell", "pcap.ue_GPSTimingOfCell",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.T_ue_GPSTimingOfCell", HFILL }},
+ { &hf_pcap_protocolIEs,
+ { "protocolIEs", "pcap.protocolIEs",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ProtocolIE_Container", HFILL }},
+ { &hf_pcap_protocolExtensions,
+ { "protocolExtensions", "pcap.protocolExtensions",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.ProtocolExtensionContainer", HFILL }},
+ { &hf_pcap_referencePosition,
+ { "referencePosition", "pcap.referencePosition",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RefPosition_InfEx_Rqst", HFILL }},
+ { &hf_pcap_extension_InformationExchangeObjectType_InfEx_Rqst,
+ { "extension-InformationExchangeObjectType-InfEx-Rqst", "pcap.extension_InformationExchangeObjectType_InfEx_Rqst",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Extension_InformationExchangeObjectType_InfEx_Rqst", HFILL }},
+ { &hf_pcap_referencePositionEstimate,
+ { "referencePositionEstimate", "pcap.referencePositionEstimate",
+ FT_UINT32, BASE_DEC, VALS(pcap_UE_PositionEstimate_vals), 0,
+ "pcap.UE_PositionEstimate", HFILL }},
+ { &hf_pcap_referenceUC_ID,
+ { "referenceUC-ID", "pcap.referenceUC_ID",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UC_ID", HFILL }},
+ { &hf_pcap_referencePosition_01,
+ { "referencePosition", "pcap.referencePosition",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RefPosition_InfEx_Rsp", HFILL }},
+ { &hf_pcap_referencePosition_02,
+ { "referencePosition", "pcap.referencePosition",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.RefPosition_InfEx_Rprt", HFILL }},
+ { &hf_pcap_requestedDataValueInformation,
+ { "requestedDataValueInformation", "pcap.requestedDataValueInformation",
+ FT_UINT32, BASE_DEC, VALS(pcap_RequestedDataValueInformation_vals), 0,
+ "pcap.RequestedDataValueInformation", HFILL }},
+ { &hf_pcap_privateIEs,
+ { "privateIEs", "pcap.privateIEs",
+ FT_UINT32, BASE_DEC, NULL, 0,
+ "pcap.PrivateIE_Container", HFILL }},
+ { &hf_pcap_initiatingMessage,
+ { "initiatingMessage", "pcap.initiatingMessage",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InitiatingMessage", HFILL }},
+ { &hf_pcap_successfulOutcome,
+ { "successfulOutcome", "pcap.successfulOutcome",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.SuccessfulOutcome", HFILL }},
+ { &hf_pcap_unsuccessfulOutcome,
+ { "unsuccessfulOutcome", "pcap.unsuccessfulOutcome",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UnsuccessfulOutcome", HFILL }},
+ { &hf_pcap_outcome,
+ { "outcome", "pcap.outcome",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Outcome", HFILL }},
+ { &hf_pcap_initiatingMessagevalue,
+ { "value", "pcap.value",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.InitiatingMessage_value", HFILL }},
+ { &hf_pcap_successfulOutcome_value,
+ { "value", "pcap.value",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.SuccessfulOutcome_value", HFILL }},
+ { &hf_pcap_unsuccessfulOutcome_value,
+ { "value", "pcap.value",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.UnsuccessfulOutcome_value", HFILL }},
+ { &hf_pcap_outcome_value,
+ { "value", "pcap.value",
+ FT_NONE, BASE_NONE, NULL, 0,
+ "pcap.Outcome_value", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature15,
+ { "signature15", "pcap.signature15",
+ FT_BOOLEAN, 8, NULL, 0x80,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature14,
+ { "signature14", "pcap.signature14",
+ FT_BOOLEAN, 8, NULL, 0x40,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature13,
+ { "signature13", "pcap.signature13",
+ FT_BOOLEAN, 8, NULL, 0x20,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature12,
+ { "signature12", "pcap.signature12",
+ FT_BOOLEAN, 8, NULL, 0x10,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature11,
+ { "signature11", "pcap.signature11",
+ FT_BOOLEAN, 8, NULL, 0x08,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature10,
+ { "signature10", "pcap.signature10",
+ FT_BOOLEAN, 8, NULL, 0x04,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature9,
+ { "signature9", "pcap.signature9",
+ FT_BOOLEAN, 8, NULL, 0x02,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature8,
+ { "signature8", "pcap.signature8",
+ FT_BOOLEAN, 8, NULL, 0x01,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature7,
+ { "signature7", "pcap.signature7",
+ FT_BOOLEAN, 8, NULL, 0x80,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature6,
+ { "signature6", "pcap.signature6",
+ FT_BOOLEAN, 8, NULL, 0x40,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature5,
+ { "signature5", "pcap.signature5",
+ FT_BOOLEAN, 8, NULL, 0x20,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature4,
+ { "signature4", "pcap.signature4",
+ FT_BOOLEAN, 8, NULL, 0x10,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature3,
+ { "signature3", "pcap.signature3",
+ FT_BOOLEAN, 8, NULL, 0x08,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature2,
+ { "signature2", "pcap.signature2",
+ FT_BOOLEAN, 8, NULL, 0x04,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature1,
+ { "signature1", "pcap.signature1",
+ FT_BOOLEAN, 8, NULL, 0x02,
+ "", HFILL }},
+ { &hf_pcap_AvailableSignatures_signature0,
+ { "signature0", "pcap.signature0",
+ FT_BOOLEAN, 8, NULL, 0x01,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh11,
+ { "subCh11", "pcap.subCh11",
+ FT_BOOLEAN, 8, NULL, 0x80,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh10,
+ { "subCh10", "pcap.subCh10",
+ FT_BOOLEAN, 8, NULL, 0x40,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh9,
+ { "subCh9", "pcap.subCh9",
+ FT_BOOLEAN, 8, NULL, 0x20,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh8,
+ { "subCh8", "pcap.subCh8",
+ FT_BOOLEAN, 8, NULL, 0x10,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh7,
+ { "subCh7", "pcap.subCh7",
+ FT_BOOLEAN, 8, NULL, 0x08,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh6,
+ { "subCh6", "pcap.subCh6",
+ FT_BOOLEAN, 8, NULL, 0x04,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh5,
+ { "subCh5", "pcap.subCh5",
+ FT_BOOLEAN, 8, NULL, 0x02,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh4,
+ { "subCh4", "pcap.subCh4",
+ FT_BOOLEAN, 8, NULL, 0x01,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh3,
+ { "subCh3", "pcap.subCh3",
+ FT_BOOLEAN, 8, NULL, 0x80,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh2,
+ { "subCh2", "pcap.subCh2",
+ FT_BOOLEAN, 8, NULL, 0x40,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh1,
+ { "subCh1", "pcap.subCh1",
+ FT_BOOLEAN, 8, NULL, 0x20,
+ "", HFILL }},
+ { &hf_pcap_AvailableSubChannelNumbers_subCh0,
+ { "subCh0", "pcap.subCh0",
+ FT_BOOLEAN, 8, NULL, 0x10,
+ "", HFILL }},
+
+/*--- End of included file: packet-pcap-hfarr.c ---*/
+#line 215 "packet-pcap-template.c"
+ };
+
+ /* List of subtrees */
+ static gint *ett[] = {
+ &ett_pcap,
+
+/*--- Included file: packet-pcap-ettarr.c ---*/
+#line 1 "packet-pcap-ettarr.c"
+ &ett_pcap_PrivateIE_ID,
+ &ett_pcap_TransactionID,
+ &ett_pcap_ProtocolIE_Container,
+ &ett_pcap_ProtocolIE_Field,
+ &ett_pcap_ProtocolIE_ContainerList,
+ &ett_pcap_ProtocolExtensionContainer,
+ &ett_pcap_ProtocolExtensionField,
+ &ett_pcap_PrivateIE_Container,
+ &ett_pcap_PrivateIE_Field,
+ &ett_pcap_AlmanacAndSatelliteHealthSIB,
+ &ett_pcap_Cause,
+ &ett_pcap_CellId_MeasuredResultsSets,
+ &ett_pcap_CellId_MeasuredResultsInfoList,
+ &ett_pcap_CellId_MeasuredResultsInfo,
+ &ett_pcap_RoundTripTimeInfo,
+ &ett_pcap_RoundTripTimeInfoWithType1,
+ &ett_pcap_UE_PositioningMeasQuality,
+ &ett_pcap_UTRANAccessPointPositionAltitude,
+ &ett_pcap_RxTimingDeviationInfo,
+ &ett_pcap_RxTimingDeviationLCRInfo,
+ &ett_pcap_RxTimingDeviation768Info,
+ &ett_pcap_RxTimingDeviation384extInfo,
+ &ett_pcap_AddMeasurementInfo,
+ &ett_pcap_AngleOfArrivalLCR,
+ &ett_pcap_CellIDPositioning,
+ &ett_pcap_RequestedCellIDMeasurements,
+ &ett_pcap_T_fdd,
+ &ett_pcap_T_tdd,
+ &ett_pcap_CriticalityDiagnostics,
+ &ett_pcap_CriticalityDiagnostics_IE_List,
+ &ett_pcap_CriticalityDiagnostics_IE_List_item,
+ &ett_pcap_DGPSCorrections,
+ &ett_pcap_DGPS_CorrectionSatInfoList,
+ &ett_pcap_DGPS_CorrectionSatInfo,
+ &ett_pcap_UE_PositionEstimate,
+ &ett_pcap_GeographicalCoordinates,
+ &ett_pcap_GA_AltitudeAndDirection,
+ &ett_pcap_GA_EllipsoidArc,
+ &ett_pcap_GA_Point,
+ &ett_pcap_GA_PointWithAltitude,
+ &ett_pcap_GA_PointWithAltitudeAndUncertaintyEllipsoid,
+ &ett_pcap_GA_PointWithUnCertainty,
+ &ett_pcap_GA_PointWithUnCertaintyEllipse,
+ &ett_pcap_GA_Polygon,
+ &ett_pcap_GA_Polygon_item,
+ &ett_pcap_GA_UncertaintyEllipse,
+ &ett_pcap_UE_PositionEstimateInfo,
+ &ett_pcap_ReferenceTimeChoice,
+ &ett_pcap_Cell_Timing,
+ &ett_pcap_PositionData,
+ &ett_pcap_GANSS_PositioningDataSet,
+ &ett_pcap_PositioningDataSet,
+ &ett_pcap_GPS_AcquisitionAssistance,
+ &ett_pcap_AcquisitionSatInfoList,
+ &ett_pcap_AcquisitionSatInfo,
+ &ett_pcap_ExtraDopplerInfo,
+ &ett_pcap_AzimuthAndElevation,
+ &ett_pcap_DGANSS_Corrections,
+ &ett_pcap_DGANSS_Information,
+ &ett_pcap_DGANSS_InformationItem,
+ &ett_pcap_DGANSS_SignalInformation,
+ &ett_pcap_DGANSS_SignalInformationItem,
+ &ett_pcap_GANSS_AlmanacAndSatelliteHealth,
+ &ett_pcap_GANSS_AlmanacModel,
+ &ett_pcap_GANSS_AzimuthAndElevation,
+ &ett_pcap_GANSS_Clock_Model,
+ &ett_pcap_GANSS_CommonAssistanceData,
+ &ett_pcap_GANSS_Data_Bit_Assistance,
+ &ett_pcap_GANSS_DataBitAssistanceList,
+ &ett_pcap_GANSS_DataBitAssistanceItem,
+ &ett_pcap_GANSS_ExtraDoppler,
+ &ett_pcap_GANSS_GenericAssistanceDataList,
+ &ett_pcap_GANSSGenericAssistanceData,
+ &ett_pcap_GANSS_GenericMeasurementInfo,
+ &ett_pcap_GANSS_GenericMeasurementInfo_item,
+ &ett_pcap_GANSSID,
+ &ett_pcap_GANSS_Ionospheric_Model,
+ &ett_pcap_GANSS_IonosphereRegionalStormFlags,
+ &ett_pcap_GANSS_KeplerianParametersAlm,
+ &ett_pcap_GANSS_KeplerianParametersOrb,
+ &ett_pcap_GANSS_MeasurementParameters,
+ &ett_pcap_GANSS_MeasurementParametersItem,
+ &ett_pcap_GANSS_MeasuredResultsList,
+ &ett_pcap_GANSS_MeasuredResults,
+ &ett_pcap_T_referenceTime,
+ &ett_pcap_GANSS_Navigation_Model,
+ &ett_pcap_GANSS_Orbit_Model,
+ &ett_pcap_GANSS_Real_Time_Integrity,
+ &ett_pcap_GANSS_RealTimeInformationItem,
+ &ett_pcap_GANSS_Reference_Location,
+ &ett_pcap_GANSS_ReferenceMeasurementInfo,
+ &ett_pcap_GANSS_Reference_Time,
+ &ett_pcap_GANSS_ReferenceTimeOnly,
+ &ett_pcap_GANSS_SatelliteClockModelItem,
+ &ett_pcap_GANSS_SatelliteInformation,
+ &ett_pcap_GANSS_SatelliteInformationItem,
+ &ett_pcap_GANSS_SatelliteInformationKP,
+ &ett_pcap_GANSS_SatelliteInformationKPItem,
+ &ett_pcap_GANSS_Sat_Info_Nav,
+ &ett_pcap_GANSS_Sat_Info_Nav_item,
+ &ett_pcap_GANSS_SignalID,
+ &ett_pcap_GANSS_Time_Model,
+ &ett_pcap_GANSS_UTRAN_TRU,
+ &ett_pcap_GANSS_UTC_Model,
+ &ett_pcap_UTRAN_GANSSReferenceTimeDL,
+ &ett_pcap_UTRAN_GANSSReferenceTimeUL,
+ &ett_pcap_GPS_AlmanacAndSatelliteHealth,
+ &ett_pcap_AlmanacSatInfoList,
+ &ett_pcap_AlmanacSatInfo,
+ &ett_pcap_GPS_ClockAndEphemerisParameters,
+ &ett_pcap_SubFrame1Reserved,
+ &ett_pcap_GPS_Ionospheric_Model,
+ &ett_pcap_MeasuredResultsList,
+ &ett_pcap_GPS_MeasuredResults,
+ &ett_pcap_GPS_MeasurementParamList,
+ &ett_pcap_GPS_MeasurementParam,
+ &ett_pcap_GPS_NavigationModel,
+ &ett_pcap_NavigationModelSatInfo,
+ &ett_pcap_GPS_RealTimeIntegrity,
+ &ett_pcap_BadSatList,
+ &ett_pcap_GPS_ReferenceLocation,
+ &ett_pcap_GPS_ReferenceTime,
+ &ett_pcap_GPS_TOW_AssistList,
+ &ett_pcap_GPS_TOW_Assist,
+ &ett_pcap_GPSReferenceTimeUncertainty,
+ &ett_pcap_GPS_UTC_Model,
+ &ett_pcap_AdditionalGPSAssistDataRequired,
+ &ett_pcap_AdditionalGanssAssistDataRequired,
+ &ett_pcap_GanssRequestedGenericAssistanceDataList,
+ &ett_pcap_GanssReqGenericData,
+ &ett_pcap_GanssDataBits,
+ &ett_pcap_ReqDataBitAssistanceList,
+ &ett_pcap_ReqDataBitAssistanceList_item,
+ &ett_pcap_InformationReportCharacteristics,
+ &ett_pcap_InformationReportPeriodicity,
+ &ett_pcap_InformationType,
+ &ett_pcap_ExplicitInformationList,
+ &ett_pcap_ExplicitInformation,
+ &ett_pcap_DganssCorrectionsReq,
+ &ett_pcap_Ganss_almanacAndSatelliteHealthReq,
+ &ett_pcap_GANSSCommonDataReq,
+ &ett_pcap_GANSSGenericDataList,
+ &ett_pcap_GANSSGenericDataReq,
+ &ett_pcap_Ganss_utcModelReq,
+ &ett_pcap_Ganss_realTimeIntegrityReq,
+ &ett_pcap_Ganss_dataBitAssistanceReq,
+ &ett_pcap_Ganss_referenceMeasurementInfoReq,
+ &ett_pcap_Ganss_TimeModel_Ganss_Ganss,
+ &ett_pcap_UtcModel,
+ &ett_pcap_IonosphericModel,
+ &ett_pcap_NavigationModel,
+ &ett_pcap_NavModelAdditionalData,
+ &ett_pcap_SatelliteRelatedDataList,
+ &ett_pcap_SatelliteRelatedData,
+ &ett_pcap_NavigationModelGANSS,
+ &ett_pcap_SatelliteRelatedDataListGANSS,
+ &ett_pcap_SatelliteRelatedDataGANSS,
+ &ett_pcap_AlmanacAndSatelliteHealthSIB_InfoType,
+ &ett_pcap_MessageStructure,
+ &ett_pcap_MessageStructure_item,
+ &ett_pcap_MeasInstructionsUsed,
+ &ett_pcap_MeasurementValidity,
+ &ett_pcap_OTDOA_MeasurementGroup,
+ &ett_pcap_OTDOA_ReferenceCellInfo,
+ &ett_pcap_OTDOA_NeighbourCellInfoList,
+ &ett_pcap_OTDOA_NeighbourCellInfo,
+ &ett_pcap_OTDOA_MeasuredResultsSets,
+ &ett_pcap_OTDOA_MeasuredResultsInfoList,
+ &ett_pcap_OTDOA_MeasuredResultsInfo,
+ &ett_pcap_OTDOA_AddMeasuredResultsInfo,
+ &ett_pcap_UE_SFNSFNTimeDifferenceType2Info,
+ &ett_pcap_UC_ID,
+ &ett_pcap_RelativeTimingDifferenceInfo,
+ &ett_pcap_SFNSFNMeasurementValueInfo,
+ &ett_pcap_TUTRANGPSMeasurementValueInfo,
+ &ett_pcap_TUTRANGPS,
+ &ett_pcap_TUTRANGANSSMeasurementValueInfo,
+ &ett_pcap_TUTRANGANSS,
+ &ett_pcap_AdditionalMeasurementInforLCR,
+ &ett_pcap_PeriodicPosCalcInfo,
+ &ett_pcap_PeriodicLocationInfo,
+ &ett_pcap_PositioningMethod,
+ &ett_pcap_RRCstateChange,
+ &ett_pcap_RequestedDataValue,
+ &ett_pcap_RequestedDataValueInformation,
+ &ett_pcap_InformationAvailable,
+ &ett_pcap_RequestType,
+ &ett_pcap_UE_PositioningCapability,
+ &ett_pcap_NetworkAssistedGANSSSupport,
+ &ett_pcap_NetworkAssistedGANSSSupport_item,
+ &ett_pcap_UTDOAPositioning,
+ &ett_pcap_GPSPositioning,
+ &ett_pcap_GPSPositioningInstructions,
+ &ett_pcap_GANSSPositioning,
+ &ett_pcap_GANSS_PositioningInstructions,
+ &ett_pcap_OTDOAAssistanceData,
+ &ett_pcap_UE_Positioning_OTDOA_AssistanceData,
+ &ett_pcap_UE_Positioning_OTDOA_ReferenceCellInfo,
+ &ett_pcap_T_modeSpecificInfo,
+ &ett_pcap_T_fdd_01,
+ &ett_pcap_T_tdd_01,
+ &ett_pcap_T_positioningMode,
+ &ett_pcap_T_ueBased,
+ &ett_pcap_T_ueAssisted,
+ &ett_pcap_ReferenceCellPosition,
+ &ett_pcap_UE_Positioning_IPDL_Parameters,
+ &ett_pcap_T_modeSpecificInfo_01,
+ &ett_pcap_T_fdd_02,
+ &ett_pcap_T_tdd_02,
+ &ett_pcap_BurstModeParameters,
+ &ett_pcap_UE_Positioning_OTDOA_NeighbourCellList,
+ &ett_pcap_UE_Positioning_OTDOA_NeighbourCellInfo,
+ &ett_pcap_T_modeSpecificInfo_02,
+ &ett_pcap_T_fdd_03,
+ &ett_pcap_T_tdd_03,
+ &ett_pcap_T_positioningMode_01,
+ &ett_pcap_T_ueBased_01,
+ &ett_pcap_T_ueAssisted_01,
+ &ett_pcap_SFN_SFN_RelTimeDifference1,
+ &ett_pcap_UTDOA_Group,
+ &ett_pcap_FrequencyInfo,
+ &ett_pcap_T_modeSpecificInfo_03,
+ &ett_pcap_FrequencyInfoFDD,
+ &ett_pcap_FrequencyInfoTDD,
+ &ett_pcap_UTDOA_RRCState,
+ &ett_pcap_UTDOA_CELLDCH,
+ &ett_pcap_UL_DPCHInfo,
+ &ett_pcap_T_fdd_04,
+ &ett_pcap_T_tdd_04,
+ &ett_pcap_Compressed_Mode_Assistance_Data,
+ &ett_pcap_DL_InformationFDD,
+ &ett_pcap_UL_InformationFDD,
+ &ett_pcap_Transmission_Gap_Pattern_Sequence_Information,
+ &ett_pcap_Transmission_Gap_Pattern_Sequence_Information_item,
+ &ett_pcap_Active_Pattern_Sequence_Information,
+ &ett_pcap_Transmission_Gap_Pattern_Sequence_Status_List,
+ &ett_pcap_Transmission_Gap_Pattern_Sequence_Status_List_item,
+ &ett_pcap_DCH_Information,
+ &ett_pcap_TrChInfoList,
+ &ett_pcap_UL_TrCHInfo,
+ &ett_pcap_E_DPCH_Information,
+ &ett_pcap_E_TFCS_Information,
+ &ett_pcap_Reference_E_TFCI_Information,
+ &ett_pcap_Reference_E_TFCI_Information_Item,
+ &ett_pcap_TDD_DPCHOffset,
+ &ett_pcap_UL_Timeslot_Information,
+ &ett_pcap_UL_Timeslot_InformationItem,
+ &ett_pcap_MidambleShiftAndBurstType,
+ &ett_pcap_T_type1,
+ &ett_pcap_T_midambleAllocationMode,
+ &ett_pcap_T_type2,
+ &ett_pcap_T_midambleAllocationMode_01,
+ &ett_pcap_T_type3,
+ &ett_pcap_T_midambleAllocationMode_02,
+ &ett_pcap_TDD_UL_Code_Information,
+ &ett_pcap_TDD_UL_Code_InformationItem,
+ &ett_pcap_UTDOA_CELLFACH,
+ &ett_pcap_PRACHparameters,
+ &ett_pcap_PRACH_ChannelInfo,
+ &ett_pcap_PRACH_Info,
+ &ett_pcap_T_fdd_05,
+ &ett_pcap_T_tdd_05,
+ &ett_pcap_AvailableSignatures,
+ &ett_pcap_AvailableSubChannelNumbers,
+ &ett_pcap_TransportFormatSet,
+ &ett_pcap_TransportFormatSet_DynamicPartList,
+ &ett_pcap_TransportFormatSet_DynamicPartList_item,
+ &ett_pcap_SEQUENCE_SIZE_1_maxNrOfTFs_OF_TbsTTIInfo,
+ &ett_pcap_TbsTTIInfo,
+ &ett_pcap_TransportFormatSet_Semi_staticPart,
+ &ett_pcap_TFCS,
+ &ett_pcap_CTFC,
+ &ett_pcap_T_ctfc2Bit,
+ &ett_pcap_T_ctfc4Bit,
+ &ett_pcap_T_ctfc6Bit,
+ &ett_pcap_T_ctfc8Bit,
+ &ett_pcap_T_ctfc12Bit,
+ &ett_pcap_T_ctfc16Bit,
+ &ett_pcap_T_ctfc24Bit,
+ &ett_pcap_UschParameters,
+ &ett_pcap_VelocityEstimate,
+ &ett_pcap_HorizontalVelocity,
+ &ett_pcap_HorizontalWithVerticalVelocity,
+ &ett_pcap_HorizontalVelocityWithUncertainty,
+ &ett_pcap_HorizontalWithVerticalVelocityAndUncertainty,
+ &ett_pcap_HorizontalSpeedAndBearing,
+ &ett_pcap_VerticalVelocity,
+ &ett_pcap_UTRAN_GPSReferenceTime,
+ &ett_pcap_UTRAN_GPSReferenceTimeResult,
+ &ett_pcap_PositionCalculationRequest,
+ &ett_pcap_PositionCalculationResponse,
+ &ett_pcap_PositionCalculationFailure,
+ &ett_pcap_InformationExchangeInitiationRequest,
+ &ett_pcap_InformationExchangeObjectType_InfEx_Rqst,
+ &ett_pcap_RefPosition_InfEx_Rqst,
+ &ett_pcap_UC_ID_InfEx_Rqst,
+ &ett_pcap_InformationExchangeInitiationResponse,
+ &ett_pcap_InformationExchangeObjectType_InfEx_Rsp,
+ &ett_pcap_RefPosition_InfEx_Rsp,
+ &ett_pcap_InformationExchangeInitiationFailure,
+ &ett_pcap_PositionInitiationRequest,
+ &ett_pcap_PositionInitiationResponse,
+ &ett_pcap_PositionInitiationFailure,
+ &ett_pcap_PositionActivationRequest,
+ &ett_pcap_PositionActivationResponse,
+ &ett_pcap_PositionActivationFailure,
+ &ett_pcap_InformationReport,
+ &ett_pcap_InformationExchangeObjectType_InfEx_Rprt,
+ &ett_pcap_RefPosition_InfEx_Rprt,
+ &ett_pcap_InformationExchangeTerminationRequest,
+ &ett_pcap_InformationExchangeFailureIndication,
+ &ett_pcap_ErrorIndication,
+ &ett_pcap_PositionParameterModification,
+ &ett_pcap_PrivateMessage,
+ &ett_pcap_Abort,
+ &ett_pcap_PositionPeriodicReport,
+ &ett_pcap_PositionPeriodicResult,
+ &ett_pcap_PositionPeriodicTermination,
+ &ett_pcap_PCAP_PDU,
+ &ett_pcap_InitiatingMessage,
+ &ett_pcap_SuccessfulOutcome,
+ &ett_pcap_UnsuccessfulOutcome,
+ &ett_pcap_Outcome,
+
+/*--- End of included file: packet-pcap-ettarr.c ---*/
+#line 221 "packet-pcap-template.c"
+ };
+
+ module_t *pcap_module;
+
+ /* Register protocol */
+ proto_pcap = proto_register_protocol(PNAME, PSNAME, PFNAME);
+ /* Register fields and subtrees */
+ proto_register_field_array(proto_pcap, hf, array_length(hf));
+ proto_register_subtree_array(ett, array_length(ett));
+
+ pcap_module = prefs_register_protocol(proto_pcap, proto_reg_handoff_pcap);
+
+ /* Register dissector */
+ register_dissector("pcap", dissect_pcap, proto_pcap);
+ pcap_handle = find_dissector("pcap");
+
+ /* Register dissector tables */
+ pcap_ies_dissector_table = register_dissector_table("pcap.ies", "PCAP-PROTOCOL-IES", FT_UINT32, BASE_DEC);
+ pcap_ies_p1_dissector_table = register_dissector_table("pcap.ies.pair.first", "PCAP-PROTOCOL-IES-PAIR FirstValue", FT_UINT32, BASE_DEC);
+ pcap_ies_p2_dissector_table = register_dissector_table("pcap.ies.pair.second", "PCAP-PROTOCOL-IES-PAIR SecondValue", FT_UINT32, BASE_DEC);
+ pcap_extension_dissector_table = register_dissector_table("pcap.extension", "PCAP-PROTOCOL-EXTENSION", FT_UINT32, BASE_DEC);
+ pcap_proc_imsg_dissector_table = register_dissector_table("pcap.proc.imsg", "PCAP-ELEMENTARY-PROCEDURE InitiatingMessage", FT_UINT32, BASE_DEC);
+ pcap_proc_sout_dissector_table = register_dissector_table("pcap.proc.sout", "PCAP-ELEMENTARY-PROCEDURE SuccessfulOutcome", FT_UINT32, BASE_DEC);
+ pcap_proc_uout_dissector_table = register_dissector_table("pcap.proc.uout", "PCAP-ELEMENTARY-PROCEDURE UnsuccessfulOutcome", FT_UINT32, BASE_DEC);
+ pcap_proc_out_dissector_table = register_dissector_table("pcap.proc.out", "PCAP-ELEMENTARY-PROCEDURE Outcome", FT_UINT32, BASE_DEC);
+
+
+ /* Preferences */
+ /* Set default SSNs */
+ range_convert_str(&global_ssn_range, "", MAX_SSN);
+ ssn_range = range_empty();
+
+ prefs_register_range_preference(pcap_module, "ssn", "SCCP SSNs",
+ "SCCP (and SUA) SSNs to decode as PCAP",
+ &global_ssn_range, MAX_SSN);
+
+
+ register_init_routine(&init_pcap);
+}
+
+
+
+