possible to deploy LTE and VoLTE in raspberry pi4B board #188
Replies: 14 comments 108 replies
-
IMO it should be possible. What is the error you are facing? |
Beta Was this translation helpful? Give feedback.
-
kindly find the below status and attached log /docker_open5gs$ docker ps -a |
Beta Was this translation helpful? Give feedback.
-
Try installing |
Beta Was this translation helpful? Give feedback.
-
after installed libsctp-dev also core network is excited /docker_open5gs$ docker ps -a piboard configuration meanwhile i am not able to build srslte also its get struck some time while building please help me |
Beta Was this translation helpful? Give feedback.
-
As per core network log i am getting below error: 07/11 14:52:39.679: [diam] FATAL: pid:Main in [email protected]:171: Loading of extension /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dbg_msg_dumps.fdx failed: /open5gs/install/lib/x86_64-linux-gnu/freeDiameter/dbg_msg_dumps.fdx: cannot open shared object file: No such file or directory |
Beta Was this translation helpful? Give feedback.
-
i was checked in /etc/apt/sources.list.d/ MongoDB is not present . may be this is the issue ? |
Beta Was this translation helpful? Give feedback.
-
sure ,please let me once you done |
Beta Was this translation helpful? Give feedback.
-
After changing version mongo is up but osmomsc and metrics still excited remaining are up docker ps -a |
Beta Was this translation helpful? Give feedback.
-
kindly find the below docker logs: docker_open5gs$ docker logs osmomsc <0006> msc_main.c:572 Failed to parse the config file: '/etc/osmocom/osmo-msc.cfg' docker_open5gs$ docker logs metrics please give me some suggestion |
Beta Was this translation helpful? Give feedback.
-
Thankyou for your support let me raise issue in osmomsc . For my understanding without osmomsc we are able to make call but sms is not able to send . Please correct me if i am wrong . Do you have any link to raise issue to osmomsc? |
Beta Was this translation helpful? Give feedback.
-
Hi herlesurpreeth, sorry just I came out of office.
If not an issue i will test on Monday and update the statuses
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Supreeth Herle ***@***.***>
Sent: Friday, July 21, 2023 5:34:09 PM
To: herlesupreeth/docker_open5gs ***@***.***>
Cc: Sivanesh Kumar K ***@***.***>; State change ***@***.***>
Subject: Re: [herlesupreeth/docker_open5gs] possible to deploy LTE and VoLTE in raspberry pi4B board (Discussion #188)
Try the below change in the same Dockerfile of osmomsc
# Install updates and dependencies
RUN apt-get update && \
apt-get -y install wget gnupg telnet libdbd-sqlite3 strace libsctp-dev
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 && strace /bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg
—
Reply to this email directly, view it on GitHub<#188 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AW4XLCU4XMQ63IKTTX7IF43XRJV3TANCNFSM6AAAAAA2EEPVDI>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
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.
|
Beta Was this translation helpful? Give feedback.
-
Thankyou for understanding
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Supreeth Herle ***@***.***>
Sent: Friday, July 21, 2023 5:37:56 PM
To: herlesupreeth/docker_open5gs ***@***.***>
Cc: Sivanesh Kumar K ***@***.***>; State change ***@***.***>
Subject: Re: [herlesupreeth/docker_open5gs] possible to deploy LTE and VoLTE in raspberry pi4B board (Discussion #188)
No rush. Let me know how it goes on Monday then
—
Reply to this email directly, view it on GitHub<#188 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AW4XLCQCB23UZ7T6FFSKVWTXRJWJZANCNFSM6AAAAAA2EEPVDI>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
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.
|
Beta Was this translation helpful? Give feedback.
-
Thankyou herlesupreeth. Let me test and update you
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Supreeth Herle ***@***.***>
Sent: Sunday, July 23, 2023 7:13:32 PM
To: herlesupreeth/docker_open5gs ***@***.***>
Cc: Sivanesh Kumar K ***@***.***>; State change ***@***.***>
Subject: Re: [herlesupreeth/docker_open5gs] possible to deploy LTE and VoLTE in raspberry pi4B board (Discussion #188)
I have pushed a new commit to the repository that should fix osmomsc issue.
—
Reply to this email directly, view it on GitHub<#188 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AW4XLCW4LBGQNPES6MBJHJDXRUTAJANCNFSM6AAAAAA2EEPVDI>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
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.
|
Beta Was this translation helpful? Give feedback.
-
If I run mention command build is not running. I think log command is not correct.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Supreeth Herle ***@***.***>
Sent: Monday, July 24, 2023 7:04:31 PM
To: herlesupreeth/docker_open5gs ***@***.***>
Cc: Sivanesh Kumar K ***@***.***>; State change ***@***.***>
Subject: Re: [herlesupreeth/docker_open5gs] possible to deploy LTE and VoLTE in raspberry pi4B board (Discussion #188)
docker build --no-cache --force-rm --progress=plain -t docker_srslte . > builder.log 2>&1
then share the builder.log
—
Reply to this email directly, view it on GitHub<#188 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AW4XLCWNN2GQYVHWMYDQFTTXRZ2WPANCNFSM6AAAAAA2EEPVDI>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
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.
|
Beta Was this translation helpful? Give feedback.
-
is this possible to deploy LTE and VoLTE by using raspberry pi4B board
I build the core network and try to up the core network but its excited
My setup:
Raspberry pi4 board with 256 GB Memory card
Ubuntu 22.04 OS
Beta Was this translation helpful? Give feedback.
All reactions