Skip to content

Commit

Permalink
Actions: Updated with changes from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Mar 10, 2022
1 parent 6db61f9 commit c89819f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/integration/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func testUEAttach(t *testing.T, testcase *testCase) {
ie.NewGateStatus(gateStatus, gateStatus),
ie.NewMBR(testcase.input.appMBR, testcase.input.appMBR),
ie.NewGBR(testcase.input.appGBR, testcase.input.appGBR),
))
))
}

if testcase.input.downlinkAppQerID != 0 {
Expand Down
6 changes: 3 additions & 3 deletions test/integration/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ type pfcpSessionData struct {
uplinkAppQerID uint32
downlinkAppQerID uint32
// only single QFI is fine, QFI is passed in session QER, but not considered.
QFI uint8
QFI uint8
sessMBR uint64
sessGBR uint64
// uplink/downlink GBR/MBR is always the same
appMBR uint64
appGBR uint64
appMBR uint64
appGBR uint64
ulGateClosed bool
dlGateClosed bool
}
Expand Down

0 comments on commit c89819f

Please sign in to comment.