Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wmnsk committed May 28, 2020
1 parent 7d017c6 commit 1bf3cac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ go-pfcp/examples/heartbeat/hb-server$ go run main.go

| Message Type | Message | Sxa | Sxb | Sxc | N4 | Supported? |
|--------------|--------------------------------|-----|-----|-----|----|------------|
| 50 | Session Establishment Request | X | X | X | X | |
| 51 | Session Establishment Response | X | X | X | X | |
| 52 | Session Modification Request | X | X | X | X | |
| 53 | Session Modification Response | X | X | X | X | |
| 54 | Session Deletion Request | X | X | X | X | |
| 55 | Session Deletion Response | X | X | X | X | |
| 56 | Session Report Request | X | X | X | X | |
| 57 | Session Report Response | X | X | X | X | |
| 50 | Session Establishment Request | X | X | X | X | Yes |
| 51 | Session Establishment Response | X | X | X | X | Yes |
| 52 | Session Modification Request | X | X | X | X | Yes |
| 53 | Session Modification Response | X | X | X | X | Yes |
| 54 | Session Deletion Request | X | X | X | X | Yes |
| 55 | Session Deletion Response | X | X | X | X | Yes |
| 56 | Session Report Request | X | X | X | X | Yes |
| 57 | Session Report Response | X | X | X | X | Yes |
| 58 to 99 | _(For future use)_ | | | | | - |

### Information Elements
Expand Down

0 comments on commit 1bf3cac

Please sign in to comment.