e2ap: add missing implementation to dummy interface in test

master
Piotr Gawlowicz 2 years ago committed by Justin Tallon
parent d5d876ecb0
commit 3a6cd77e9c

@ -8,6 +8,8 @@
class dummy_metrics_interface : public srsenb::e2_interface_metrics class dummy_metrics_interface : public srsenb::e2_interface_metrics
{ {
bool pull_metrics(srsenb::enb_metrics_t* m) { return true; } bool pull_metrics(srsenb::enb_metrics_t* m) { return true; }
bool register_e2sm(e2sm* sm) { return true; }
bool unregister_e2sm(e2sm* sm) { return true; }
}; };
// function to test the encoding of the E2AP message // function to test the encoding of the E2AP message
void test_reference_e2ap_setup_request() void test_reference_e2ap_setup_request()

Loading…
Cancel
Save