Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-NRF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-NRF
Commits
def43a7c
Unverified
Commit
def43a7c
authored
Aug 20, 2021
by
kharade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
routing_indicator type fix
parent
0f208d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/common/3gpp_29.510.h
src/common/3gpp_29.510.h
+1
-5
No files found.
src/common/3gpp_29.510.h
View file @
def43a7c
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment