summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-18 08:02:36 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-18 08:02:36 +0200
commitfdc73884d09c7679aa2e63359b791db46793db68 (patch)
treef02fe04682bc13cca9e2bb937fb675422bdc6df0
parent4e5721d02b377fc2e85d858cb2933319eb37b6c8 (diff)
[GPRS] SGSN: Activate BSSGP VTY functions
-rw-r--r--openbsc/include/openbsc/gprs_bssgp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gprs_bssgp.h b/openbsc/include/openbsc/gprs_bssgp.h
index f2b94c4d..4afe811c 100644
--- a/openbsc/include/openbsc/gprs_bssgp.h
+++ b/openbsc/include/openbsc/gprs_bssgp.h
@@ -194,4 +194,7 @@ static inline int bssgp_tlv_parse(struct tlv_parsed *tp, uint8_t *buf, int len)
return tlv_parse(tp, &tvlv_att_def, buf, len, 0, 0);
}
+/* gprs_bssgp_vty.c */
+int gprs_bssgp_vty_init(void);
+
#endif /* _GPRS_BSSGP_H */