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
dd3dce8f
Commit
dd3dce8f
authored
7 years ago
by
Raymond Knopp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small changes after merge with develop
parent
d32cdd1f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
82 additions
and
77 deletions
+82
-77
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+4
-2
openair2/LAYER2/MAC/config.c
openair2/LAYER2/MAC/config.c
+78
-75
No files found.
cmake_targets/CMakeLists.txt
View file @
dd3dce8f
...
...
@@ -1892,10 +1892,12 @@ add_executable(lte-softmodem-nos1
target_link_libraries
(
lte-softmodem-nos1
-Wl,--start-group
RRC_LIB SECU_CN SECU_OSA UTIL HASHTABLE SCHED_LIB PHY LFDS L2
${
MSC_LIB
}
${
RAL_LIB
}
${
ITTI_LIB
}
${
MIH_LIB
}
${
FLPT_MSG_LIB
}
${
ASYNC_IF_LIB
}
${
FLEXRAN_AGENT_LIB
}
LFDS7
-Wl,--end-group
)
NFAPI_COMMON_LIB NFAPI_LIB NFAPI_VNF_LIB NFAPI_PNF_LIB
NFAPI_USER_LIB
-Wl,--end-group z dl
)
target_link_libraries
(
lte-softmodem-nos1
${
LIBXML2_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem-nos1 pthread m
${
CONFIG_LIBRARIES
}
rt crypt
${
CRYPTO_LIBRARIES
}
${
OPENSSL_LIBRARIES
}
${
NETTLE_LIBRARIES
}
${
XFORMS_LIBRARIES
}
${
PROTOBUF_LIB
}
${
CMAKE_DL_LIBS
}
${
LIBYAML_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem-nos1 pthread m
${
CONFIG_LIBRARIES
}
rt crypt
${
CRYPTO_LIBRARIES
}
${
OPENSSL_LIBRARIES
}
${
NETTLE_LIBRARIES
}
sctp
${
XFORMS_LIBRARIES
}
${
PROTOBUF_LIB
}
${
CMAKE_DL_LIBS
}
${
LIBYAML_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem-nos1
${
LIB_LMS_LIBRARIES
}
)
target_link_libraries
(
lte-softmodem-nos1
${
T_LIB
}
)
...
...
This diff is collapsed.
Click to expand it.
openair2/LAYER2/MAC/config.c
View file @
dd3dce8f
...
...
@@ -514,6 +514,7 @@ config_sib2(int Mod_idP,
else
cfg
->
srs_config
.
max_up_pts
.
value
=
0
;
}
}
#ifdef Rel14
if
(
RC
.
mac
[
Mod_idP
]
->
common_channels
[
CC_idP
].
mib
->
message
.
schedulingInfoSIB1_BR_r13
>
0
)
{
AssertFatal
(
radioResourceConfigCommon_BRP
!=
NULL
,
...
...
@@ -640,6 +641,7 @@ config_dedicated_scell(int Mod_idP,
}
int
rrc_mac_config_req_eNB
(
module_id_t
Mod_idP
,
int
CC_idP
,
...
...
@@ -930,7 +932,7 @@ rrc_mac_config_req_eNB(module_id_t Mod_idP,
mbms_SessionList
[
i
]
->
list
.
count
);
}
}
}
#endif
LOG_E
(
MAC
,
"%s() %s:%d RC.mac[Mod_idP]->if_inst->PHY_config_req:%p
\n
"
,
__FUNCTION__
,
__FILE__
,
__LINE__
,
RC
.
mac
[
Mod_idP
]
->
if_inst
->
PHY_config_req
);
...
...
@@ -961,6 +963,7 @@ rrc_mac_config_req_eNB(module_id_t Mod_idP,
return
(
0
);
}
int
rrc_mac_config_req_ue
(
module_id_t
Mod_idP
,
int
CC_idP
,
...
...
This diff is collapsed.
Click to expand it.
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