Pau Espin Pedrol has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/11888 )

Change subject: gbproxy: flag gbproxy_assign_imsi as static
......................................................................

gbproxy: flag gbproxy_assign_imsi as static

It's currently only used in the same file.

Change-Id: I08b51f36263e58f52ef9af2a63a7fcbf06a767c4
---
M src/gprs/gb_proxy_tlli.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gprs/gb_proxy_tlli.c b/src/gprs/gb_proxy_tlli.c
index 1832122..0c027d5 100644
--- a/src/gprs/gb_proxy_tlli.c
+++ b/src/gprs/gb_proxy_tlli.c
@@ -388,7 +388,7 @@
        return link_info != NULL && link_info->is_matching[match_id];
 }

-void gbproxy_assign_imsi(struct gbproxy_peer *peer,
+static void gbproxy_assign_imsi(struct gbproxy_peer *peer,
                         struct gbproxy_link_info *link_info,
                         struct gprs_gb_parse_context *parse_ctx)
 {

--
To view, visit https://gerrit.osmocom.org/11888
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I08b51f36263e58f52ef9af2a63a7fcbf06a767c4
Gerrit-Change-Number: 11888
Gerrit-PatchSet: 2
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to