aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/iu.h
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2016-02-15 20:45:35 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:11 +0100
commitb8df4d531889a5ae45d782b7db768cf8dccf9ad3 (patch)
tree6b22d2f5f187c4fef867d9b3aa8de90a3726bf74 /openbsc/include/openbsc/iu.h
parentdaa0652d3f76bb977ddf5ef3974bf5ac6c96b752 (diff)
sgsn_libgtp: Update rab (de)act function names to libui version
Diffstat (limited to 'openbsc/include/openbsc/iu.h')
-rw-r--r--openbsc/include/openbsc/iu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/iu.h b/openbsc/include/openbsc/iu.h
index 68da26aad..7472cf463 100644
--- a/openbsc/include/openbsc/iu.h
+++ b/openbsc/include/openbsc/iu.h
@@ -26,3 +26,4 @@ int iu_tx(struct msgb *msg, uint8_t sapi);
int iu_rab_act_cs(struct ue_conn_ctx *ue_ctx, uint32_t rtp_ip, uint16_t rtp_port);
int iu_rab_act_ps(struct sgsn_pdp_ctx *pdp);
+int iu_rab_deact(struct ue_conn_ctx *ue_ctx, uint8_t rab_id);