aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-29 09:42:23 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:39:02 +0200
commit5e90f2a809f85817883bb567c5a51efe8e1ecb46 (patch)
treeee8c1471b8497169e54fbe2a46885a2dc903df1b /include
parent1eaa3d72eaa10bb854b2adff48d3f7f3e06dcb8c (diff)
Add BCCH message to PH-/MPH-/TCH-SAP interface
This first part moves BCCH message primitives from osmo-bts-sysmo to common part. A new file "common/l1sap.c" is introduced to implement handling of layer 1 messages from/to BTS model.
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/bts_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmo-bts/bts_model.h b/include/osmo-bts/bts_model.h
index 176b7877..cabb7059 100644
--- a/include/osmo-bts/bts_model.h
+++ b/include/osmo-bts/bts_model.h
@@ -49,4 +49,6 @@ int bts_model_oml_estab(struct gsm_bts *bts);
int bts_model_change_power(struct gsm_bts_trx *trx, int p_trxout_mdBm);
int bts_model_adjst_ms_pwr(struct gsm_lchan *lchan);
+int bts_model_l1sap_down(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap);
+
#endif