Use latest commits from srsRAN_Project and srsRAN_4G repo

This commit is contained in:
herlesupreeth
2023-12-07 08:58:50 +01:00
parent 3e95630201
commit 59b71296ed
8 changed files with 543 additions and 17 deletions

View File

@@ -52,8 +52,8 @@ elif [[ "$COMPONENT_NAME" =~ ^(enb_zmq$) ]]; then
sed -i 's|MME_IP|'$MME_IP'|g' /etc/srsran/enb.conf
elif [[ "$COMPONENT_NAME" =~ ^(gnb_zmq$) ]]; then
echo "Configuring component: '$COMPONENT_NAME'"
cp /mnt/srslte/rr_gnb.conf /etc/srsran/rr.conf
cp /mnt/srslte/enb_zmq.conf /etc/srsran/enb.conf
cp /mnt/srslte/rr_gnb_zmq.conf /etc/srsran/rr.conf
cp /mnt/srslte/gnb_zmq.conf /etc/srsran/enb.conf
sed -i 's|MME_IP|'$AMF_IP'|g' /etc/srsran/enb.conf
elif [[ "$COMPONENT_NAME" =~ ^(ue_zmq$) ]]; then
echo "Configuring component: '$COMPONENT_NAME'"