aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrc/packet-rrc-template.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-30 19:31:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-30 19:31:50 +0000
commit1e151d673fa38c8e0a002a153444a570a7b24739 (patch)
tree7fb36353b847b7a4ec8d0d41e88fb4c870008e36 /asn1/rrc/packet-rrc-template.c
parente3d3b73a969f256243b1bce0b3d6d483f3c81f8f (diff)
From Pascal Quantin:
Add dissection for 3GPP 25.331 System information Blocks messages and IRAT related messages. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3016 svn path=/trunk/; revision=26624
Diffstat (limited to 'asn1/rrc/packet-rrc-template.c')
-rw-r--r--asn1/rrc/packet-rrc-template.c40
1 files changed, 0 insertions, 40 deletions
diff --git a/asn1/rrc/packet-rrc-template.c b/asn1/rrc/packet-rrc-template.c
index 4a285f8bec..40cdc9b32e 100644
--- a/asn1/rrc/packet-rrc-template.c
+++ b/asn1/rrc/packet-rrc-template.c
@@ -88,49 +88,9 @@ dissect_rrc_dymmy_remove_unused_code_warnings(tvbuff_t *tvb _U_, int offset _U_,
/* Dummy code to keep GCC happy */
switch(hf_index){
case 0:
- dissect_rrc_HandoverToUTRANCommand( tvb, offset, actx , tree, hf_index);
- dissect_rrc_InterRATHandoverInfo( tvb, offset, actx , tree, hf_index);
dissect_rrc_UE_RadioAccessCapabilityInfo( tvb, offset, actx , tree, hf_index);
dissect_rrc_UL_PhysChCapabilityFDD_r6( tvb, offset, actx , tree, hf_index);
dissect_rrc_UE_Positioning_GANSS_Data( tvb, offset, actx , tree, hf_index);
- dissect_rrc_MasterInformationBlock( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType1( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType2( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType3( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType4( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType5bis( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType6( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType7( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType8( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType9( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType10( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType11( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType11bis( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType12( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType13( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType13_1( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType13_2( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType13_3( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType13_4( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType14( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15bis( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_1( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_1bis( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_2( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_2bis( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_3( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_3bis( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_4( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_5( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_6( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_7( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType15_8( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType16( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType17( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoType18( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoTypeSB1( tvb, offset, actx , tree, hf_index);
- dissect_rrc_SysInfoTypeSB2( tvb, offset, actx , tree, hf_index);
dissect_rrc_ToTargetRNC_Container( tvb, offset, actx , tree, hf_index);
dissect_rrc_TargetRNC_ToSourceRNC_Container( tvb, offset, actx , tree, hf_index);
break;