[MME] emm-handler: Interpret unused Attach Type as EPS Attach

3GPP TS 24.301:
"All other values are unused and shall be interpreted as "EPS attach", if received by the
network".
This commit is contained in:
Pau Espin Pedrol
2025-09-08 12:25:47 +02:00
committed by Sukchan Lee
parent 5d7d3e755f
commit 62f961bfbf
2 changed files with 13 additions and 2 deletions

View File

@@ -294,6 +294,7 @@ ED2(uint8_t spare:5;,
* M V 1/2 */
#define OGS_NAS_ATTACH_TYPE_EPS_ATTACH 1
#define OGS_NAS_ATTACH_TYPE_COMBINED_EPS_IMSI_ATTACH 2
#define OGS_NAS_ATTACH_TYPE_EPS_RLOS_ATTACH 3
#define OGS_NAS_ATTACH_TYPE_EPS_EMERGENCY_ATTACH 6
#define OGS_NAS_ATTACH_TYPE_RESERVED 7