Documentation ¶
Index ¶
- Variables
- func AmfInit()
- func BuildSmfNfProfile() (uuId string, profile models.NfProfile)
- func SctpConnectToServer(anType models.AccessType)
- func SctpSever()
- func UeAttach(anType models.AccessType)
- type TestAddr
- type TestConn
- func (c *TestConn) Close() error
- func (c *TestConn) LocalAddr() net.Addr
- func (c *TestConn) Read(b []byte) (int, error)
- func (c *TestConn) RemoteAddr() net.Addr
- func (c *TestConn) SetDeadline(t time.Time) error
- func (c *TestConn) SetReadDeadline(t time.Time) error
- func (c *TestConn) SetWriteDeadline(t time.Time) error
- func (c *TestConn) Write(b []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var AmfKeyPath = path_util.Gofree5gcPath("free5gc/support/TLS/amf.key")
View Source
var AmfLogPath = path_util.Gofree5gcPath("free5gc/amfsslkey.log")
View Source
var AmfPemPath = path_util.Gofree5gcPath("free5gc/support/TLS/amf.pem")
View Source
var Config = spew.NewDefaultConfig()
View Source
var Conn *sctp.SCTPConn
View Source
var Conn2 *sctp.SCTPConn
View Source
var Laddr *sctp.SCTPAddr
View Source
var Laddr2 *sctp.SCTPAddr
View Source
var ServerAddr *sctp.SCTPAddr
View Source
var TestAmf = amf_context.AMF_Self()
Functions ¶
func BuildSmfNfProfile ¶
func SctpConnectToServer ¶
func SctpConnectToServer(anType models.AccessType)
func UeAttach ¶
func UeAttach(anType models.AccessType)
Types ¶
Click to show internal directories.
Click to hide internal directories.