Can't connect to openbts-umts

Hi all! I compiled the source code of the openbts-umts project as well as the subscriberRegistry subscriber registration module. As equipment I use usrp B200. I have registered my sim card via /nmcli.py tool. I’m running openbts-umts and using my phone to search for a 3g network I’ve created. The phone sees the created network. However, I cannot connect to this network. The phone says that the selected network is not available. Maybe I misconfigured the configs? At startup I get the following warnings:

ALERT 140106643223488 12:28:28.6 UMTSPhCh.cpp:654:chConflict: Attempt to reserve channel: sf=256 chcode=0 which conflicts with reserved channel: sf=128 chcode=0
chReserve(256,1)
ALERT 140106643223488 12:28:28.6 UMTSPhCh.cpp:654:chConflict: Attempt to reserve channel: sf=256 chcode=1 which conflicts with reserved channel: sf=128 chcode=0
1676374108.640386 140106643223488: Starting the transceiver...

[WARNING] [CORES] The requested decimation is odd; the user should expect CIC rolloff.
Select an even decimation to ensure that a halfband filter is enabled.
decimation = dsp_rate/samp_rate -> 25 = (25.000000 MHz)/(1.000000 MHz)

[WARNING] [CORES] The requested interpolation is odd; the user should expect CIC rolloff.
Select an even interpolation to ensure that a halfband filter is enabled.
interpolation = dsp_rate/samp_rate -> 25 = (25.000000 MHz)/(1.000000 MHz)

** Device ready
LLLLLLL1676374114.443652 140106643223488: 
system ready

1676374114.443672 140106643223488: 
use the OpenBTS-UMTSCLI utility to access CLI

When I try to connect to the network, I get the following output:

OpenBTS> ALERT 140608260613696 12:34:42.0 RadioInterface.cpp:341:pullBuffer: Overpower detected on receive input
ALERT 140608260613696 12:34:42.0 RadioInterface.cpp:341:pullBuffer: Overpower detected on receive input
ALERT 140608260613696 12:34:42.0 RadioInterface.cpp:341:pullBuffer: Overpower detected on receive input
ALERT 140608260613696 12:34:42.0 RadioInterface.cpp:341:pullBuffer: Overpower detected on receive input
ALERT 140608260613696 12:34:42.0 RadioInterface.cpp:341:pullBuffer: Overpower detected on receive input
38:40.3 UL_DCCH_MessageType_PR_uplinkDirectTransfer UE#1 URNTI=7241 stCELL_FACH rbid=3
38:40.3 UL GMM Msg: AttachRequest UE#1 URNTI=7241 stCELL_FACH imsi=001010000002338
PDP of 0 is 0, gmm = 88003b30, si = 88001990
PDP of 5 is 0, gmm = 88003b30, si = 88001990

Please tell me, maybe someone already has a working configuration or clear instructions on how to set it up in order to connect phones and make test calls?

As equipment I use usrp B200

These forums are for support in connection with LimeSDR software-defined radio and USRP is an NI product, hence I would suggest posting in the associated support forum.

If possible I would like to use lime sdr to create a 3g network. I have the equipment. Thank you!