modem lte_lc.c compiler error

i would like to get MCC, MNC and other cellular data via API. I found lte_lc_conn_eval_params_get() function/API as part of <modem/lte_lc.h> that has the information I am looking for. However I am getting the below compiler error and can't move forward. 

/opt/nordic/ncs/toolchains/ef4fc6722e/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: modules/nrf/lib/lte_link_control/lib..__nrf__lib__lte_link_control.a(lte_lc.c.obj): in function `lte_lc_conn_eval_params_get':
/opt/nordic/ncs/v3.0.1/nrf/lib/lte_link_control/lte_lc.c:186: undefined reference to `coneval_params_get'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: /opt/nordic/ncs/toolchains/ef4fc6722e/bin/cmake --build /opt/water/blinky/build/blinky

Related