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
ZhouShuya
OpenXG-RAN
Commits
8cff73dc
Commit
8cff73dc
authored
Oct 28, 2020
by
masayuki.harada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge error.
parent
5c49c67f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
10 deletions
+2
-10
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+1
-0
openair2/RRC/NR_UE/rrc_defs.h
openair2/RRC/NR_UE/rrc_defs.h
+1
-6
openair3/NGAP/ngap_gNB_nas_procedures.c
openair3/NGAP/ngap_gNB_nas_procedures.c
+0
-4
No files found.
cmake_targets/CMakeLists.txt
View file @
8cff73dc
...
@@ -3465,6 +3465,7 @@ add_executable(nr-ittisim
...
@@ -3465,6 +3465,7 @@ add_executable(nr-ittisim
${
OPENAIR_DIR
}
/common/utils/utils.c
${
OPENAIR_DIR
}
/common/utils/utils.c
${
OPENAIR_DIR
}
/common/utils/system.c
${
OPENAIR_DIR
}
/common/utils/system.c
${
OPENAIR_DIR
}
/common/utils/nr/nr_common.c
${
OPENAIR_DIR
}
/common/utils/nr/nr_common.c
${
OPENAIR_DIR
}
/common/utils/threadPool/thread-pool.c
${
GTPU_need_ITTI
}
${
GTPU_need_ITTI
}
${
XFORMSINTERFACE_SOURCE
}
${
XFORMSINTERFACE_SOURCE
}
${
T_SOURCE
}
${
T_SOURCE
}
...
...
openair2/RRC/NR_UE/rrc_defs.h
View file @
8cff73dc
...
@@ -129,11 +129,6 @@ typedef struct NR_UE_RRC_INST_s {
...
@@ -129,11 +129,6 @@ typedef struct NR_UE_RRC_INST_s {
NR_CipheringAlgorithm_t
cipheringAlgorithm
;
NR_CipheringAlgorithm_t
cipheringAlgorithm
;
e_NR_IntegrityProtAlgorithm
integrityProtAlgorithm
;
e_NR_IntegrityProtAlgorithm
integrityProtAlgorithm
;
/* Used integrity/ciphering algorithms */
//RRC_LIST_TYPE(NR_SecurityAlgorithmConfig_t, NR_SecurityAlgorithmConfig) SecurityAlgorithmConfig_list;
NR_CipheringAlgorithm_t
cipheringAlgorithm
;
e_NR_IntegrityProtAlgorithm
integrityProtAlgorithm
;
// lists
// lists
// CellGroupConfig.rlc-BearerToAddModList
// CellGroupConfig.rlc-BearerToAddModList
RRC_LIST_TYPE
(
NR_RLC_BearerConfig_t
,
NR_maxLC_ID
)
RLC_Bearer_Config_list
;
RRC_LIST_TYPE
(
NR_RLC_BearerConfig_t
,
NR_maxLC_ID
)
RLC_Bearer_Config_list
;
...
...
openair3/NGAP/ngap_gNB_nas_procedures.c
View file @
8cff73dc
...
@@ -225,11 +225,7 @@ int ngap_gNB_handle_nas_first_req(
...
@@ -225,11 +225,7 @@ int ngap_gNB_handle_nas_first_req(
ie
->
value
.
choice
.
UserLocationInformation
.
present
=
NGAP_UserLocationInformation_PR_userLocationInformationNR
;
ie
->
value
.
choice
.
UserLocationInformation
.
present
=
NGAP_UserLocationInformation_PR_userLocationInformationNR
;
<<<<<<<
HEAD
ie
->
value
.
choice
.
UserLocationInformation
.
choice
.
userLocationInformationNR
=
ie
->
value
.
choice
.
UserLocationInformation
.
choice
.
userLocationInformationNR
=
=======
ie
->
value
.
choice
.
UserLocationInformation
.
choice
.
userLocationInformationNR
=
>>>>>>>
b67badef1b2fd390d801e20644b08df0d5880583
CALLOC
(
1
,
sizeof
(
*
ie
->
value
.
choice
.
UserLocationInformation
.
choice
.
userLocationInformationNR
));
CALLOC
(
1
,
sizeof
(
*
ie
->
value
.
choice
.
UserLocationInformation
.
choice
.
userLocationInformationNR
));
userinfo_nr_p
=
ie
->
value
.
choice
.
UserLocationInformation
.
choice
.
userLocationInformationNR
;
userinfo_nr_p
=
ie
->
value
.
choice
.
UserLocationInformation
.
choice
.
userLocationInformationNR
;
...
...
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