Use latest commits from srsRAN_Project and srsRAN_4G repo
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user