aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/pcu_sock.c2
-rw-r--r--src/common/rsl.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index da5a95ec..55015486 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -389,7 +389,7 @@ int pcu_tx_time_ind(uint32_t fn)
return pcu_sock_send(&bts_gsmnet, msg);
}
-int pcu_tx_pag_req(uint8_t *identity_lv, uint8_t chan_needed)
+int pcu_tx_pag_req(const uint8_t *identity_lv, uint8_t chan_needed)
{
struct pcu_sock_state *state = bts_gsmnet.pcu_state;
struct msgb *msg;
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 7c17b63d..d53e07b9 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -42,6 +42,7 @@
#include <osmo-bts/signal.h>
#include <osmo-bts/bts_model.h>
#include <osmo-bts/measurement.h>
+#include <osmo-bts/pcu_if.h>
//#define FAKE_CIPH_MODE_COMPL