aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-11-22 16:52:54 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-11-22 18:10:53 +0000
commitd72f31bf178496c289e5bf3a7f72f144c5e2071c (patch)
treeeb0df93cafa4455b5052c81deb28f517ba1c9a1c /src
parent655ef10975ab61648eb5b8c2d537ba25491f0cd4 (diff)
gbproxy: flag gbproxy_assign_imsi as static
It's currently only used in the same file. Change-Id: I08b51f36263e58f52ef9af2a63a7fcbf06a767c4
Diffstat (limited to 'src')
-rw-r--r--src/gprs/gb_proxy_tlli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs/gb_proxy_tlli.c b/src/gprs/gb_proxy_tlli.c
index 183212281..0c027d5fb 100644
--- a/src/gprs/gb_proxy_tlli.c
+++ b/src/gprs/gb_proxy_tlli.c
@@ -388,7 +388,7 @@ int gbproxy_imsi_matches(struct gbproxy_config *cfg,
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)
{