Skip to content
Snippets Groups Projects
Commit 793a5379 authored by Sakthivel Velumani's avatar Sakthivel Velumani
Browse files

Fixes for build issues

parent 0d3564f2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment