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
alex037yang
OpenXG-RAN
Commits
62d5e139
Commit
62d5e139
authored
Sep 12, 2018
by
Y_Tomita
Browse files
Options
Browse Files
Download
Plain Diff
Fixed conflict file.
parents
a607dd5b
8a1428dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
+4
-4
No files found.
openair2/LAYER2/PDCP_v10.1.0/pdcp.c
View file @
62d5e139
...
@@ -67,6 +67,7 @@ extern int otg_enabled;
...
@@ -67,6 +67,7 @@ extern int otg_enabled;
#include "common/ran_context.h"
#include "common/ran_context.h"
extern
RAN_CONTEXT_t
RC
;
extern
RAN_CONTEXT_t
RC
;
hash_table_t
*
pdcp_coll_p
=
NULL
;
#ifdef MBMS_MULTICAST_OUT
#ifdef MBMS_MULTICAST_OUT
# include <sys/types.h>
# include <sys/types.h>
...
@@ -79,7 +80,6 @@ extern RAN_CONTEXT_t RC;
...
@@ -79,7 +80,6 @@ extern RAN_CONTEXT_t RC;
static
int
mbms_socket
=
-
1
;
static
int
mbms_socket
=
-
1
;
#endif
#endif
hash_table_t
*
pdcp_coll_p
=
NULL
;
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
/*
/*
* If PDCP_UNIT_TEST is set here then data flow between PDCP and RLC is broken
* If PDCP_UNIT_TEST is set here then data flow between PDCP and RLC is broken
...
...
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