Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
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
canghaiwuhen
OpenXG-RAN
Commits
5a4c08dc
Commit
5a4c08dc
authored
Mar 12, 2020
by
Haruki NAOI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: overflow TAC and drop paging message.
(cherry picked from commit 541b9e07f0573cfebb00a24f675d72459bbd5eb2)
parent
f7b26e1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/COMMON/s1ap_messages_types.h
openair2/COMMON/s1ap_messages_types.h
+2
-2
No files found.
openair2/COMMON/s1ap_messages_types.h
View file @
5a4c08dc
...
...
@@ -533,10 +533,10 @@ typedef struct s1ap_paging_ind_s {
plmn_identity_t
plmn_identity
[
256
];
/* TAC in TAIList of Paging*/
int16_t
tac
[
256
];
u
int16_t
tac
[
256
];
/* size of TAIList*/
int16_t
tai_size
;
u
int16_t
tai_size
;
/* Optional fields */
paging_drx_t
paging_drx
;
...
...
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