aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lte-rrc
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-09 06:20:42 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-09 06:20:42 +0000
commit0d46cdae53f3295fa708139911af9a62202865ec (patch)
treebf48876571aa9eed4c768092e839c407d6cbdf87 /asn1/lte-rrc
parentf91eba752b3e34489951e507c54df36fee1feee4 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53876
Diffstat (limited to 'asn1/lte-rrc')
-rw-r--r--asn1/lte-rrc/packet-lte-rrc-template.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/lte-rrc/packet-lte-rrc-template.c b/asn1/lte-rrc/packet-lte-rrc-template.c
index d5735bce88..9cabab90a4 100644
--- a/asn1/lte-rrc/packet-lte-rrc-template.c
+++ b/asn1/lte-rrc/packet-lte-rrc-template.c
@@ -48,11 +48,15 @@
#include "packet-mac-lte.h"
#include "packet-rlc-lte.h"
#include "packet-pdcp-lte.h"
+#include "packet-lte-rrc.h"
#define PNAME "LTE Radio Resource Control (RRC) protocol"
#define PSNAME "LTE RRC"
#define PFNAME "lte_rrc"
+void proto_register_lte_rrc(void);
+void proto_reg_handoff_lte_rrc(void);
+
static dissector_handle_t nas_eps_handle = NULL;
static dissector_handle_t rrc_irat_ho_to_utran_cmd_handle = NULL;
static dissector_handle_t rrc_sys_info_cont_handle = NULL;