mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 13:03:33 +00:00
remove subscr_conn_allocate_iu() from public header
It is only used statically in iu.c
This commit is contained in:
@@ -2,9 +2,5 @@
|
||||
|
||||
int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg);
|
||||
|
||||
struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_network *network,
|
||||
uint8_t link_id,
|
||||
uint32_t conn_id);
|
||||
|
||||
struct gsm_subscriber_connection *subscr_conn_lookup_iu(struct gsm_network *network,
|
||||
struct ue_conn_ctx *ue);
|
||||
|
||||
Reference in New Issue
Block a user