Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Mohamed Mekki
openairinterface5G
Commits
793a5379
Commit
793a5379
authored
2 years ago
by
Sakthivel Velumani
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for build issues
parent
0d3564f2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/E1AP/e1ap_api.h
+5
-0
5 additions, 0 deletions
openair2/E1AP/e1ap_api.h
openair2/E1AP/e1ap_common.c
+0
-2
0 additions, 2 deletions
openair2/E1AP/e1ap_common.c
with
5 additions
and
2 deletions
openair2/E1AP/e1ap_api.h
+
5
−
0
View file @
793a5379
...
...
@@ -21,6 +21,9 @@
* contact@openairinterface.org
*/
#ifndef E1AP_API_H
#define E1AP_API_H
#include
"e1ap.h"
#include
"e1ap_common.h"
#include
"NR_DRB-ToAddModList.h"
...
...
@@ -37,3 +40,5 @@ void update_UL_UP_tunnel_info(e1ap_bearer_setup_req_t *req, instance_t instance,
void
CUUP_process_e1_bearer_context_setup_req
(
e1ap_bearer_setup_req_t
*
req
,
instance_t
instance
);
void
CUUP_process_bearer_context_mod_req
(
e1ap_bearer_setup_req_t
*
req
,
instance_t
instance
);
#endif
This diff is collapsed.
Click to expand it.
openair2/E1AP/e1ap_common.c
+
0
−
2
View file @
793a5379
...
...
@@ -164,8 +164,6 @@ int e1ap_decode_unsuccessful_outcome(E1AP_E1AP_PDU_t *pdu) {
return
0
;
}
int
asn1_xer_print
;
int
e1ap_decode_pdu
(
E1AP_E1AP_PDU_t
*
pdu
,
const
uint8_t
*
const
buffer
,
uint32_t
length
)
{
asn_dec_rval_t
dec_ret
;
DevAssert
(
buffer
!=
NULL
);
...
...
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