Commit 30f14c7e authored by Robert Schmidt's avatar Robert Schmidt Committed by athanassopoulos

Rename dummy eNB function to make GTP compile in 4G (no SDAP)

parent a826af58
......@@ -32,7 +32,7 @@ void apply_macrlc_config(gNB_RRC_INST *rrc,
abort();
}
boolean_t sdap_gnb_data_req(protocol_ctxt_t *ctxt_p,
boolean_t sdap_gnb_data(protocol_ctxt_t *ctxt_p,
const srb_flag_t srb_flag,
const rb_id_t rb_id,
const mui_t mui,
......@@ -41,7 +41,6 @@ boolean_t sdap_gnb_data_req(protocol_ctxt_t *ctxt_p,
unsigned char *const sdu_buffer,
const pdcp_transmission_mode_t pt_mode,
const uint32_t *sourceL2Id,
const uint32_t *destinationL2Id
) {
const uint32_t *destinationL2Id) {
abort();
}
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