mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-02 13:03:31 +00:00
fix the coding within 80 columns
This commit is contained in:
@@ -408,7 +408,9 @@ int ogs_pfcp_context_parse_config(const char *local, const char *remote)
|
||||
uint8_t num_of_e_cell_id = 0;
|
||||
uint32_t nr_cell_id[OGS_MAX_NUM_OF_CELL_ID] = {0,};
|
||||
uint8_t num_of_nr_cell_id = 0;
|
||||
uint8_t rr_enable = 1; /* full list RR enabled by default */
|
||||
|
||||
/* full list RR enabled by default */
|
||||
uint8_t rr_enable = 1;
|
||||
|
||||
if (ogs_yaml_iter_type(&pfcp_array) ==
|
||||
YAML_MAPPING_NODE) {
|
||||
|
||||
@@ -93,7 +93,9 @@ typedef struct ogs_pfcp_node_s {
|
||||
uint8_t num_of_e_cell_id;
|
||||
uint32_t nr_cell_id[OGS_MAX_NUM_OF_CELL_ID];
|
||||
uint8_t num_of_nr_cell_id;
|
||||
uint8_t rr_enable; /* flag to enable/ disable full list RR for this node */
|
||||
|
||||
/* flag to enable/ disable full list RR for this node */
|
||||
uint8_t rr_enable;
|
||||
|
||||
ogs_list_t gtpu_resource_list; /* User Plane IP Resource Information */
|
||||
} ogs_pfcp_node_t;
|
||||
|
||||
Reference in New Issue
Block a user