* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fapi_5g / source / api / fapi2mac / nr5g_fapi_fapi2mac_api.h
index 13aabe7..e1f2768 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 *
-*   Copyright (c) 2019 Intel.
+*   Copyright (c) 2021 Intel.
 *
 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
@@ -43,11 +43,12 @@ p_fapi_api_queue_elem_t nr5g_fapi_fapi2mac_create_api_list_elem(
     uint32_t align_offset);
 
 void nr5g_fapi_fapi2mac_send_api_list(
-    );
+    bool is_urllc);
 
 void nr5g_fapi_fapi2mac_add_api_to_list(
     uint8_t phy_id,
-    p_fapi_api_queue_elem_t p_list_elem);
+    p_fapi_api_queue_elem_t p_list_elem,
+    bool is_urllc);
 
 void nr5g_fapi_fapi2mac_init_api_list(
     );