Skip to content

Add google test testcases for nr_get_Pcmax.

Bartosz Podrygajlo requested to merge nr-pcmax-googletest into develop

This MR is a proposal for how a google test testcase could look like in the OAI repository. This also targets nr_get_Pcmax function which will have to be extended to handle the extended power control functionality in OAI UE.

Google Test is an open source industry standard unit testing library.

It is added either using find_package or external project fetched using FetchContent if find_package doesn't work.

Edited by Bartosz Podrygajlo

Merge request reports