mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-02 21:13:44 +00:00
cosmetic: comment, whitespace
This commit is contained in:
@@ -25,7 +25,7 @@ enum iu_event_type {
|
|||||||
|
|
||||||
/* Implementations of iu_recv_cb_t shall find the ue_conn_ctx in msg->dst. */
|
/* Implementations of iu_recv_cb_t shall find the ue_conn_ctx in msg->dst. */
|
||||||
typedef int (* iu_recv_cb_t )(struct msgb *msg, struct gprs_ra_id *ra_id,
|
typedef int (* iu_recv_cb_t )(struct msgb *msg, struct gprs_ra_id *ra_id,
|
||||||
/* TODO is ra_id only used for gprs? ^ */
|
/* TODO "gprs_" in generic CS+PS domain ^ */
|
||||||
uint16_t *sai);
|
uint16_t *sai);
|
||||||
|
|
||||||
typedef int (* iu_event_cb_t )(struct ue_conn_ctx *ue_ctx,
|
typedef int (* iu_event_cb_t )(struct ue_conn_ctx *ue_ctx,
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
int asn1_xer_print = 1;
|
int asn1_xer_print = 1;
|
||||||
void *talloc_asn1_ctx;
|
void *talloc_asn1_ctx;
|
||||||
|
|
||||||
|
|
||||||
iu_recv_cb_t global_iu_recv_cb = NULL;
|
iu_recv_cb_t global_iu_recv_cb = NULL;
|
||||||
iu_event_cb_t global_iu_event_cb = NULL;
|
iu_event_cb_t global_iu_event_cb = NULL;
|
||||||
|
|
||||||
@@ -152,7 +151,7 @@ int iu_tx_sec_mode_cmd(struct ue_conn_ctx *uectx, struct gsm_auth_tuple *tp,
|
|||||||
memcpy(ck+8, tp->kc, 8);
|
memcpy(ck+8, tp->kc, 8);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* crate RANAP message */
|
/* create RANAP message */
|
||||||
msg = ranap_new_msg_sec_mod_cmd(ik, send_ck? ck : NULL, new_key ? RANAP_KeyStatus_new : RANAP_KeyStatus_old);
|
msg = ranap_new_msg_sec_mod_cmd(ik, send_ck? ck : NULL, new_key ? RANAP_KeyStatus_new : RANAP_KeyStatus_old);
|
||||||
msg->l2h = msg->data;
|
msg->l2h = msg->data;
|
||||||
/* wrap RANAP message in SCCP N-DATA.req */
|
/* wrap RANAP message in SCCP N-DATA.req */
|
||||||
|
|||||||
Reference in New Issue
Block a user