aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
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
commitd2a9ed22859dfc4b99bfac7c0010539db3e12a0d (patch)
treeb4add364adc28463c2c57f73e445d91525e8f456 /openbsc/include
parent03800ba868f732eb1d8d8722568e9f06e51270ef (diff)
[GPRS] SGSN: Activate BSSGP VTY functions
Diffstat (limited to 'openbsc/include')
-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 f2b94c4d7..4afe811c9 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 */