From d0d204aaa25cb968405b8227007adf91b9939311 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 8 Jun 2018 18:46:04 +0200 Subject: cosmetic / linking: move str_to_imsi() out of abis_rsl.c Move to gsm_04_08_utils.c so that it's possible to use it without linking/stubbing all of RSL. Change-Id: I6e90831d7e618ce3c8e7417082a82c97f6681668 --- src/osmo-bsc/pcu_sock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/osmo-bsc/pcu_sock.c') diff --git a/src/osmo-bsc/pcu_sock.c b/src/osmo-bsc/pcu_sock.c index 5a3fefadf..8a3c331a7 100644 --- a/src/osmo-bsc/pcu_sock.c +++ b/src/osmo-bsc/pcu_sock.c @@ -43,6 +43,7 @@ #include #include #include +#include static int pcu_sock_send(struct gsm_bts *bts, struct msgb *msg); uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx); -- cgit v1.2.3