mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 21:13:40 +00:00
[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:
committed by
Sukchan Lee
parent
5d7d3e755f
commit
62f961bfbf
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user