aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-11-26 19:34:04 +0100
committerlaforge <laforge@osmocom.org>2020-12-01 11:47:58 +0000
commit83142beca2bc1e4ee985d9e343fd92c1a2c142c3 (patch)
tree7a91665f4b2abf2b72450ad9e0a1b9eea44f98be
parent8c3d7fd263c7f66e79804dd161368cac624d3da9 (diff)
gmm: Introduce comment to ease addition of Network feature support IE later
-rw-r--r--src/sgsn/gprs_gmm.c3
1 files changed, 3 insertions, 0 deletions
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);
}