aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-22 00:49:21 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-22 01:13:07 +0100
commit9fd87ecd11138efa8bdbb13c47659edaf106e2c3 (patch)
tree381e77cb7dd1a77b323793bb6975bad7b7b7f9df /openbsc/include
parent8e5c63f032398ad45052b538890071919de8a20e (diff)
iu_tx_sec_mode_cmd(): add send_ck flag parameter
In this way the caller can distinguish between sending an IK or an IK+CK Security Mode Command.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/iu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/iu.h b/openbsc/include/openbsc/iu.h
index f2f1fc9e7..62fc9fc6b 100644
--- a/openbsc/include/openbsc/iu.h
+++ b/openbsc/include/openbsc/iu.h
@@ -37,4 +37,5 @@ 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);
-int iu_tx_sec_mode_cmd(struct ue_conn_ctx *uectx, struct gsm_auth_tuple *tp);
+int iu_tx_sec_mode_cmd(struct ue_conn_ctx *uectx, struct gsm_auth_tuple *tp,
+ int send_ck);