We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e5d27 commit 9587300Copy full SHA for 9587300
internal/ngap/dispatcher.go
@@ -3,11 +3,10 @@ package ngap
3
import (
4
"net"
5
6
- "github.com/free5gc/sctp"
7
-
8
"github.com/free5gc/amf/internal/context"
9
"github.com/free5gc/amf/internal/logger"
10
"github.com/free5gc/ngap"
+ "github.com/free5gc/sctp"
11
)
12
13
func Dispatch(conn net.Conn, msg []byte) {
internal/ngap/service/service.go
@@ -8,11 +8,10 @@ import (
"sync"
"syscall"
14
"github.com/free5gc/amf/pkg/factory"
15
16
17
18
type NGAPHandler struct {
0 commit comments