aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/cbch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/cbch.h')
-rw-r--r--include/osmo-bts/cbch.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/osmo-bts/cbch.h b/include/osmo-bts/cbch.h
index b4ac409f..af5fd9a3 100644
--- a/include/osmo-bts/cbch.h
+++ b/include/osmo-bts/cbch.h
@@ -7,9 +7,8 @@
#include <osmo-bts/bts.h>
/* incoming SMS broadcast command from RSL */
-int bts_process_smscb_cmd(struct gsm_bts *bts,
- struct rsl_ie_cb_cmd_type cmd_type,
- uint8_t msg_len, const uint8_t *msg);
+int bts_process_smscb_cmd(struct gsm_bts *bts, struct rsl_ie_cb_cmd_type cmd_type,
+ bool extended_cbch, uint8_t msg_len, const uint8_t *msg);
/* call-back from bts model specific code when it wants to obtain a CBCH
* block for a given gsm_time. outbuf must have 23 bytes of space. */