diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2018-06-08 18:46:04 +0200 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2018-06-16 15:53:51 +0200 |
commit | d0fbecd4b5d91a059f78ba2e9f43f833943858e7 (patch) | |
tree | 35de7be15578d6f92cd0989dded969c38e36c130 /include/osmocom/bsc/abis_rsl.h | |
parent | f0ff9a67117dc22d838769fe6eef67778abd43b9 (diff) |
str_to_imsi
Change-Id: I6e90831d7e618ce3c8e7417082a82c97f6681668
Diffstat (limited to 'include/osmocom/bsc/abis_rsl.h')
-rw-r--r-- | include/osmocom/bsc/abis_rsl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocom/bsc/abis_rsl.h b/include/osmocom/bsc/abis_rsl.h index fc212380b..2fe8c38e7 100644 --- a/include/osmocom/bsc/abis_rsl.h +++ b/include/osmocom/bsc/abis_rsl.h @@ -68,7 +68,6 @@ int rsl_ipacc_pdch_activate(struct gsm_bts_trx_ts *ts, int act); int abis_rsl_rcvmsg(struct msgb *msg); -uint64_t str_to_imsi(const char *imsi_str); int rsl_release_request(struct gsm_lchan *lchan, uint8_t link_id, enum rsl_rel_mode release_mode); |