aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rnsap.c
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-11 03:53:31 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-11 03:53:31 +0000
commitad260fdd2b90cc855b71edd51f235476666f0afa (patch)
tree121ec872bb5a09773fc09ab432e3ad854c604614 /epan/dissectors/packet-rnsap.c
parent095819af45a7f544cce8ede3bb4c93f1f01a955a (diff)
Add a little more code to avoid not-very-useful blurbs:
- Change spaces in the name to underscores before comparing it to the blurb. - Check if the type simply as T_ prepended to the name. - Don't put in a blurb of "NULL". and regenerate the dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32748 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rnsap.c')
-rw-r--r--epan/dissectors/packet-rnsap.c186
1 files changed, 93 insertions, 93 deletions
diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c
index 3027013369..8af0ebef75 100644
--- a/epan/dissectors/packet-rnsap.c
+++ b/epan/dissectors/packet-rnsap.c
@@ -45247,7 +45247,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_extensionValue,
{ "extensionValue", "rnsap.extensionValue",
FT_NONE, BASE_NONE, NULL, 0,
- "T_extensionValue", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_PrivateIE_Container_item,
{ "PrivateIE-Field", "rnsap.PrivateIE_Field",
FT_NONE, BASE_NONE, NULL, 0,
@@ -45635,11 +45635,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_badSatelliteInformation,
{ "badSatelliteInformation", "rnsap.badSatelliteInformation",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_badSatelliteInformation", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_badSatelliteInformation_item,
{ "badSatelliteInformation item", "rnsap.badSatelliteInformation_item",
FT_NONE, BASE_NONE, NULL, 0,
- "T_badSatelliteInformation_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_badSAT_ID,
{ "badSAT-ID", "rnsap.badSAT_ID",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -45691,7 +45691,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_lAI,
{ "lAI", "rnsap.lAI",
FT_NONE, BASE_NONE, NULL, 0,
- "T_lAI", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_pLMN_Identity,
{ "pLMN-Identity", "rnsap.pLMN_Identity",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -45747,7 +45747,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_measurementnotAvailable,
{ "measurementnotAvailable", "rnsap.measurementnotAvailable",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_commonMeasurementValue,
{ "commonMeasurementValue", "rnsap.commonMeasurementValue",
FT_UINT32, BASE_DEC, VALS(rnsap_CommonMeasurementValue_vals), 0,
@@ -45891,7 +45891,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_CriticalityDiagnostics_IE_List_item,
{ "CriticalityDiagnostics-IE-List item", "rnsap.CriticalityDiagnostics_IE_List_item",
FT_NONE, BASE_NONE, NULL, 0,
- "CriticalityDiagnostics_IE_List_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_iECriticality,
{ "iECriticality", "rnsap.iECriticality",
FT_UINT32, BASE_DEC, VALS(rnsap_Criticality_vals), 0,
@@ -45907,7 +45907,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_MessageStructure_item,
{ "MessageStructure item", "rnsap.MessageStructure_item",
FT_NONE, BASE_NONE, NULL, 0,
- "MessageStructure_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_repetitionNumber_01,
{ "repetitionNumber", "rnsap.repetitionNumber",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -45935,7 +45935,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_hS_DSCH_SPS_Deactivate_Indicator_LCR,
{ "hS-DSCH-SPS-Deactivate-Indicator-LCR", "rnsap.hS_DSCH_SPS_Deactivate_Indicator_LCR",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_e_DCH_Semi_PersistentScheduling_Information_LCR,
{ "e-DCH-Semi-PersistentScheduling-Information-LCR", "rnsap.e_DCH_Semi_PersistentScheduling_Information_LCR",
FT_NONE, BASE_NONE, NULL, 0,
@@ -45947,7 +45947,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_e_DCH_SPS_Deactivate_Indicator_LCR,
{ "e-DCH-SPS-Deactivate-Indicator-LCR", "rnsap.e_DCH_SPS_Deactivate_Indicator_LCR",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_hS_SCCH_DRX_Information_LCR,
{ "hS-SCCH-DRX-Information-LCR", "rnsap.hS_SCCH_DRX_Information_LCR",
FT_NONE, BASE_NONE, NULL, 0,
@@ -45971,7 +45971,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_sameAsHS_SCCH,
{ "sameAsHS-SCCH", "rnsap.sameAsHS_SCCH",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_e_AGCH_DRX_Parameters,
{ "e-AGCH-DRX-Parameters", "rnsap.e_AGCH_DRX_Parameters",
FT_NONE, BASE_NONE, NULL, 0,
@@ -45999,7 +45999,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_deactivate,
{ "deactivate", "rnsap.deactivate",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_hS_SCCH_DRX_Information_ResponseLCR,
{ "hS-SCCH-DRX-Information-ResponseLCR", "rnsap.hS_SCCH_DRX_Information_ResponseLCR",
FT_NONE, BASE_NONE, NULL, 0,
@@ -46159,7 +46159,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_separate_indication,
{ "separate-indication", "rnsap.separate_indication",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_activate,
{ "activate", "rnsap.activate",
FT_NONE, BASE_NONE, NULL, 0,
@@ -46195,7 +46195,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_unsynchronised,
{ "unsynchronised", "rnsap.unsynchronised",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_dGANSS_ReferenceTime,
{ "dGANSS-ReferenceTime", "rnsap.dGANSS_ReferenceTime",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -46203,11 +46203,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_dGANSS_Information,
{ "dGANSS-Information", "rnsap.dGANSS_Information",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_dGANSS_Information", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_dGANSS_Information_item,
{ "dGANSS-Information item", "rnsap.dGANSS_Information_item",
FT_NONE, BASE_NONE, NULL, 0,
- "T_dGANSS_Information_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_gANSS_SignalId,
{ "gANSS-SignalId", "rnsap.gANSS_SignalId",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -46219,11 +46219,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_dGANSS_SignalInformation,
{ "dGANSS-SignalInformation", "rnsap.dGANSS_SignalInformation",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_dGANSS_SignalInformation", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_dGANSS_SignalInformation_item,
{ "dGANSS-SignalInformation item", "rnsap.dGANSS_SignalInformation_item",
FT_NONE, BASE_NONE, NULL, 0,
- "T_dGANSS_SignalInformation_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_satId,
{ "satId", "rnsap.satId",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -46263,11 +46263,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_satellite_DGPSCorrections_Information,
{ "satellite-DGPSCorrections-Information", "rnsap.satellite_DGPSCorrections_Information",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_satellite_DGPSCorrections_Information", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_satellite_DGPSCorrections_Information_item,
{ "satellite-DGPSCorrections-Information item", "rnsap.satellite_DGPSCorrections_Information_item",
FT_NONE, BASE_NONE, NULL, 0,
- "T_satellite_DGPSCorrections_Information_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_sAT_ID,
{ "sAT-ID", "rnsap.sAT_ID",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -46631,7 +46631,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_e_DCH_Scheduled_Transmission_Grant,
{ "e-DCH-Scheduled-Transmission-Grant", "rnsap.e_DCH_Scheduled_Transmission_Grant",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_E_DCH_LogicalChannelInformation_item,
{ "E-DCH-LogicalChannelInformationItem", "rnsap.E_DCH_LogicalChannelInformationItem",
FT_NONE, BASE_NONE, NULL, 0,
@@ -46831,7 +46831,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_e_DCH_Serving_RL_not_in_this_DRNS,
{ "e-DCH-Serving-RL-not-in-this-DRNS", "rnsap.e_DCH_Serving_RL_not_in_this_DRNS",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_e_DCH_Serving_RL_Id,
{ "e-DCH-Serving-RL-Id", "rnsap.e_DCH_Serving_RL_Id",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -47219,7 +47219,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_subframeNumber,
{ "subframeNumber", "rnsap.subframeNumber",
FT_UINT32, BASE_DEC, VALS(rnsap_T_subframeNumber_vals), 0,
- "T_subframeNumber", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_n_E_UCCHLCR,
{ "n-E-UCCHLCR", "rnsap.n_E_UCCHLCR",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -47275,7 +47275,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_dRACControl,
{ "not-Used-dRACControl", "rnsap.not_Used_dRACControl",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_FDD_DL_CodeInformation_item,
{ "FDD-DL-CodeInformationItem", "rnsap.FDD_DL_CodeInformationItem",
FT_NONE, BASE_NONE, NULL, 0,
@@ -47303,7 +47303,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GA_Cell_item,
{ "GA-Cell item", "rnsap.GA_Cell_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GA_Cell_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_cell_GAIgeographicalCoordinate,
{ "cell-GAIgeographicalCoordinate", "rnsap.cell_GAIgeographicalCoordinate",
FT_NONE, BASE_NONE, NULL, 0,
@@ -47331,7 +47331,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_directionOfAltitude,
{ "directionOfAltitude", "rnsap.directionOfAltitude",
FT_UINT32, BASE_DEC, VALS(rnsap_T_directionOfAltitude_vals), 0,
- "T_directionOfAltitude", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_altitude,
{ "altitude", "rnsap.altitude",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -47407,7 +47407,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_non_broadcastIndication,
{ "non-broadcastIndication", "rnsap.non_broadcastIndication",
FT_UINT32, BASE_DEC, VALS(rnsap_T_non_broadcastIndication_vals), 0,
- "T_non_broadcastIndication", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_ganssSatInfoNavList,
{ "ganssSatInfoNavList", "rnsap.ganssSatInfoNavList",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -47435,11 +47435,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_gANSS_AlmanacModel,
{ "gANSS-AlmanacModel", "rnsap.gANSS_AlmanacModel",
FT_UINT32, BASE_DEC, VALS(rnsap_T_gANSS_AlmanacModel_vals), 0,
- "T_gANSS_AlmanacModel", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_gANSS_keplerianParameters,
{ "gANSS-keplerianParameters", "rnsap.gANSS_keplerianParameters",
FT_NONE, BASE_NONE, NULL, 0,
- "T_gANSS_keplerianParameters", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_t_oa,
{ "t-oa", "rnsap.t_oa",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -47487,7 +47487,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_AuxInfoGANSS_ID1_item,
{ "GANSS-AuxInfoGANSS-ID1 item", "rnsap.GANSS_AuxInfoGANSS_ID1_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_AuxInfoGANSS_ID1_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_svID,
{ "svID", "rnsap.svID",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -47499,7 +47499,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_AuxInfoGANSS_ID3_item,
{ "GANSS-AuxInfoGANSS-ID3 item", "rnsap.GANSS_AuxInfoGANSS_ID3_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_AuxInfoGANSS_ID3_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_channelNumber,
{ "channelNumber", "rnsap.channelNumber",
FT_INT32, BASE_DEC, NULL, 0,
@@ -47507,7 +47507,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_Clock_Model_item,
{ "GANSS-Clock-Model item", "rnsap.GANSS_Clock_Model_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_Clock_Model_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_t_oc,
{ "t-oc", "rnsap.t_oc",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -47647,7 +47647,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_ganss_SatelliteInfo,
{ "ganss-SatelliteInfo", "rnsap.ganss_SatelliteInfo",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_ganss_SatelliteInfo", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_ganss_SatelliteInfo_item,
{ "ganss-SatelliteInfo item", "rnsap.ganss_SatelliteInfo_item",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -48147,7 +48147,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_Real_Time_Integrity_item,
{ "GANSS-Real-Time-Integrity item", "rnsap.GANSS_Real_Time_Integrity_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_Real_Time_Integrity_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_bad_ganss_satId,
{ "bad-ganss-satId", "rnsap.bad_ganss_satId",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -48159,7 +48159,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_latitudeSign,
{ "latitudeSign", "rnsap.latitudeSign",
FT_UINT32, BASE_DEC, VALS(rnsap_T_latitudeSign_vals), 0,
- "T_latitudeSign", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_degreesOfLatitude,
{ "degreesOfLatitude", "rnsap.degreesOfLatitude",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -48175,7 +48175,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_SatelliteInformationKP_item,
{ "GANSS-SatelliteInformationKP item", "rnsap.GANSS_SatelliteInformationKP_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_SatelliteInformationKP_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_ganss_e_alm,
{ "ganss-e-alm", "rnsap.ganss_e_alm",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48219,7 +48219,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_Ganss_Sat_Info_AddNavList_item,
{ "Ganss-Sat-Info-AddNavList item", "rnsap.Ganss_Sat_Info_AddNavList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "Ganss_Sat_Info_AddNavList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_svHealth,
{ "svHealth", "rnsap.svHealth",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48239,7 +48239,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_SAT_Info_Almanac_GLOkpList_item,
{ "GANSS-SAT-Info-Almanac-GLOkpList item", "rnsap.GANSS_SAT_Info_Almanac_GLOkpList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_SAT_Info_Almanac_GLOkpList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_gloAlmNA,
{ "gloAlmNA", "rnsap.gloAlmNA",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48295,7 +48295,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_SAT_Info_Almanac_MIDIkpList_item,
{ "GANSS-SAT-Info-Almanac-MIDIkpList item", "rnsap.GANSS_SAT_Info_Almanac_MIDIkpList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_SAT_Info_Almanac_MIDIkpList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_midiAlmE,
{ "midiAlmE", "rnsap.midiAlmE",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48347,7 +48347,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_SAT_Info_Almanac_NAVkpList_item,
{ "GANSS-SAT-Info-Almanac-NAVkpList item", "rnsap.GANSS_SAT_Info_Almanac_NAVkpList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_SAT_Info_Almanac_NAVkpList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_navAlmE,
{ "navAlmE", "rnsap.navAlmE",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48391,7 +48391,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_SAT_Info_Almanac_REDkpList_item,
{ "GANSS-SAT-Info-Almanac-REDkpList item", "rnsap.GANSS_SAT_Info_Almanac_REDkpList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_SAT_Info_Almanac_REDkpList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_redAlmDeltaA,
{ "redAlmDeltaA", "rnsap.redAlmDeltaA",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48419,7 +48419,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_SAT_Info_Almanac_SBASecefList_item,
{ "GANSS-SAT-Info-Almanac-SBASecefList item", "rnsap.GANSS_SAT_Info_Almanac_SBASecefList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_SAT_Info_Almanac_SBASecefList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_sbasAlmDataID,
{ "sbasAlmDataID", "rnsap.sbasAlmDataID",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48459,7 +48459,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GANSS_Sat_Info_Nav_item,
{ "GANSS-Sat-Info-Nav item", "rnsap.GANSS_Sat_Info_Nav_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GANSS_Sat_Info_Nav_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_svHealth_01,
{ "svHealth", "rnsap.svHealth",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48503,7 +48503,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_gnss_to_id,
{ "gnss-to-id", "rnsap.gnss_to_id",
FT_UINT32, BASE_DEC, VALS(rnsap_T_gnss_to_id_vals), 0,
- "T_gnss_to_id", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_ganss_wk_number_01,
{ "ganss-wk-number", "rnsap.ganss_wk_number",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -48675,7 +48675,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GERAN_SystemInfo_item,
{ "GERAN-SystemInfo item", "rnsap.GERAN_SystemInfo_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GERAN_SystemInfo_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_gERAN_SI_block,
{ "gERAN-SI-block", "rnsap.gERAN_SI_block",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48687,11 +48687,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_satellite_Almanac_Information,
{ "satellite-Almanac-Information", "rnsap.satellite_Almanac_Information",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_satellite_Almanac_Information", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_satellite_Almanac_Information_item,
{ "satellite-Almanac-Information item", "rnsap.satellite_Almanac_Information_item",
FT_NONE, BASE_NONE, NULL, 0,
- "T_satellite_Almanac_Information_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_dATA_ID,
{ "dATA-ID", "rnsap.dATA_ID",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -48747,15 +48747,15 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_Satellite_Almanac_Information_ExtItem_item,
{ "Satellite-Almanac-Information-ExtItem item", "rnsap.Satellite_Almanac_Information_ExtItem_item",
FT_NONE, BASE_NONE, NULL, 0,
- "Satellite_Almanac_Information_ExtItem_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_GPSInformation_item,
{ "GPSInformation item", "rnsap.GPSInformation_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GPSInformation_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_gPSInformationItem,
{ "gPSInformationItem", "rnsap.gPSInformationItem",
FT_UINT32, BASE_DEC, VALS(rnsap_T_gPSInformationItem_vals), 0,
- "T_gPSInformationItem", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_alpha_zero_ionos_01,
{ "alpha-zero-ionos", "rnsap.alpha_zero_ionos",
FT_BYTES, BASE_NONE, NULL, 0,
@@ -48791,7 +48791,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_GPS_NavigationModel_and_TimeRecovery_item,
{ "GPS-NavigationModel-and-TimeRecovery item", "rnsap.GPS_NavigationModel_and_TimeRecovery_item",
FT_NONE, BASE_NONE, NULL, 0,
- "GPS_NavigationModel_and_TimeRecovery_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_tx_tow_nav,
{ "tx-tow-nav", "rnsap.tx_tow_nav",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -48887,7 +48887,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_noBadSatellite,
{ "noBadSatellite", "rnsap.noBadSatellite",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_guaranteed_UL_Rate,
{ "guaranteed-UL-Rate", "rnsap.guaranteed_UL_Rate",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -48923,7 +48923,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_process_Memory_Size,
{ "process-Memory-Size", "rnsap.process_Memory_Size",
FT_UINT32, BASE_DEC, VALS(rnsap_T_process_Memory_Size_vals), 0,
- "T_process_Memory_Size", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_hSDSCH_MACdFlows_Information,
{ "hSDSCH-MACdFlows-Information", "rnsap.hSDSCH_MACdFlows_Information",
FT_NONE, BASE_NONE, NULL, 0,
@@ -49135,7 +49135,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_uE_with_enhanced_HS_SCCH_support_indicator,
{ "uE-with-enhanced-HS-SCCH-support-indicator", "rnsap.uE_with_enhanced_HS_SCCH_support_indicator",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_HS_SCCH_PreconfiguredCodes_item,
{ "HS-SCCH-PreconfiguredCodesItem", "rnsap.HS_SCCH_PreconfiguredCodesItem",
FT_NONE, BASE_NONE, NULL, 0,
@@ -49387,7 +49387,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_onDemand,
{ "onDemand", "rnsap.onDemand",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_periodic,
{ "periodic", "rnsap.periodic",
FT_NONE, BASE_NONE, NULL, 0,
@@ -49415,7 +49415,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_informationTypeItem,
{ "informationTypeItem", "rnsap.informationTypeItem",
FT_UINT32, BASE_DEC, VALS(rnsap_T_informationTypeItem_vals), 0,
- "T_informationTypeItem", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_gPSInformation,
{ "gPSInformation", "rnsap.gPSInformation",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -49543,7 +49543,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_maxPhysChPerTimeslot,
{ "maxPhysChPerTimeslot", "rnsap.maxPhysChPerTimeslot",
FT_UINT32, BASE_DEC, VALS(rnsap_T_maxPhysChPerTimeslot_vals), 0,
- "T_maxPhysChPerTimeslot", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_MAC_c_sh_SDU_LengthList_item,
{ "MAC-c-sh-SDU-Length", "rnsap.MAC_c_sh_SDU_Length",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -49723,11 +49723,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_defaultMidamble,
{ "defaultMidamble", "rnsap.defaultMidamble",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_commonMidamble,
{ "commonMidamble", "rnsap.commonMidamble",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_ueSpecificMidamble,
{ "ueSpecificMidamble", "rnsap.ueSpecificMidamble",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -49811,7 +49811,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_normal_and_diversity_primary_CPICH,
{ "normal-and-diversity-primary-CPICH", "rnsap.normal_and_diversity_primary_CPICH",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_addPriorityQueue,
{ "addPriorityQueue", "rnsap.addPriorityQueue",
FT_NONE, BASE_NONE, NULL, 0,
@@ -49851,7 +49851,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_additional_e_DCH_DL_Control_Channel_Grant,
{ "additional-e-DCH-DL-Control-Channel-Grant", "rnsap.additional_e_DCH_DL_Control_Channel_Grant",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_list_Of_PLMNs,
{ "list-Of-PLMNs", "rnsap.list_Of_PLMNs",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -49927,7 +49927,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_used_closedLoopMode2_SupportIndicator,
{ "not-used-closedLoopMode2-SupportIndicator", "rnsap.not_used_closedLoopMode2_SupportIndicator",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_uC_ID,
{ "uC-ID", "rnsap.uC_ID",
FT_NONE, BASE_NONE, NULL, 0,
@@ -50151,15 +50151,15 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_pSDomain,
{ "pSDomain", "rnsap.pSDomain",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_cSDomain,
{ "cSDomain", "rnsap.cSDomain",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_pS_CSDomain,
{ "pS-CSDomain", "rnsap.pS_CSDomain",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_periodic_01,
{ "periodic", "rnsap.periodic",
FT_NONE, BASE_NONE, NULL, 0,
@@ -50311,7 +50311,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_secondary_CPICH_shall_not_be_used,
{ "secondary-CPICH-shall-not-be-used", "rnsap.secondary_CPICH_shall_not_be_used",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_secondary_LCR_CCPCH_TDD_InformationList,
{ "secondary-LCR-CCPCH-TDD-InformationList", "rnsap.secondary_LCR_CCPCH_TDD_InformationList",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50395,11 +50395,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation,
{ "successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation", "rnsap.successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_item,
{ "successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation item", "rnsap.successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_item",
FT_NONE, BASE_NONE, NULL, 0,
- "T_successfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_sFNSFNValue,
{ "sFNSFNValue", "rnsap.sFNSFNValue",
FT_UINT32, BASE_DEC, VALS(rnsap_SFNSFNValue_vals), 0,
@@ -50423,11 +50423,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation,
{ "unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation", "rnsap.unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation",
FT_UINT32, BASE_DEC, NULL, 0,
- "T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_item,
{ "unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation item", "rnsap.unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_item",
FT_NONE, BASE_NONE, NULL, 0,
- "T_unsuccessfullNeighbouringCellSFNSFNObservedTimeDifferenceMeasurementInformation_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_sFNSFNTimeStamp_FDD,
{ "sFNSFNTimeStamp-FDD", "rnsap.sFNSFNTimeStamp_FDD",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50467,7 +50467,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_sRNTI_BitMaskIndex,
{ "sRNTI-BitMaskIndex", "rnsap.sRNTI_BitMaskIndex",
FT_UINT32, BASE_DEC, VALS(rnsap_T_sRNTI_BitMaskIndex_vals), 0,
- "T_sRNTI_BitMaskIndex", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_n_INSYNC_IND,
{ "n-INSYNC-IND", "rnsap.n_INSYNC_IND",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50483,7 +50483,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_maxSYNC_UL_transmissions,
{ "maxSYNC-UL-transmissions", "rnsap.maxSYNC_UL_transmissions",
FT_UINT32, BASE_DEC, VALS(rnsap_T_maxSYNC_UL_transmissions_vals), 0,
- "T_maxSYNC_UL_transmissions", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_powerRampStep,
{ "powerRampStep", "rnsap.powerRampStep",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50595,7 +50595,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_Transmission_Gap_Pattern_Sequence_Information_item,
{ "Transmission-Gap-Pattern-Sequence-Information item", "rnsap.Transmission_Gap_Pattern_Sequence_Information_item",
FT_NONE, BASE_NONE, NULL, 0,
- "Transmission_Gap_Pattern_Sequence_Information_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_tGPSID,
{ "tGPSID", "rnsap.tGPSID",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50659,7 +50659,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_Transmission_Gap_Pattern_Sequence_Status_List_item,
{ "Transmission-Gap-Pattern-Sequence-Status-List item", "rnsap.Transmission_Gap_Pattern_Sequence_Status_List_item",
FT_NONE, BASE_NONE, NULL, 0,
- "Transmission_Gap_Pattern_Sequence_Status_List_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_tGPRC,
{ "tGPRC", "rnsap.tGPRC",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50743,7 +50743,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_signalledGainFactors,
{ "signalledGainFactors", "rnsap.signalledGainFactors",
FT_NONE, BASE_NONE, NULL, 0,
- "T_signalledGainFactors", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_betaC,
{ "betaC", "rnsap.betaC",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50759,7 +50759,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_tFCSvalues,
{ "tFCSvalues", "rnsap.tFCSvalues",
FT_UINT32, BASE_DEC, VALS(rnsap_T_tFCSvalues_vals), 0,
- "T_tFCSvalues", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_no_Split_in_TFCI,
{ "no-Split-in-TFCI", "rnsap.no_Split_in_TFCI",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50767,11 +50767,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_split_in_TFCI,
{ "not-Used-split-in-TFCI", "rnsap.not_Used_split_in_TFCI",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_TFCS_TFCSList_item,
{ "TFCS-TFCSList item", "rnsap.TFCS_TFCSList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "TFCS_TFCSList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_cTFC,
{ "cTFC", "rnsap.cTFC",
FT_UINT32, BASE_DEC, VALS(rnsap_TFCS_CTFC_vals), 0,
@@ -50819,7 +50819,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_TransportFormatSet_DynamicPartList_item,
{ "TransportFormatSet-DynamicPartList item", "rnsap.TransportFormatSet_DynamicPartList_item",
FT_NONE, BASE_NONE, NULL, 0,
- "TransportFormatSet_DynamicPartList_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_nrOfTransportBlocks,
{ "nrOfTransportBlocks", "rnsap.nrOfTransportBlocks",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50839,7 +50839,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_notApplicable,
{ "notApplicable", "rnsap.notApplicable",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_transmissionTimeIntervalInformation,
{ "transmissionTimeIntervalInformation", "rnsap.transmissionTimeIntervalInformation",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -50847,7 +50847,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_TransmissionTimeIntervalInformation_item,
{ "TransmissionTimeIntervalInformation item", "rnsap.TransmissionTimeIntervalInformation_item",
FT_NONE, BASE_NONE, NULL, 0,
- "TransmissionTimeIntervalInformation_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_transmissionTimeInterval,
{ "transmissionTimeInterval", "rnsap.transmissionTimeInterval",
FT_UINT32, BASE_DEC, VALS(rnsap_TransmissionTimeIntervalDynamic_vals), 0,
@@ -51227,11 +51227,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_sSDT_CellIdLength,
{ "not-Used-sSDT-CellIdLength", "rnsap.not_Used_sSDT_CellIdLength",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_not_Used_s_FieldLength,
{ "not-Used-s-FieldLength", "rnsap.not_Used_s_FieldLength",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_tFCS,
{ "tFCS", "rnsap.tFCS",
FT_NONE, BASE_NONE, NULL, 0,
@@ -51291,7 +51291,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_sSDT_CellID,
{ "not-Used-sSDT-CellID", "rnsap.not_Used_sSDT_CellID",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_transmitDiversityIndicator,
{ "transmitDiversityIndicator", "rnsap.transmitDiversityIndicator",
FT_UINT32, BASE_DEC, VALS(rnsap_TransmitDiversityIndicator_vals), 0,
@@ -51395,7 +51395,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_secondary_CCPCH_Info,
{ "not-Used-secondary-CCPCH-Info", "rnsap.not_Used_secondary_CCPCH_Info",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_diversityIndication,
{ "diversityIndication", "rnsap.diversityIndication",
FT_UINT32, BASE_DEC, VALS(rnsap_DiversityIndication_RL_SetupRspFDD_vals), 0,
@@ -51419,7 +51419,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_dSCHInformationResponse,
{ "not-Used-dSCHInformationResponse", "rnsap.not_Used_dSCHInformationResponse",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_neighbouring_UMTS_CellInformation,
{ "neighbouring-UMTS-CellInformation", "rnsap.neighbouring_UMTS_CellInformation",
FT_UINT32, BASE_DEC, NULL, 0,
@@ -51695,7 +51695,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_dSCH_InformationResponse_RL_SetupFailureFDD,
{ "not-Used-dSCH-InformationResponse-RL-SetupFailureFDD", "rnsap.not_Used_dSCH_InformationResponse_RL_SetupFailureFDD",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_combining_01,
{ "combining", "rnsap.combining",
FT_NONE, BASE_NONE, NULL, 0,
@@ -51991,7 +51991,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_sSDT_CellIDLength,
{ "not-Used-sSDT-CellIDLength", "rnsap.not_Used_sSDT_CellIDLength",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_powerOffsetInformation_02,
{ "powerOffsetInformation", "rnsap.powerOffsetInformation",
FT_NONE, BASE_NONE, NULL, 0,
@@ -52019,11 +52019,11 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_sSDT_Indication,
{ "not-Used-sSDT-Indication", "rnsap.not_Used_sSDT_Indication",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_not_Used_sSDT_CellIdentity,
{ "not-Used-sSDT-CellIdentity", "rnsap.not_Used_sSDT_CellIdentity",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_Additional_HS_Cell_Information_RL_Reconf_Prep_item,
{ "Additional-HS-Cell-Information-RL-Reconf-Prep-ItemIEs", "rnsap.Additional_HS_Cell_Information_RL_Reconf_Prep_ItemIEs",
FT_NONE, BASE_NONE, NULL, 0,
@@ -52147,7 +52147,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_not_Used_dSCHsToBeAddedOrModified,
{ "not-Used-dSCHsToBeAddedOrModified", "rnsap.not_Used_dSCHsToBeAddedOrModified",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_Additional_HS_Cell_RL_Reconf_Response_item,
{ "Additional-HS-Cell-RL-Reconf-Response-ItemIEs", "rnsap.Additional_HS_Cell_RL_Reconf_Response_ItemIEs",
FT_NONE, BASE_NONE, NULL, 0,
@@ -52867,7 +52867,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_NeighbouringCellMeasurementInfo_item,
{ "NeighbouringCellMeasurementInfo item", "rnsap.NeighbouringCellMeasurementInfo_item",
FT_UINT32, BASE_DEC, VALS(rnsap_NeighbouringCellMeasurementInfo_item_vals), 0,
- "NeighbouringCellMeasurementInfo_item", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_neighbouringFDDCellMeasurementInformation,
{ "neighbouringFDDCellMeasurementInformation", "rnsap.neighbouringFDDCellMeasurementInformation",
FT_NONE, BASE_NONE, NULL, 0,
@@ -52979,7 +52979,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_all_contexts,
{ "all-contexts", "rnsap.all_contexts",
FT_NONE, BASE_NONE, NULL, 0,
- "NULL", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_contextGroup,
{ "contextGroup", "rnsap.contextGroup",
FT_NONE, BASE_NONE, NULL, 0,
@@ -53051,7 +53051,7 @@ void proto_register_rnsap(void) {
{ &hf_rnsap_interface,
{ "interface", "rnsap.interface",
FT_UINT32, BASE_DEC, VALS(rnsap_T_interface_vals), 0,
- "T_interface", HFILL }},
+ NULL, HFILL }},
{ &hf_rnsap_privateIEs,
{ "privateIEs", "rnsap.privateIEs",
FT_UINT32, BASE_DEC, NULL, 0,