Hi all,

I deployed osmomsc in docker in open5gs on raspberry pi4b with ubuntu22.10 OS. I am able to build the oscmomsc but osmomsc is excited

having below error:

$ docker logs osmomsc
There is no such command.
Error occurred during reading the below line:
sgs

<0006> msc_main.c:572 Failed to parse the config file: '/etc/osmocom/osmo-msc.cfg'


I followed below steps in docker file to build

FROM ubuntu:focal

ENV DEBIAN_FRONTEND=noninteractive

# Install updates and dependencies
RUN apt-get update && \
    apt-get -y install wget gnupg telnet

RUN wget https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_20.04/Release.key && \
    mv Release.key /etc/apt/trusted.gpg.d/osmocom-latest.asc && \
    echo "deb https://downloads.osmocom.org/packages/osmocom:/latest/xUbuntu_20.04/ ./" > /etc/apt/sources.list.d/osmocom-latest.list && \
    apt-get update && apt-get -y install osmo-msc

CMD /mnt/osmomsc/osmomsc_init.sh && \
    rm -f /mnt/osmomsc/sms.db* && \
    cd /mnt/osmomsc && /bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg


Please help me to resolve the issue




Mobiveil INC., CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain proprietary confidential or privileged information or otherwise be protected by law. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender and destroy all copies and the original message.