Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
d7b6aa05
Commit
d7b6aa05
authored
Dec 10, 2014
by
gauthier
Browse files
ooops
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@6227
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
4868d631
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/COMMON/gtpv1_u_messages_types.h
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
{
...
...
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