Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-ywliu committed Mar 29, 2024
1 parent 09bd34a commit d8a78a8
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Remove the kernel module from the system
```
sudo make uninstall
```
### Checkout Rules
### Check Rules
Get PDR/FAR/QER information by "/proc"
```
# if UPF used legacy netlink struct without SEID, need use #SEID=0 to query related info as below:
Expand All @@ -38,8 +38,8 @@ cat /proc/gtp5g/far
cat /proc/gtp5g/qer
```

### QoS Enable
Support Session AMBR and MFBR
### Enable/Disable QoS (Default is disabled)
Support Session AMBR and MFBR.

1) Check whether QoS is enabled or disabled. (1 means enabled, 0 means disabled)
```
Expand All @@ -55,6 +55,23 @@ Support Session AMBR and MFBR
echo 0 > /proc/gtp5g/qos
```

### Enable/Disable GTP-U Sequence Number (Default is enabled)
Support GTP-U Sequence Number.

1) Check whether GTP-U Sequence Number is enabled or disabled. (1 means enabled, 0 means disabled)
```
cat /proc/gtp5g/seq
```
2) Enable or disable GTP-U Sequence Number
+ enable
```
echo 1 > /proc/gtp5g/seq
```
+ disable
```
echo 0 > /proc/gtp5g/seq
```

### Log Related
1) check log
```
Expand Down

0 comments on commit d8a78a8

Please sign in to comment.