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
1
Merge Requests
1
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-RAN
Commits
1791574d
Commit
1791574d
authored
Oct 17, 2018
by
Y_Tomita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing RRC_VERSION and sourceL2Id, destinationL2Id.
parent
0d58ed22
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
openair2/NETWORK_DRIVER/MESH/local.h
openair2/NETWORK_DRIVER/MESH/local.h
+10
-0
No files found.
openair2/NETWORK_DRIVER/MESH/local.h
100644 → 100755
View file @
1791574d
...
@@ -64,6 +64,8 @@
...
@@ -64,6 +64,8 @@
#include "rrc_nas_primitives.h"
#include "rrc_nas_primitives.h"
#include "COMMON/platform_types.h"
#include "COMMON/platform_types.h"
#define MAKE_VERSION(a,b,c) ((a)*256+(b)*16+(c))
struct
rb_entity
{
struct
rb_entity
{
nasRadioBearerId_t
rab_id
;
nasRadioBearerId_t
rab_id
;
nasSapId_t
sapi
;
nasSapId_t
sapi
;
...
@@ -160,6 +162,10 @@ typedef struct pdcp_data_req_header_s {
...
@@ -160,6 +162,10 @@ typedef struct pdcp_data_req_header_s {
sdu_size_t
data_size
;
sdu_size_t
data_size
;
signed
int
inst
;
signed
int
inst
;
ip_traffic_type_t
traffic_type
;
ip_traffic_type_t
traffic_type
;
#if (RRC_VERSION >= MAKE_VERSION(14, 0, 0))
uint32_t
sourceL2Id
;
uint32_t
destinationL2Id
;
#endif
}
pdcp_data_req_header_t
;
}
pdcp_data_req_header_t
;
typedef
struct
pdcp_data_ind_header_s
{
typedef
struct
pdcp_data_ind_header_s
{
...
@@ -167,6 +173,10 @@ typedef struct pdcp_data_ind_header_s {
...
@@ -167,6 +173,10 @@ typedef struct pdcp_data_ind_header_s {
sdu_size_t
data_size
;
sdu_size_t
data_size
;
signed
int
inst
;
signed
int
inst
;
ip_traffic_type_t
dummy_traffic_type
;
ip_traffic_type_t
dummy_traffic_type
;
#if (RRC_VERSION >= MAKE_VERSION(14, 0, 0))
uint32_t
sourceL2Id
;
uint32_t
destinationL2Id
;
#endif
}
pdcp_data_ind_header_t
;
}
pdcp_data_ind_header_t
;
extern
struct
net_device
*
nasdev
[
NB_INSTANCES_MAX
];
extern
struct
net_device
*
nasdev
[
NB_INSTANCES_MAX
];
...
...
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