Skip to content

Commit

Permalink
Minor fixes to documentation (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Apr 18, 2024
1 parent fbc6dfa commit 78c70b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions configuration/config_upf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Below config is basic minimal config which has UE address pool configuration
config:
upf:
cfgFiles:
upf.json:
upf.jsonc:
mode: af_packet #this mode means no dpdk
hwcksum: true
log_level: "trace"
Expand All @@ -40,7 +40,7 @@ Slice rate Configuration
config:
upf:
cfgFiles:
upf.json:
upf.jsonc:
# Default global rate limits. Can be changed at runtime via BESS gRPC.
slice_rate_limit_config:
# Uplink
Expand Down Expand Up @@ -74,5 +74,5 @@ UPF Enable dpdk & sriov
# Provide sriov resource name when sriov is enabled
resourceName: "intel.com/intel_sriov_vfio"
cfgFiles:
upf.json:
upf.jsonc:
mode: dpdk
2 changes: 1 addition & 1 deletion configuration/qos_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ BESS UPF Slice rate Configuration
config:
upf:
cfgFiles:
upf.json:
upf.jsonc:
# Default global rate limits. Can be changed at runtime via BESS gRPC.
slice_rate_limit_config:
# Uplink
Expand Down
6 changes: 3 additions & 3 deletions deployment/deploymentupf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ step 2 - Install SRIOV device plugin
"pods": "110"
}
step 3 - Deploy 5G core using AiaB
'''''''''''''''''''''''''''''''''''
step 3 - Deploy 5G core using AiaB or OnRamp
''''''''''''''''''''''''''''''''''''''''''''

Update sd-core-5g-values.yaml file parameters as follows (along with any other changes
required with respect to the environment),
Expand Down Expand Up @@ -231,7 +231,7 @@ required with respect to the environment),
+ ip: "192.168.250.3/24"
+ gateway: "192.168.250.1"
cfgFiles:
upf.json:
upf.jsonc:
- mode: af_packet #this mode means no dpdk
+ mode: dpdk #this mode means no dpdk
Expand Down
2 changes: 1 addition & 1 deletion developer/aiab5g.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Aether In a Box - 5G
====================

The documentation for Aether In a Box (AiaB) - 5G is located in `Aether OnRamp <https://docs.aetherproject.org/master/onramp/overview.html>`_,
where specifics about setting up AiaB 5G, running 5G test, troubleshooting,
where specifics about setting up Aether 5G, running 5G test, troubleshooting,
and other details are described.

Developer Loop
Expand Down

0 comments on commit 78c70b1

Please sign in to comment.