Unverified Commit def43a7c authored by kharade's avatar kharade

routing_indicator type fix

parent 0f208d30
...@@ -69,14 +69,10 @@ typedef struct supi_range_ausf_info_item_s { ...@@ -69,14 +69,10 @@ typedef struct supi_range_ausf_info_item_s {
supi_range_t supi_range; supi_range_t supi_range;
} supi_range_ausf_info_item_t; } supi_range_ausf_info_item_t;
typedef struct routing_indicators_ausf_info_item_s {
std::vector<std::string> routing_indicator;
} routing_indicators_ausf_info_item_t;
typedef struct ausf_info_s { typedef struct ausf_info_s {
std::string groupid; std::string groupid;
std::vector<supi_range_ausf_info_item_t> supi_ranges; std::vector<supi_range_ausf_info_item_t> supi_ranges;
std::vector<routing_indicators_ausf_info_item_t> routing_indicators; std::vector<std::string> routing_indicator;
} ausf_info_t; } ausf_info_t;
enum subscr_condition_type_e { // TODO: use enum class enum subscr_condition_type_e { // TODO: use enum class
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment