Skip to content

Commit

Permalink
fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 committed Aug 10, 2023
1 parent ab8d46a commit 7f6bbac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/sbi/producer/pdu_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ import (
"github.com/free5gc/util/httpwrapper"
)

func HandlePDUSessionSMContextCreate(isDone <-chan struct{}, request models.PostSmContextsRequest) *httpwrapper.Response {
func HandlePDUSessionSMContextCreate(isDone <-chan struct{},
request models.PostSmContextsRequest,
) *httpwrapper.Response {
// GSM State
// PDU Session Establishment Accept/Reject
var response models.PostSmContextsResponse
Expand Down

0 comments on commit 7f6bbac

Please sign in to comment.