mirror of
https://github.com/Gradiant/5g-images.git
synced 2025-11-02 21:13:13 +00:00
Renamed EPC
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
5G end to end communication demo with open5gs and srsLTE.
|
||||
|
||||
# Deployment NGC and register subscribers
|
||||
# Deployment EPC and register subscribers
|
||||
|
||||
deploy the ngc core (open5gs) with:
|
||||
deploy the EPC core (open5gs) with:
|
||||
|
||||
```
|
||||
docker-compose -f ngc.yaml up -d
|
||||
docker-compose -f epc.yaml up -d
|
||||
```
|
||||
|
||||
Register subscriber in ngc with `/register_subscriber.sh`.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker-compose exec upf iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE;
|
||||
docker-compose exec ue ip route replace default via 10.45.0.1
|
||||
docker-compose -f ngc.yaml exec upf iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE;
|
||||
docker-compose -f srslte.yaml exec ue ip route replace default via 10.45.0.1
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
[{"imsi":"001010123456789","pdn":[{"apn":"internet","pcc_rule":[],"qos":{"qci":9,"arp":{"priority_level":8,"pre_emption_vulnerability":1,"pre_emption_capability":1}},"type":2}],"ambr":{"downlink":{"$numberLong":"1024000"},"uplink":{"$numberLong":"1024000"}},"subscribed_rau_tau_timer":12,"network_access_mode":2,"subscriber_status":0,"access_restriction_data":32,"security":{"k":"00112233445566778899aabbccddeeff","amf":"8000","op":null,"opc":"63bfa50ee6523365ff14c1f45f88737d"}},
|
||||
{"imsi":"001010100001111","pdn":[{"apn":"internet","pcc_rule":[],"qos":{"qci":9,"arp":{"priority_level":8,"pre_emption_vulnerability":1,"pre_emption_capability":1}},"type":2}],"ambr":{"downlink":{"$numberLong":"1024000"},"uplink":{"$numberLong":"1024000"}},"subscribed_rau_tau_timer":12,"network_access_mode":2,"subscriber_status":0,"access_restriction_data":32,"security":{"k":"8baf473f2f8fd09487cccbd7097c6862","amf":"8000","op":null,"opc":"734f8734007d6c5ce7a0508809e7e9c"}}]
|
||||
[{"imsi":"001010123456789","pdn":[{"apn":"internet","pcc_rule":[],"qos":{"qci":9,"arp":{"priority_level":8,"pre_emption_vulnerability":1,"pre_emption_capability":1}},"type":2}],"ambr":{"downlink":{"$numberLong":"1024000"},"uplink":{"$numberLong":"1024000"}},"subscribed_rau_tau_timer":12,"network_access_mode":2,"subscriber_status":0,"access_restriction_data":32,"security":{"k":"00112233445566778899aabbccddeeff","amf":"8000","op":null,"opc":"63bfa50ee6523365ff14c1f45f88737d"}}]
|
||||
Reference in New Issue
Block a user