From 83142beca2bc1e4ee985d9e343fd92c1a2c142c3 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 26 Nov 2020 19:34:04 +0100 Subject: gmm: Introduce comment to ease addition of Network feature support IE later Change-Id: I131cba3de3c80c61d5549e7c31b4eacaaeddb040 --- src/sgsn/gprs_gmm.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/sgsn/gprs_gmm.c b/src/sgsn/gprs_gmm.c index f425da24d..2367338a4 100644 --- a/src/sgsn/gprs_gmm.c +++ b/src/sgsn/gprs_gmm.c @@ -342,6 +342,9 @@ int gsm48_tx_gmm_att_ack(struct sgsn_mm_ctx *mm) /* Optional: MS-identity (combined attach) */ /* Optional: GMM cause (partial attach result for combined attach) */ + /* Optional: Network feature support 10.5.5.23 */ + /* msgb_v_put(msg, GSM48_IE_GMM_NET_FEAT_SUPPORT | 0x00);*/ + return gsm48_gmm_sendmsg(msg, 0, mm, true); } -- cgit v1.2.3