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
lizhongxiao
OpenXG-RAN
Commits
84c8be11
Commit
84c8be11
authored
Jan 30, 2019
by
laurent
Committed by
frtabu
Feb 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CI results
parent
263aef27
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+1
-0
openair2/NETWORK_DRIVER/MESH/local.h
openair2/NETWORK_DRIVER/MESH/local.h
+0
-2
openair2/NETWORK_DRIVER/MESH/proto_extern.h
openair2/NETWORK_DRIVER/MESH/proto_extern.h
+6
-0
targets/ARCH/ETHERNET/USERSPACE/LIB/eth_raw.c
targets/ARCH/ETHERNET/USERSPACE/LIB/eth_raw.c
+1
-1
No files found.
cmake_targets/CMakeLists.txt
View file @
84c8be11
...
...
@@ -2140,6 +2140,7 @@ foreach(myExe dlsim dlsim_tm7 ulsim pbchsim scansim mbmssim pdcchsim pucchsim pr
add_executable
(
${
myExe
}
${
OPENAIR1_DIR
}
/SIMULATION/LTE_PHY/
${
myExe
}
.c
${
OPENAIR_DIR
}
/common/utils/backtrace.c
${
XFORMS_SOURCE
}
${
T_SOURCE
}
${
CONFIG_SOURCES
}
...
...
openair2/NETWORK_DRIVER/MESH/local.h
View file @
84c8be11
...
...
@@ -64,8 +64,6 @@
#include "rrc_nas_primitives.h"
#include "COMMON/platform_types.h"
#define MAKE_VERSION(a,b,c) ((a)*256+(b)*16+(c))
struct
rb_entity
{
nasRadioBearerId_t
rab_id
;
nasSapId_t
sapi
;
...
...
openair2/NETWORK_DRIVER/MESH/proto_extern.h
View file @
84c8be11
...
...
@@ -110,11 +110,13 @@ void nas_COMMON_del_send(struct sk_buff *skb,
struct
cx_entity
*
cx
,
struct
classifier_entity
*
gc
,
int
inst
,
struct
nas_priv
*
gpriv
);
#ifndef PDCP_USE_NETLINK
/**
\fn void nas_COMMON_QOS_receive()
\brief Retrieve PDU from PDCP for connection
*/
void
nas_COMMON_QOS_receive
(
void
);
#endif //PDCP_USE_NETLINK
/**
\fn struct rb_entity *nas_COMMON_add_rb(struct cx_entity *cx, nasRadioBearerId_t rabi, nasQoSTrafficClass_t qos)
...
...
@@ -166,6 +168,7 @@ struct classifier_entity
*/
void
nas_COMMON_flush_rb
(
struct
cx_entity
*
cx
);
#ifdef PDCP_USE_NETLINK
/**
\fn int nas_netlink_send(unsigned char *data,unsigned int len)
\brief Request the transfer of data by PDCP via netlink socket
...
...
@@ -182,6 +185,7 @@ int nas_netlink_send(unsigned char *data,unsigned int len);
*/
void
nas_COMMON_QOS_receive
(
struct
nlmsghdr
*
nlh
);
#endif //PDCP_USE_NETLINK
//nasmesh.c
/**
...
...
@@ -301,11 +305,13 @@ void nas_tool_print_buffer(char * buffer,int length);
void
nas_print_rb_entity
(
struct
rb_entity
*
rb
);
void
nas_print_classifier
(
struct
classifier_entity
*
gc
);
#ifdef PDCP_USE_NETLINK
// nas_netlink.c
void
nas_netlink_release
(
void
);
int
nas_netlink_init
(
void
);
#endif
/** @} */
#endif
targets/ARCH/ETHERNET/USERSPACE/LIB/eth_raw.c
View file @
84c8be11
...
...
@@ -164,7 +164,7 @@ int trx_eth_write_raw(openair0_device *device, openair0_timestamp timestamp, voi
*
(
int16_t
*
)(
buff2
+
MAC_HEADER_SIZE_BYTES
+
sizeof
(
int16_t
))
=
1
+
(
i
<<
1
);
*
(
openair0_timestamp
*
)(
buff2
+
MAC_HEADER_SIZE_BYTES
+
sizeof
(
int32_t
))
=
timestamp
;
int
sent_byte
;
int
sent_byte
=
0
;
/*printf("[RRU]write mod_%d %d , len %d, buff %p \n",
...
...
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