aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2019-01-08 15:12:58 +0100
committerMax <msuraev@sysmocom.de>2019-01-28 15:05:23 +0000
commitd1bb0626c19b51e2acf75da43f437a5ee66c431b (patch)
treef61344fc7dbf6f0050a240c387496dbc373ed217 /include
parent8d9c3e7f303c9fdac0127bc56a99e1f4a9379cb1 (diff)
LCLS: use libosmocore function to add status
* use gsm0808_create_ass_compl2() to add BSS Status IE to Assignment Complete message * drop local helpers Depends-on: (libosmocore) I547c6b8707123aa8c1ef636db88908df112d90a4 Change-Id: I6916928391667cd9c345becf00e7c8561846c295 Related: OS#2487
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/osmo_bsc_lcls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/osmocom/bsc/osmo_bsc_lcls.h b/include/osmocom/bsc/osmo_bsc_lcls.h
index c8b0ebd3c..d98fe98dd 100644
--- a/include/osmocom/bsc/osmo_bsc_lcls.h
+++ b/include/osmocom/bsc/osmo_bsc_lcls.h
@@ -37,5 +37,3 @@ void lcls_update_config(struct gsm_subscriber_connection *conn,
void lcls_apply_config(struct gsm_subscriber_connection *conn);
extern struct osmo_fsm lcls_fsm;
-
-void bssmap_add_lcls_status_if_needed(struct gsm_subscriber_connection *conn, struct msgb *msg);