Commit ac79ceb3 authored by rmagueta's avatar rmagueta

Fix build of phy-simulators

parent 6cefe154
...@@ -172,6 +172,10 @@ gtpv1u_update_ngu_tunnel( ...@@ -172,6 +172,10 @@ gtpv1u_update_ngu_tunnel(
return 0; return 0;
} }
int ocp_gtpv1u_delete_s1u_tunnel(const instance_t instance, const gtpv1u_enb_delete_tunnel_req_t *const req_pP) {
return 0;
}
int int
nr_rrc_gNB_process_GTPV1U_CREATE_TUNNEL_RESP( nr_rrc_gNB_process_GTPV1U_CREATE_TUNNEL_RESP(
const protocol_ctxt_t *const ctxt_pP, const protocol_ctxt_t *const ctxt_pP,
......
...@@ -133,6 +133,10 @@ gtpv1u_update_ngu_tunnel( ...@@ -133,6 +133,10 @@ gtpv1u_update_ngu_tunnel(
return 0; return 0;
} }
int ocp_gtpv1u_delete_s1u_tunnel(const instance_t instance, const gtpv1u_enb_delete_tunnel_req_t *const req_pP) {
return 0;
}
int int
nr_rrc_gNB_process_GTPV1U_CREATE_TUNNEL_RESP( nr_rrc_gNB_process_GTPV1U_CREATE_TUNNEL_RESP(
const protocol_ctxt_t *const ctxt_pP, const protocol_ctxt_t *const ctxt_pP,
......
...@@ -136,6 +136,10 @@ gtpv1u_create_s1u_tunnel( ...@@ -136,6 +136,10 @@ gtpv1u_create_s1u_tunnel(
return 0; return 0;
} }
int ocp_gtpv1u_delete_s1u_tunnel(const instance_t instance, const gtpv1u_enb_delete_tunnel_req_t *const req_pP) {
return 0;
}
int int
rrc_gNB_process_GTPV1U_CREATE_TUNNEL_RESP( rrc_gNB_process_GTPV1U_CREATE_TUNNEL_RESP(
const protocol_ctxt_t *const ctxt_pP, const protocol_ctxt_t *const ctxt_pP,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment