aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-22 10:30:32 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-02-22 10:36:14 +0100
commit98258dbbc648f5fe02a62cf3d47b388376125926 (patch)
tree1df8d34bce205073e0298a422970aaafdd184010 /openbsc/include
parent7e40be3949f99560d07854ee8d90b11237f92e3b (diff)
bsc: Add vty command to send location trap through VTY
I have manually tested this by entering the VTY command and observing the CTRL interface using wireshark. Ticket: OW#1129
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 1032daa69..7e931c8d9 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -55,4 +55,6 @@ int bsc_handle_dt1(struct osmo_bsc_sccp_con *conn, struct msgb *msg, unsigned in
int bsc_ctrl_cmds_install();
+void bsc_gen_location_state_trap(struct gsm_bts *bts);
+
#endif