Commit dccbd927 authored by Raymond Knopp's avatar Raymond Knopp

Some hardcoded values in F1AP for testing with Accelleran to be removed later

parent 2e0823a7
......@@ -186,7 +186,7 @@ int DU_send_F1_SETUP_REQUEST(instance_t instance) {
INT8_TO_OCTET_STRING(1,&SliceSupport_item->sNSSAI.sST);
//OCTET_STRING_fromBuf(&SliceSupport_item->sNSSAI.sST, "1", 1);
asn1cCalloc(SliceSupport_item->sNSSAI.sD, tmp);
INT24_TO_OCTET_STRING(1,tmp);
INT24_TO_OCTET_STRING(10203,tmp);
//OCTET_STRING_fromBuf(tmp, "1",1);
//}
......
......@@ -127,7 +127,7 @@ void *F1AP_DU_task(void *arg) {
LOG_I(F1AP, "DU Task Received F1AP_SETUP_REQ\n");
f1ap_setup_req_t *msgSetup=&F1AP_SETUP_REQ(msg);
createF1inst(false, myInstance, msgSetup);
getCxt(DUtype, myInstance)->gtpInst=du_create_gtpu_instance_to_cu("192.168.18.91", //msgSetup->CU_f1_ip_address.ipv4_address, //"192.168.18.91"
getCxt(DUtype, myInstance)->gtpInst=du_create_gtpu_instance_to_cu("172.21.10.9",//"172.21.9.5", //msgSetup->CU_f1_ip_address.ipv4_address, //"192.168.18.91"
msgSetup->CUport,
msgSetup->DU_f1_ip_address.ipv4_address,
msgSetup->DUport);
......
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