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
littleBu
OpenXG-RAN
Commits
882f40fe
Commit
882f40fe
authored
Apr 29, 2024
by
Robert Schmidt
Committed by
Guido Casati
May 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Group 5G platform types for common 5G-specific types
parent
f7215ec4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
8 deletions
+36
-8
common/5g_platform_types.h
common/5g_platform_types.h
+34
-0
common/ngran_types.h
common/ngran_types.h
+0
-1
openair2/COMMON/f1ap_messages_types.h
openair2/COMMON/f1ap_messages_types.h
+1
-1
openair2/COMMON/ngap_messages_types.h
openair2/COMMON/ngap_messages_types.h
+1
-6
No files found.
common/5g_platform_types.h
0 → 100644
View file @
882f40fe
/*
* Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
* 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.1 (the "License"); you may not use this file
* except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.openairinterface.org/?page_id=698
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*-------------------------------------------------------------------------------
* For more information about the OpenAirInterface (OAI) Software Alliance:
* contact@openairinterface.org
*/
#ifndef FIVEG_PLATFORM_TYPES_H__
#define FIVEG_PLATFORM_TYPES_H__
#include <stdint.h>
typedef
struct
nssai_s
{
uint8_t
sst
;
uint32_t
sd
;
}
nssai_t
;
typedef
enum
{
non_dynamic
,
dynamic
}
fiveQI_type_t
;
#endif
common/ngran_types.h
View file @
882f40fe
...
...
@@ -55,5 +55,4 @@ typedef enum { CPtype = 0, UPtype } E1_t;
#define NODE_IS_MBMS(nOdE_TyPe) ((nOdE_TyPe) == ngran_eNB_MBMS_STA)
#define GTPV1_U_PORT_NUMBER (2152)
typedef
enum
{
non_dynamic
,
dynamic
}
fiveQI_type_t
;
#endif
openair2/COMMON/f1ap_messages_types.h
View file @
882f40fe
...
...
@@ -24,7 +24,7 @@
#include <netinet/in.h>
#include <netinet/sctp.h>
#include "
ngap_messages
_types.h"
#include "
common/5g_platform
_types.h"
//-------------------------------------------------------------------------------------------//
// Defines to access message fields.
...
...
openair2/COMMON/ngap_messages_types.h
View file @
882f40fe
...
...
@@ -31,7 +31,7 @@
#define NGAP_MESSAGES_TYPES_H_
#include "common/platform_constants.h"
#include "common/platform_types.h"
#include "common/
ngran
_types.h"
#include "common/
5g_platform
_types.h"
#include "LTE_asn_constant.h"
#include "s1ap_messages_types.h"
//-------------------------------------------------------------------------------------------//
...
...
@@ -197,11 +197,6 @@ typedef enum ngap_rrc_establishment_cause_e {
NGAP_RRC_CAUSE_LAST
}
ngap_rrc_establishment_cause_t
;
typedef
struct
nssai_s
{
uint8_t
sst
;
uint32_t
sd
;
}
nssai_t
;
typedef
struct
pdusession_level_qos_parameter_s
{
uint8_t
qfi
;
uint64_t
fiveQI
;
...
...
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