aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sip.h
diff options
context:
space:
mode:
authorIvan Kluchnikov <kluchnikovi@gmail.com>2016-12-15 13:00:00 +0300
committerIvan Kluchnikov <kluchnikovi@gmail.com>2017-02-07 18:59:56 +0300
commit444a9b93045dd29a3521005cfa862170930e04c9 (patch)
tree2af2916d0ba3ceb38d42afc879ecf0e12d91e847 /openbsc/include/openbsc/sip.h
parent8d8bedff4ce9097332b7775b73886e7d07a71360 (diff)
reg-proxy: Implement purge ms forwarding and handling
Diffstat (limited to 'openbsc/include/openbsc/sip.h')
-rw-r--r--openbsc/include/openbsc/sip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/sip.h b/openbsc/include/openbsc/sip.h
index e750e9765..9184b24aa 100644
--- a/openbsc/include/openbsc/sip.h
+++ b/openbsc/include/openbsc/sip.h
@@ -9,7 +9,7 @@
int tx_ss_handle(struct sip_client *sip_client, osip_t *osip, struct ss_request *ss,
const char *extention);
-int tx_sip_register(struct sip_client *sip_client, osip_t *osip, char *imsi);
+int tx_sip_register(struct sip_client *sip_client, osip_t *osip, char *imsi, int expires_time);
int sip_client_init(struct reg_proxy *reg, const char *src_ip, u_int16_t src_port,
const char *dst_ip, u_int16_t dst_port, int expires_time);