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
zzha zzha
OpenXG-RAN
Commits
4852354d
Commit
4852354d
authored
Oct 05, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct banner mail
parent
9a57514b
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul.h
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul.h
+1
-1
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul_direct.c
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul_direct.c
+1
-1
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul_f1ap.c
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul_f1ap.c
+1
-1
openair2/RRC/LTE/rrc_defs.h
openair2/RRC/LTE/rrc_defs.h
+1
-1
openair2/RRC/NR/cucp_cuup_direct.c
openair2/RRC/NR/cucp_cuup_direct.c
+1
-1
openair2/RRC/NR/cucp_cuup_e1ap.c
openair2/RRC/NR/cucp_cuup_e1ap.c
+1
-1
openair2/RRC/NR/cucp_cuup_if.h
openair2/RRC/NR/cucp_cuup_if.h
+1
-1
openair2/RRC/NR/mac_rrc_dl.h
openair2/RRC/NR/mac_rrc_dl.h
+1
-1
openair2/RRC/NR/mac_rrc_dl_direct.c
openair2/RRC/NR/mac_rrc_dl_direct.c
+1
-1
openair2/RRC/NR/mac_rrc_dl_f1ap.c
openair2/RRC/NR/mac_rrc_dl_f1ap.c
+1
-1
No files found.
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul.h
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#ifndef MAC_RRC_UL_H
...
...
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul_direct.c
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#include "nr_mac_gNB.h"
...
...
openair2/LAYER2/NR_MAC_gNB/mac_rrc_ul_f1ap.c
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#include <sys/socket.h>
...
...
openair2/RRC/LTE/rrc_defs.h
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
/*! \file RRC/LTE/defs.h
...
...
openair2/RRC/NR/cucp_cuup_direct.c
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#include <arpa/inet.h>
...
...
openair2/RRC/NR/cucp_cuup_e1ap.c
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#include "cucp_cuup_if.h"
...
...
openair2/RRC/NR/cucp_cuup_if.h
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#ifndef CUCP_CUUP_IF_H
...
...
openair2/RRC/NR/mac_rrc_dl.h
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#ifndef MAC_RRC_DL_H
...
...
openair2/RRC/NR/mac_rrc_dl_direct.c
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#include "nr_rrc_defs.h"
...
...
openair2/RRC/NR/mac_rrc_dl_f1ap.c
View file @
4852354d
...
...
@@ -16,7 +16,7 @@
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* con
mnc_digit_length
t@openairinterface.org
* con
tac
t@openairinterface.org
*/
#include <stdlib.h>
...
...
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