Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JenRungHuang
openairinterface5G
Commits
cc02d6c1
Commit
cc02d6c1
authored
Nov 10, 2017
by
David Price
Browse files
Merge of develop branch as of 10 Nov. Tested with single UE attach.
parents
673b2e9f
d915c208
Changes
1000
Expand all
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 1000+
files are displayed.
Plain diff
Email patch
LICENSE
View file @
cc02d6c1
This diff is collapsed.
Click to expand it.
README.txt
View file @
cc02d6c1
...
...
@@ -43,3 +43,4 @@ v0.5.2 -> Last version with old code for oaisim (abstraction mode works)
v0.6 -> RRH functionality, UE greatly improved, better TDD support,
a lot of bugs fixed. WARNING: oaisim in PHY abstraction mode does not
work, you need to use v0.5.2 for that.
v0.6.1 -> Mostly bugfixes. This is the last version without NFAPI.
cmake_targets/CMakeLists.txt
View file @
cc02d6c1
...
...
@@ -3,7 +3,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
@@ -291,7 +291,7 @@ elseif (${RRC_ASN1_VERSION} STREQUAL "CBA")
elseif
(
${
RRC_ASN1_VERSION
}
STREQUAL
"Rel10"
)
set
(
RRC_GRAMMAR
${
OPENAIR2_DIR
}
/RRC/LITE/MESSAGES/asn1c/ASN1_files/EUTRA-RRC-Definitions-a20.asn
)
else
()
set
(
RRC_GRAMMAR
${
OPENAIR2_DIR
}
/RRC/LITE/MESSAGES/asn1c/ASN1_files/RRC-e
1
0.asn
)
set
(
RRC_GRAMMAR
${
OPENAIR2_DIR
}
/RRC/LITE/MESSAGES/asn1c/ASN1_files/RRC-e
3
0.asn
)
endif
(
${
RRC_ASN1_VERSION
}
STREQUAL
"Rel8"
)
set
(
RRC_FULL_DIR
${
asn1_generated_dir
}
/
${
RRC_ASN1_VERSION
}
)
...
...
@@ -312,11 +312,11 @@ if (NOT ${ret} STREQUAL 0)
message
(
FATAL_ERROR
"
${
fix_asn1c_call
}
: error"
)
endif
(
NOT
${
ret
}
STREQUAL 0
)
file
(
GLOB rrc_source
${
RRC_FULL_DIR
}
/*.c
)
set
(
rrc_source
${
rrc_source
}
${
OPENAIR2_DIR
}
/RRC/LITE/MESSAGES/asn1_msg.c
)
file
(
GLOB rrc_h
${
RRC_FULL_DIR
}
/*.h
)
set
(
rrc_h
${
rrc_h
}
${
RRC_FULL_DIR
}
/asn1_constants.h
)
set_source_files_properties
(
${
rrc_source
}
PROPERTIES COMPILE_FLAGS -w
)
# suppress warnings from generated code
add_library
(
RRC_LIB
${
rrc_h
}
${
rrc_source
}
)
add_library
(
RRC_LIB
${
rrc_h
}
${
rrc_source
}
${
OPENAIR2_DIR
}
/RRC/LITE/MESSAGES/asn1_msg.c
)
include_directories
(
"
${
RRC_FULL_DIR
}
"
)
# add the command to generate the source code
...
...
cmake_targets/at_commands/CMakeLists.txt
View file @
cc02d6c1
...
...
@@ -3,7 +3,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/core.py
View file @
cc02d6c1
...
...
@@ -3,7 +3,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/log.py
View file @
cc02d6c1
...
...
@@ -3,7 +3,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/openair.py
View file @
cc02d6c1
...
...
@@ -3,7 +3,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/run_compilation_autotests.bash
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/run_exec_autotests.bash
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/run_exec_lte-softmodem_tests.py
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/configure_cots_huaweiE398_ue.py
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/configure_cots_sony_experia_m4_ue.py
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/configure_usrpb210.py
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/find_usb_path.bash
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/free_mem.bash
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/git-retry.sh
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/iperf3_script
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/iperf3_script_phone
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
cmake_targets/autotests/tools/iperf_script
View file @
cc02d6c1
...
...
@@ -4,7 +4,7 @@
# * contributor license agreements. See the NOTICE file distributed with
# * this work for additional information regarding copyright ownership.
# * The OpenAirInterface Software Alliance licenses this file to You under
# * the OAI Public License, Version 1.
0
(the "License"); you may not use this file
# * the OAI Public License, Version 1.
1
(the "License"); you may not use this file
# * except in compliance with the License.
# * You may obtain a copy of the License at
# *
...
...
Prev
1
2
3
4
5
…
50
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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