mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
Add Diameter Error if IMSI is not found
This commit is contained in:
parent
d8fad33169
commit
e6e2183801
6 changed files with 90 additions and 36 deletions
|
|
@ -9,6 +9,15 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#define S6A_DIAMETER_AUTHENTICATION_DATA_UNAVAILABLE 4181
|
||||
#define S6A_DIAMETER_ERROR_USER_UNKNOWN 5001
|
||||
#define S6A_DIAMETER_ERROR_ROAMING_NOT_ALLOWED 5004
|
||||
#define S6A_DIAMETER_ERROR_UNKNOWN_EPS_SUBSCRIPTION 5420
|
||||
#define S6A_DIAMETER_ERROR_RAT_NOT_ALLOWED 5421
|
||||
#define S6A_DIAMETER_ERROR_EQUIPMENT_UNKNOWN 5422
|
||||
#define S6A_DIAMETER_ERROR_UNKOWN_SERVING_NODE 5423
|
||||
|
||||
|
||||
#define S6A_AVP_CODE_CONTEXT_IDENTIFIER (1423)
|
||||
#define S6A_AVP_CODE_ALL_APN_CONFIG_INC_IND (1428)
|
||||
#define S6A_AVP_CODE_APN_CONFIGURATION (1430)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue