e2: rename file ric_client to e2_agent

master
Piotr Gawlowicz 2 years ago committed by Justin Tallon
parent 79c3cb600b
commit 9dbd924339

@ -33,8 +33,8 @@
#include "srsenb/hdr/stack/mac/sched_interface.h" #include "srsenb/hdr/stack/mac/sched_interface.h"
#include "srsgnb/hdr/stack/gnb_stack_nr.h" #include "srsgnb/hdr/stack/gnb_stack_nr.h"
#include "srsgnb/hdr/stack/ric/e2_agent.h"
#include "srsgnb/hdr/stack/ric/e2ap_ric_subscription.h" #include "srsgnb/hdr/stack/ric/e2ap_ric_subscription.h"
#include "srsgnb/hdr/stack/ric/ric_client.h"
#include "srsran/common/bcd_helpers.h" #include "srsran/common/bcd_helpers.h"
#include "srsran/common/buffer_pool.h" #include "srsran/common/buffer_pool.h"
#include "srsran/common/interfaces_common.h" #include "srsran/common/interfaces_common.h"

@ -11,8 +11,8 @@
* *
*/ */
#ifndef RIC_CLIENT_H #ifndef E2_AGENT_H
#define RIC_CLIENT_H #define E2_AGENT_H
#include "srsgnb/hdr/stack/ric/e2ap.h" #include "srsgnb/hdr/stack/ric/e2ap.h"
#include "srsran/common/network_utils.h" #include "srsran/common/network_utils.h"
@ -88,4 +88,4 @@ private:
}; };
} // namespace srsenb } // namespace srsenb
#endif /* RIC_CLIENT_H */ #endif /* E2_AGENT_H */

@ -6,7 +6,7 @@
# the distribution. # the distribution.
# #
set(SOURCES ric_client.cc e2ap_ric_subscription.cc e2ap.cc e2sm_kpm_common.cc e2sm_kpm.cc e2sm_kpm_report_service.cc) set(SOURCES e2_agent.cc e2ap_ric_subscription.cc e2ap.cc e2sm_kpm_common.cc e2sm_kpm.cc e2sm_kpm_report_service.cc)
add_library(srsgnb_ric STATIC ${SOURCES}) add_library(srsgnb_ric STATIC ${SOURCES})
target_link_libraries(srsgnb_ric srsran_asn1 ric_e2) target_link_libraries(srsgnb_ric srsran_asn1 ric_e2)

@ -10,7 +10,7 @@
* *
*/ */
#include "srsgnb/hdr/stack/ric/ric_client.h" #include "srsgnb/hdr/stack/ric/e2_agent.h"
#include "srsran/asn1/e2ap.h" #include "srsran/asn1/e2ap.h"
using namespace srsenb; using namespace srsenb;

@ -11,8 +11,8 @@
*/ */
#include "srsgnb/hdr/stack/ric/e2ap.h" #include "srsgnb/hdr/stack/ric/e2ap.h"
#include "srsgnb/hdr/stack/ric/e2_agent.h"
#include "srsgnb/hdr/stack/ric/e2ap_ric_subscription.h" #include "srsgnb/hdr/stack/ric/e2ap_ric_subscription.h"
#include "srsgnb/hdr/stack/ric/ric_client.h"
e2ap::e2ap(srslog::basic_logger& logger, e2ap::e2ap(srslog::basic_logger& logger,
e2_agent* _e2_agent, e2_agent* _e2_agent,

Loading…
Cancel
Save