From a313bb0a476aca8570abea3592dbe7593d11ecc9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 27 Aug 2014 22:13:18 +0200 Subject: l1sap: Port code to new ciphering handling ... introduced in 2cc37035d73191b71b9ba9c0d559a0da6a5f35e5 --- include/osmo-bts/l1sap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmo-bts/l1sap.h') diff --git a/include/osmo-bts/l1sap.h b/include/osmo-bts/l1sap.h index dee430fe..e76aca61 100644 --- a/include/osmo-bts/l1sap.h +++ b/include/osmo-bts/l1sap.h @@ -68,4 +68,6 @@ extern uint8_t gsmtap_sapi_acch; #define msgb_l1sap_prim(msg) ((struct osmo_phsap_prim *)(msg)->l1h) +int bts_check_for_first_ciphrd(struct gsm_lchan *lchan, + uint8_t *data, int len); #endif /* L1SAP_H */ -- cgit v1.2.3