From 723f7c7db3b0fc494f15fa20cab775f596b18cb1 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 11 Aug 2016 19:12:54 +0200 Subject: comment: gsm48_gmm_sendmsg(): add spec reference on encryptable Change-Id: I54a3bc518bc38e38b78f6e9ea3705e4fbd5ffb98 --- openbsc/src/gprs/gprs_gmm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbsc/src/gprs/gprs_gmm.c') diff --git a/openbsc/src/gprs/gprs_gmm.c b/openbsc/src/gprs/gprs_gmm.c index aa4991955..036164f57 100644 --- a/openbsc/src/gprs/gprs_gmm.c +++ b/openbsc/src/gprs/gprs_gmm.c @@ -130,7 +130,9 @@ time_t gprs_max_time_to_idle(void) return sgsn->cfg.timers.T3314 + (sgsn->cfg.timers.T3312 + 4 * 60); } -/* Send a message through the underlying layer */ +/* Send a message through the underlying layer. + * For param encryptable, see 3GPP TS 24.008 ยง 4.7.1.2 and + * gsm48_hdr_gmm_cipherable(). Pass false for not cipherable messages. */ static int gsm48_gmm_sendmsg(struct msgb *msg, int command, struct sgsn_mm_ctx *mm, bool encryptable) { -- cgit v1.2.3