Extending the 5G core network of Amarisoft using Raspberry Pi as Wireless AP. Further, adding more of these Access points to create open source 5G-RAN (i.e Access Network)
- Follow steps to upgrade without removing SD card
- https://www.linuxuprising.com/2021/11/how-to-upgrade-raspberry-pi-os-10.html#:~:text=The%20easiest%20way%20to%20do,%2C%20in%20the%20Accessories%20category).&text=3.,OS%20from%20Buster%20to%20Bullseye.
iptables -t nat -A PREROUTING -p udp --destination 192.168.2.2 --dport 8000 --jump DNAT --to-destination 11.11.11.221:8000
iptables -t nat -A PREROUTING -p udp --destination 192.168.2.2 --dport 8001 --jump DNAT --to-destination 11.11.11.221:8001
iptables -t nat -A PREROUTING -p udp -d 192.168.2.2 -j DNAT --to-destination 11.11.11.221
iptables -t nat -A POSTROUTING -o wwan0 -j SNAT --to-source 192.168.2.2
- Waveshare is already installed on the Pi
- sudo minicom -D /dev/ttyUSB2 to run AT commands
cd Goonline
* make
* sudo ./simcom-cm
Haritha Lakshmi Gopinathan
- 0.1
- Initial Release
Inspiration, code snippets, etc.