mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-01 20:44:06 +00:00
[AMF] Refactor AMF Region ID Handling (#3778)
- Changed amf_region_id type from uint16_t to uint8_t in context.h. - Updated context.c to use ogs_amf_region_id() for extracting and comparing the region ID.
This commit is contained in:
@@ -364,7 +364,7 @@ typedef struct ogs_sbi_sepp_info_s {
|
||||
|
||||
typedef struct ogs_sbi_amf_info_s {
|
||||
uint16_t amf_set_id;
|
||||
uint16_t amf_region_id;
|
||||
uint8_t amf_region_id;
|
||||
|
||||
int num_of_guami;
|
||||
ogs_guami_t guami[OGS_MAX_NUM_OF_SERVED_GUAMI];
|
||||
|
||||
Reference in New Issue
Block a user