aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrlp/packet-rrlp-template.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-17 19:30:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-17 19:30:57 +0000
commitaefbf4ab72e884a764ca283f75f52ce7dc1ae6ea (patch)
tree45105a5c36deb9230139174d439ab6bb30b7d88f /asn1/rrlp/packet-rrlp-template.c
parentfff13e4653936a2f1463f935b97bccf8eee065e0 (diff)
Fix decoding of Ext-GeographicalInformation.
svn path=/trunk/; revision=18181
Diffstat (limited to 'asn1/rrlp/packet-rrlp-template.c')
-rw-r--r--asn1/rrlp/packet-rrlp-template.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/asn1/rrlp/packet-rrlp-template.c b/asn1/rrlp/packet-rrlp-template.c
index 0ad8710bfe..8a23a5ff7b 100644
--- a/asn1/rrlp/packet-rrlp-template.c
+++ b/asn1/rrlp/packet-rrlp-template.c
@@ -63,20 +63,6 @@ static gint ett_rrlp = -1;
/* Include constants */
#include "packet-rrlp-val.h"
-/* If trying to use module import the "dissect_gsm_map_ExtensionContainer" will be wrongly constructed
- * presumably because it assumes it will be PER encoded
- */
-static int
-dissect_MAP_ExtensionDataTypes_ExtensionContainer(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index){
-
- return dissect_gsm_map_ExtensionContainer(TRUE, tvb, offset, pinfo, tree, hf_index);
-}
-
-static int
-dissect_MAP_LCS_DataTypes_Ext_GeographicalInformation(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int hf_index){
-
- return dissect_gsm_map_Ext_GeographicalInformation(TRUE, tvb, offset, pinfo, tree, hf_index);
-}
#include "packet-rrlp-fn.c"