Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OAI-RAN-5G-sheduler_MaxTBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MAQ5G-PFC
OAI-RAN-5G-sheduler_MaxTBS
Commits
d7b6aa05
Commit
d7b6aa05
authored
10 years ago
by
Lionel Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
ooops
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6227
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
4868d631
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openair2/COMMON/gtpv1_u_messages_types.h
+5
-2
5 additions, 2 deletions
openair2/COMMON/gtpv1_u_messages_types.h
with
5 additions
and
2 deletions
openair2/COMMON/gtpv1_u_messages_types.h
+
5
−
2
View file @
d7b6aa05
...
...
@@ -41,6 +41,8 @@
#define GTPV1U_ENB_TUNNEL_DATA_IND(mSGpTR) (mSGpTR)->ittiMsg.Gtpv1uTunnelDataInd
#define GTPV1U_ENB_TUNNEL_DATA_REQ(mSGpTR) (mSGpTR)->ittiMsg.Gtpv1uTunnelDataReq
#define GTPV1U_ALL_TUNNELS_TEID (teid_t)0xFFFFFFFF
typedef
struct
gtpv1u_enb_create_tunnel_req_s
{
module_id_t
ue_index
;
int
num_tunnels
;
...
...
@@ -76,8 +78,9 @@ typedef struct gtpv1u_enb_update_tunnel_resp_s {
typedef
struct
gtpv1u_enb_delete_tunnel_req_s
{
module_id_t
ue_index
;
ebi_t
eps_bearer_id
;
teid_t
enb_S1u_teid
;
///< local SGW S11 Tunnel Endpoint Identifier
uint8_t
num_erab
;
ebi_t
eps_bearer_id
[
GTPV1U_MAX_BEARERS_PER_UE
];
//teid_t enb_S1u_teid; ///< local SGW S11 Tunnel Endpoint Identifier
}
gtpv1u_enb_delete_tunnel_req_t
;
typedef
struct
gtpv1u_enb_delete_tunnel_resp_s
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment