aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-02 08:34:57 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-07-12 23:42:45 +0200
commit4c4cd7944bd54eceed3727ed4f1a4a5e1750bee3 (patch)
tree18945da882ffe86bf3c7e3cbf43f8186bdca04e0 /include
parent8ca6e51bf76cbd9c7609d7d4cfd858f784a87b0e (diff)
IuPS adjustments
SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN sgsn_ranap_iu_event: handle some events without valid MM context sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config Change-Id: Ie6b6e5422987586531a898e0c5b867623dbecb0f IuPS: cosmetic: explicitly check RAN type; move comment
Diffstat (limited to 'include')
-rw-r--r--include/openbsc/sgsn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openbsc/sgsn.h b/include/openbsc/sgsn.h
index 1ede2c930..1ed1583ed 100644
--- a/include/openbsc/sgsn.h
+++ b/include/openbsc/sgsn.h
@@ -140,8 +140,8 @@ extern struct sgsn_instance *sgsn;
/* sgsn_vty.c */
-int sgsn_vty_init(void);
-int sgsn_parse_config(const char *config_file, struct sgsn_config *cfg);
+int sgsn_vty_init(struct sgsn_config *cfg);
+int sgsn_parse_config(const char *config_file);
/* sgsn.c */