From e7593ea19de8df681f19e59b3a9a5f69e67693ba Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sun, 18 Jan 2015 13:13:00 +0100 Subject: asn2wrs: autodetect if 64 bits variant is required for constrained integers It does not work with defines, but is already a great step forward Change-Id: I346d4124690ec46a2299d4eae8031bbb19a3db8e Reviewed-on: https://code.wireshark.org/review/6617 Reviewed-by: Anders Broman Reviewed-by: Pascal Quantin --- asn1/pcap/pcap.cnf | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'asn1/pcap') diff --git a/asn1/pcap/pcap.cnf b/asn1/pcap/pcap.cnf index 1b8a1a43bc..78bc3ee70c 100644 --- a/asn1/pcap/pcap.cnf +++ b/asn1/pcap/pcap.cnf @@ -57,12 +57,6 @@ PrivateIE-Field/value private_value ProtocolIE-Field/value ie_field_value -# Handle 64 bit constraint -#.FN_PARS UTRAN-GPSReferenceTimeResult/ue-GPSTimingOfCell FN_VARIANT = _64b -#.FN_PARS UTRAN-GANSSReferenceTimeUL/ue-GANSSTimingOfCellFrames FN_VARIANT = _64b -#.FN_PARS UTRAN-GPSReferenceTime/utran-GPSTimingOfCell FN_VARIANT = _64b -#.FN_PARS UTRAN-GANSSReferenceTimeResult/ue-GANSSTimingOfCell FN_VARIANT = _64b - #.FN_PARS ProtocolIE-ID VAL_PTR=&ProtocolIE_ID #.FN_FTR ProtocolIE-ID if (tree) { @@ -433,11 +427,4 @@ PositionPeriodicResult N pcap.proc.imsg id-PositionPeriodicResult PositionPeriodicTermination N pcap.proc.imsg id-PositionPeriodicTermination -#.TYPE_ATTR -# Handle 64 bit constraint -UTRAN-GPSReferenceTimeResult/ue-GPSTimingOfCell TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL -UTRAN-GANSSReferenceTimeUL/ue-GANSSTimingOfCellFrames TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL -UTRAN-GPSReferenceTime/utran-GPSTimingOfCell TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL -UTRAN-GANSSReferenceTimeResult/ue-GANSSTimingOfCell TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL - #.END \ No newline at end of file -- cgit v1.2.3