kubedge

package module
v0.1.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

README

Rebuild

Generation

go version
go help gopath
export PATH=$PATH:$GOPATH/bin
go get -u google.golang.org/grpc
go get -u google.golang.org/grpc
go get -u github.com/golang/protobuf/protoc-gen-go
sudo apt  install protobuf-compiler
protoc -I proto/ proto/kubedge.proto --go_out=plugins=grpc:go
  • Do not forget the plugins=grpc otherwise you will be missing code

On server:

go run kubedge_server/main.go

On client:

go run kubedge_client/main.go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterKubedgeServer

func RegisterKubedgeServer(s *grpc.Server, srv KubedgeServer)

Types

type ENB_ERAB_RELEASE_MSG

type ENB_ERAB_RELEASE_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_ERAB_RELEASE_MSG) Descriptor

func (*ENB_ERAB_RELEASE_MSG) Descriptor() ([]byte, []int)

func (*ENB_ERAB_RELEASE_MSG) GetImsi

func (m *ENB_ERAB_RELEASE_MSG) GetImsi() string

func (*ENB_ERAB_RELEASE_MSG) ProtoMessage

func (*ENB_ERAB_RELEASE_MSG) ProtoMessage()

func (*ENB_ERAB_RELEASE_MSG) Reset

func (m *ENB_ERAB_RELEASE_MSG) Reset()

func (*ENB_ERAB_RELEASE_MSG) String

func (m *ENB_ERAB_RELEASE_MSG) String() string

func (*ENB_ERAB_RELEASE_MSG) XXX_DiscardUnknown

func (m *ENB_ERAB_RELEASE_MSG) XXX_DiscardUnknown()

func (*ENB_ERAB_RELEASE_MSG) XXX_Marshal

func (m *ENB_ERAB_RELEASE_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_ERAB_RELEASE_MSG) XXX_Merge

func (m *ENB_ERAB_RELEASE_MSG) XXX_Merge(src proto.Message)

func (*ENB_ERAB_RELEASE_MSG) XXX_Size

func (m *ENB_ERAB_RELEASE_MSG) XXX_Size() int

func (*ENB_ERAB_RELEASE_MSG) XXX_Unmarshal

func (m *ENB_ERAB_RELEASE_MSG) XXX_Unmarshal(b []byte) error

type ENB_ERAB_SETUP_MSG

type ENB_ERAB_SETUP_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_ERAB_SETUP_MSG) Descriptor

func (*ENB_ERAB_SETUP_MSG) Descriptor() ([]byte, []int)

func (*ENB_ERAB_SETUP_MSG) GetImsi

func (m *ENB_ERAB_SETUP_MSG) GetImsi() string

func (*ENB_ERAB_SETUP_MSG) ProtoMessage

func (*ENB_ERAB_SETUP_MSG) ProtoMessage()

func (*ENB_ERAB_SETUP_MSG) Reset

func (m *ENB_ERAB_SETUP_MSG) Reset()

func (*ENB_ERAB_SETUP_MSG) String

func (m *ENB_ERAB_SETUP_MSG) String() string

func (*ENB_ERAB_SETUP_MSG) XXX_DiscardUnknown

func (m *ENB_ERAB_SETUP_MSG) XXX_DiscardUnknown()

func (*ENB_ERAB_SETUP_MSG) XXX_Marshal

func (m *ENB_ERAB_SETUP_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_ERAB_SETUP_MSG) XXX_Merge

func (m *ENB_ERAB_SETUP_MSG) XXX_Merge(src proto.Message)

func (*ENB_ERAB_SETUP_MSG) XXX_Size

func (m *ENB_ERAB_SETUP_MSG) XXX_Size() int

func (*ENB_ERAB_SETUP_MSG) XXX_Unmarshal

func (m *ENB_ERAB_SETUP_MSG) XXX_Unmarshal(b []byte) error

type ENB_INITIAL_CTXT_SETUP_MSG

type ENB_INITIAL_CTXT_SETUP_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_INITIAL_CTXT_SETUP_MSG) Descriptor

func (*ENB_INITIAL_CTXT_SETUP_MSG) Descriptor() ([]byte, []int)

func (*ENB_INITIAL_CTXT_SETUP_MSG) GetImsi

func (m *ENB_INITIAL_CTXT_SETUP_MSG) GetImsi() string

func (*ENB_INITIAL_CTXT_SETUP_MSG) ProtoMessage

func (*ENB_INITIAL_CTXT_SETUP_MSG) ProtoMessage()

func (*ENB_INITIAL_CTXT_SETUP_MSG) Reset

func (m *ENB_INITIAL_CTXT_SETUP_MSG) Reset()

func (*ENB_INITIAL_CTXT_SETUP_MSG) String

func (m *ENB_INITIAL_CTXT_SETUP_MSG) String() string

func (*ENB_INITIAL_CTXT_SETUP_MSG) XXX_DiscardUnknown

func (m *ENB_INITIAL_CTXT_SETUP_MSG) XXX_DiscardUnknown()

func (*ENB_INITIAL_CTXT_SETUP_MSG) XXX_Marshal

func (m *ENB_INITIAL_CTXT_SETUP_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_INITIAL_CTXT_SETUP_MSG) XXX_Merge

func (m *ENB_INITIAL_CTXT_SETUP_MSG) XXX_Merge(src proto.Message)

func (*ENB_INITIAL_CTXT_SETUP_MSG) XXX_Size

func (m *ENB_INITIAL_CTXT_SETUP_MSG) XXX_Size() int

func (*ENB_INITIAL_CTXT_SETUP_MSG) XXX_Unmarshal

func (m *ENB_INITIAL_CTXT_SETUP_MSG) XXX_Unmarshal(b []byte) error

type ENB_RRC_CONN_SETUP_MSG

type ENB_RRC_CONN_SETUP_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_RRC_CONN_SETUP_MSG) Descriptor

func (*ENB_RRC_CONN_SETUP_MSG) Descriptor() ([]byte, []int)

func (*ENB_RRC_CONN_SETUP_MSG) GetImsi

func (m *ENB_RRC_CONN_SETUP_MSG) GetImsi() string

func (*ENB_RRC_CONN_SETUP_MSG) ProtoMessage

func (*ENB_RRC_CONN_SETUP_MSG) ProtoMessage()

func (*ENB_RRC_CONN_SETUP_MSG) Reset

func (m *ENB_RRC_CONN_SETUP_MSG) Reset()

func (*ENB_RRC_CONN_SETUP_MSG) String

func (m *ENB_RRC_CONN_SETUP_MSG) String() string

func (*ENB_RRC_CONN_SETUP_MSG) XXX_DiscardUnknown

func (m *ENB_RRC_CONN_SETUP_MSG) XXX_DiscardUnknown()

func (*ENB_RRC_CONN_SETUP_MSG) XXX_Marshal

func (m *ENB_RRC_CONN_SETUP_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_RRC_CONN_SETUP_MSG) XXX_Merge

func (m *ENB_RRC_CONN_SETUP_MSG) XXX_Merge(src proto.Message)

func (*ENB_RRC_CONN_SETUP_MSG) XXX_Size

func (m *ENB_RRC_CONN_SETUP_MSG) XXX_Size() int

func (*ENB_RRC_CONN_SETUP_MSG) XXX_Unmarshal

func (m *ENB_RRC_CONN_SETUP_MSG) XXX_Unmarshal(b []byte) error

type ENB_S1_SIG_CONN_SETUP_MSG

type ENB_S1_SIG_CONN_SETUP_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_S1_SIG_CONN_SETUP_MSG) Descriptor

func (*ENB_S1_SIG_CONN_SETUP_MSG) Descriptor() ([]byte, []int)

func (*ENB_S1_SIG_CONN_SETUP_MSG) GetImsi

func (m *ENB_S1_SIG_CONN_SETUP_MSG) GetImsi() string

func (*ENB_S1_SIG_CONN_SETUP_MSG) ProtoMessage

func (*ENB_S1_SIG_CONN_SETUP_MSG) ProtoMessage()

func (*ENB_S1_SIG_CONN_SETUP_MSG) Reset

func (m *ENB_S1_SIG_CONN_SETUP_MSG) Reset()

func (*ENB_S1_SIG_CONN_SETUP_MSG) String

func (m *ENB_S1_SIG_CONN_SETUP_MSG) String() string

func (*ENB_S1_SIG_CONN_SETUP_MSG) XXX_DiscardUnknown

func (m *ENB_S1_SIG_CONN_SETUP_MSG) XXX_DiscardUnknown()

func (*ENB_S1_SIG_CONN_SETUP_MSG) XXX_Marshal

func (m *ENB_S1_SIG_CONN_SETUP_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_S1_SIG_CONN_SETUP_MSG) XXX_Merge

func (m *ENB_S1_SIG_CONN_SETUP_MSG) XXX_Merge(src proto.Message)

func (*ENB_S1_SIG_CONN_SETUP_MSG) XXX_Size

func (m *ENB_S1_SIG_CONN_SETUP_MSG) XXX_Size() int

func (*ENB_S1_SIG_CONN_SETUP_MSG) XXX_Unmarshal

func (m *ENB_S1_SIG_CONN_SETUP_MSG) XXX_Unmarshal(b []byte) error

type ENB_UE_CTX_RELEASE_MSG

type ENB_UE_CTX_RELEASE_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_UE_CTX_RELEASE_MSG) Descriptor

func (*ENB_UE_CTX_RELEASE_MSG) Descriptor() ([]byte, []int)

func (*ENB_UE_CTX_RELEASE_MSG) GetImsi

func (m *ENB_UE_CTX_RELEASE_MSG) GetImsi() string

func (*ENB_UE_CTX_RELEASE_MSG) ProtoMessage

func (*ENB_UE_CTX_RELEASE_MSG) ProtoMessage()

func (*ENB_UE_CTX_RELEASE_MSG) Reset

func (m *ENB_UE_CTX_RELEASE_MSG) Reset()

func (*ENB_UE_CTX_RELEASE_MSG) String

func (m *ENB_UE_CTX_RELEASE_MSG) String() string

func (*ENB_UE_CTX_RELEASE_MSG) XXX_DiscardUnknown

func (m *ENB_UE_CTX_RELEASE_MSG) XXX_DiscardUnknown()

func (*ENB_UE_CTX_RELEASE_MSG) XXX_Marshal

func (m *ENB_UE_CTX_RELEASE_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_UE_CTX_RELEASE_MSG) XXX_Merge

func (m *ENB_UE_CTX_RELEASE_MSG) XXX_Merge(src proto.Message)

func (*ENB_UE_CTX_RELEASE_MSG) XXX_Size

func (m *ENB_UE_CTX_RELEASE_MSG) XXX_Size() int

func (*ENB_UE_CTX_RELEASE_MSG) XXX_Unmarshal

func (m *ENB_UE_CTX_RELEASE_MSG) XXX_Unmarshal(b []byte) error

type ENB_X2HO_EXEC_IN_MSG

type ENB_X2HO_EXEC_IN_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_X2HO_EXEC_IN_MSG) Descriptor

func (*ENB_X2HO_EXEC_IN_MSG) Descriptor() ([]byte, []int)

func (*ENB_X2HO_EXEC_IN_MSG) GetImsi

func (m *ENB_X2HO_EXEC_IN_MSG) GetImsi() string

func (*ENB_X2HO_EXEC_IN_MSG) ProtoMessage

func (*ENB_X2HO_EXEC_IN_MSG) ProtoMessage()

func (*ENB_X2HO_EXEC_IN_MSG) Reset

func (m *ENB_X2HO_EXEC_IN_MSG) Reset()

func (*ENB_X2HO_EXEC_IN_MSG) String

func (m *ENB_X2HO_EXEC_IN_MSG) String() string

func (*ENB_X2HO_EXEC_IN_MSG) XXX_DiscardUnknown

func (m *ENB_X2HO_EXEC_IN_MSG) XXX_DiscardUnknown()

func (*ENB_X2HO_EXEC_IN_MSG) XXX_Marshal

func (m *ENB_X2HO_EXEC_IN_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_X2HO_EXEC_IN_MSG) XXX_Merge

func (m *ENB_X2HO_EXEC_IN_MSG) XXX_Merge(src proto.Message)

func (*ENB_X2HO_EXEC_IN_MSG) XXX_Size

func (m *ENB_X2HO_EXEC_IN_MSG) XXX_Size() int

func (*ENB_X2HO_EXEC_IN_MSG) XXX_Unmarshal

func (m *ENB_X2HO_EXEC_IN_MSG) XXX_Unmarshal(b []byte) error

type ENB_X2HO_EXEC_OUT_MSG

type ENB_X2HO_EXEC_OUT_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_X2HO_EXEC_OUT_MSG) Descriptor

func (*ENB_X2HO_EXEC_OUT_MSG) Descriptor() ([]byte, []int)

func (*ENB_X2HO_EXEC_OUT_MSG) GetImsi

func (m *ENB_X2HO_EXEC_OUT_MSG) GetImsi() string

func (*ENB_X2HO_EXEC_OUT_MSG) ProtoMessage

func (*ENB_X2HO_EXEC_OUT_MSG) ProtoMessage()

func (*ENB_X2HO_EXEC_OUT_MSG) Reset

func (m *ENB_X2HO_EXEC_OUT_MSG) Reset()

func (*ENB_X2HO_EXEC_OUT_MSG) String

func (m *ENB_X2HO_EXEC_OUT_MSG) String() string

func (*ENB_X2HO_EXEC_OUT_MSG) XXX_DiscardUnknown

func (m *ENB_X2HO_EXEC_OUT_MSG) XXX_DiscardUnknown()

func (*ENB_X2HO_EXEC_OUT_MSG) XXX_Marshal

func (m *ENB_X2HO_EXEC_OUT_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_X2HO_EXEC_OUT_MSG) XXX_Merge

func (m *ENB_X2HO_EXEC_OUT_MSG) XXX_Merge(src proto.Message)

func (*ENB_X2HO_EXEC_OUT_MSG) XXX_Size

func (m *ENB_X2HO_EXEC_OUT_MSG) XXX_Size() int

func (*ENB_X2HO_EXEC_OUT_MSG) XXX_Unmarshal

func (m *ENB_X2HO_EXEC_OUT_MSG) XXX_Unmarshal(b []byte) error

type ENB_X2HO_PREP_IN_MSG

type ENB_X2HO_PREP_IN_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_X2HO_PREP_IN_MSG) Descriptor

func (*ENB_X2HO_PREP_IN_MSG) Descriptor() ([]byte, []int)

func (*ENB_X2HO_PREP_IN_MSG) GetImsi

func (m *ENB_X2HO_PREP_IN_MSG) GetImsi() string

func (*ENB_X2HO_PREP_IN_MSG) ProtoMessage

func (*ENB_X2HO_PREP_IN_MSG) ProtoMessage()

func (*ENB_X2HO_PREP_IN_MSG) Reset

func (m *ENB_X2HO_PREP_IN_MSG) Reset()

func (*ENB_X2HO_PREP_IN_MSG) String

func (m *ENB_X2HO_PREP_IN_MSG) String() string

func (*ENB_X2HO_PREP_IN_MSG) XXX_DiscardUnknown

func (m *ENB_X2HO_PREP_IN_MSG) XXX_DiscardUnknown()

func (*ENB_X2HO_PREP_IN_MSG) XXX_Marshal

func (m *ENB_X2HO_PREP_IN_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_X2HO_PREP_IN_MSG) XXX_Merge

func (m *ENB_X2HO_PREP_IN_MSG) XXX_Merge(src proto.Message)

func (*ENB_X2HO_PREP_IN_MSG) XXX_Size

func (m *ENB_X2HO_PREP_IN_MSG) XXX_Size() int

func (*ENB_X2HO_PREP_IN_MSG) XXX_Unmarshal

func (m *ENB_X2HO_PREP_IN_MSG) XXX_Unmarshal(b []byte) error

type ENB_X2HO_PREP_OUT_MSG

type ENB_X2HO_PREP_OUT_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ENB_X2HO_PREP_OUT_MSG) Descriptor

func (*ENB_X2HO_PREP_OUT_MSG) Descriptor() ([]byte, []int)

func (*ENB_X2HO_PREP_OUT_MSG) GetImsi

func (m *ENB_X2HO_PREP_OUT_MSG) GetImsi() string

func (*ENB_X2HO_PREP_OUT_MSG) ProtoMessage

func (*ENB_X2HO_PREP_OUT_MSG) ProtoMessage()

func (*ENB_X2HO_PREP_OUT_MSG) Reset

func (m *ENB_X2HO_PREP_OUT_MSG) Reset()

func (*ENB_X2HO_PREP_OUT_MSG) String

func (m *ENB_X2HO_PREP_OUT_MSG) String() string

func (*ENB_X2HO_PREP_OUT_MSG) XXX_DiscardUnknown

func (m *ENB_X2HO_PREP_OUT_MSG) XXX_DiscardUnknown()

func (*ENB_X2HO_PREP_OUT_MSG) XXX_Marshal

func (m *ENB_X2HO_PREP_OUT_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ENB_X2HO_PREP_OUT_MSG) XXX_Merge

func (m *ENB_X2HO_PREP_OUT_MSG) XXX_Merge(src proto.Message)

func (*ENB_X2HO_PREP_OUT_MSG) XXX_Size

func (m *ENB_X2HO_PREP_OUT_MSG) XXX_Size() int

func (*ENB_X2HO_PREP_OUT_MSG) XXX_Unmarshal

func (m *ENB_X2HO_PREP_OUT_MSG) XXX_Unmarshal(b []byte) error

type EPCReply

type EPCReply struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response message containing the protocol or network

func (*EPCReply) Descriptor

func (*EPCReply) Descriptor() ([]byte, []int)

func (*EPCReply) GetMessage

func (m *EPCReply) GetMessage() string

func (*EPCReply) ProtoMessage

func (*EPCReply) ProtoMessage()

func (*EPCReply) Reset

func (m *EPCReply) Reset()

func (*EPCReply) String

func (m *EPCReply) String() string

func (*EPCReply) XXX_DiscardUnknown

func (m *EPCReply) XXX_DiscardUnknown()

func (*EPCReply) XXX_Marshal

func (m *EPCReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EPCReply) XXX_Merge

func (m *EPCReply) XXX_Merge(src proto.Message)

func (*EPCReply) XXX_Size

func (m *EPCReply) XXX_Size() int

func (*EPCReply) XXX_Unmarshal

func (m *EPCReply) XXX_Unmarshal(b []byte) error

type EnodeRequest

type EnodeRequest struct {
	Protocol             string   `protobuf:"bytes,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request message containing the protocol name.

func (*EnodeRequest) Descriptor

func (*EnodeRequest) Descriptor() ([]byte, []int)

func (*EnodeRequest) GetProtocol

func (m *EnodeRequest) GetProtocol() string

func (*EnodeRequest) ProtoMessage

func (*EnodeRequest) ProtoMessage()

func (*EnodeRequest) Reset

func (m *EnodeRequest) Reset()

func (*EnodeRequest) String

func (m *EnodeRequest) String() string

func (*EnodeRequest) XXX_DiscardUnknown

func (m *EnodeRequest) XXX_DiscardUnknown()

func (*EnodeRequest) XXX_Marshal

func (m *EnodeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EnodeRequest) XXX_Merge

func (m *EnodeRequest) XXX_Merge(src proto.Message)

func (*EnodeRequest) XXX_Size

func (m *EnodeRequest) XXX_Size() int

func (*EnodeRequest) XXX_Unmarshal

func (m *EnodeRequest) XXX_Unmarshal(b []byte) error

type KubedgeClient

type KubedgeClient interface {
	// Sends a message
	FiveGDemo(ctx context.Context, in *EnodeRequest, opts ...grpc.CallOption) (*EPCReply, error)
	DetectNW(ctx context.Context, in *UERequest, opts ...grpc.CallOption) (*EPCReply, error)
	// call flow messages
	MME_PDN_CONNECT(ctx context.Context, in *MME_PDN_CONNECT_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	MME_PDN_DISCONNECT(ctx context.Context, in *MME_PDN_DISCONNECT_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	MME_ATTACH(ctx context.Context, in *MME_ATTACH_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	MME_DETACH(ctx context.Context, in *MME_DETACH_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	MME_HO(ctx context.Context, in *MME_HO_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	MME_TAU(ctx context.Context, in *MME_TAU_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	MME_SERVICE_REQUEST(ctx context.Context, in *MME_SERVICE_REQUEST_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	SGW_SESSION_CREATION(ctx context.Context, in *SGW_SESSION_CREATION_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	SGW_SESSION_DELETION(ctx context.Context, in *SGW_SESSION_DELETION_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	SGW_BEARER_CREATION(ctx context.Context, in *SGW_BEARER_CREATION_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	SGW_BEARER_DELETION(ctx context.Context, in *SGW_BEARER_DELETION_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	SGW_BEARER_MODIFICATION(ctx context.Context, in *SGW_BEARER_MODIFICATION_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	SGW_DEDICATED_BEARER_ACTIVATE(ctx context.Context, in *SGW_DEDICATED_BEARER_ACTIVATE_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	SGW_DEDICATED_BEARER_DEACTIVATE(ctx context.Context, in *SGW_DEDICATED_BEARER_DEACTIVATE_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_RRC_CONN_SETUP(ctx context.Context, in *ENB_RRC_CONN_SETUP_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_S1_SIG_CONN_SETUP(ctx context.Context, in *ENB_S1_SIG_CONN_SETUP_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_INITIAL_CTXT_SETUP(ctx context.Context, in *ENB_INITIAL_CTXT_SETUP_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_UE_CTX_RELEASE(ctx context.Context, in *ENB_UE_CTX_RELEASE_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_X2HO_PREP_OUT(ctx context.Context, in *ENB_X2HO_PREP_OUT_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_X2HO_PREP_IN(ctx context.Context, in *ENB_X2HO_PREP_IN_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_X2HO_EXEC_OUT(ctx context.Context, in *ENB_X2HO_EXEC_OUT_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_X2HO_EXEC_IN(ctx context.Context, in *ENB_X2HO_EXEC_IN_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_ERAB_SETUP(ctx context.Context, in *ENB_ERAB_SETUP_MSG, opts ...grpc.CallOption) (*SIMReply, error)
	ENB_ERAB_RELEASE(ctx context.Context, in *ENB_ERAB_RELEASE_MSG, opts ...grpc.CallOption) (*SIMReply, error)
}

KubedgeClient is the client API for Kubedge service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewKubedgeClient

func NewKubedgeClient(cc *grpc.ClientConn) KubedgeClient

type KubedgeServer

type KubedgeServer interface {
	// Sends a message
	FiveGDemo(context.Context, *EnodeRequest) (*EPCReply, error)
	DetectNW(context.Context, *UERequest) (*EPCReply, error)
	// call flow messages
	MME_PDN_CONNECT(context.Context, *MME_PDN_CONNECT_MSG) (*SIMReply, error)
	MME_PDN_DISCONNECT(context.Context, *MME_PDN_DISCONNECT_MSG) (*SIMReply, error)
	MME_ATTACH(context.Context, *MME_ATTACH_MSG) (*SIMReply, error)
	MME_DETACH(context.Context, *MME_DETACH_MSG) (*SIMReply, error)
	MME_HO(context.Context, *MME_HO_MSG) (*SIMReply, error)
	MME_TAU(context.Context, *MME_TAU_MSG) (*SIMReply, error)
	MME_SERVICE_REQUEST(context.Context, *MME_SERVICE_REQUEST_MSG) (*SIMReply, error)
	SGW_SESSION_CREATION(context.Context, *SGW_SESSION_CREATION_MSG) (*SIMReply, error)
	SGW_SESSION_DELETION(context.Context, *SGW_SESSION_DELETION_MSG) (*SIMReply, error)
	SGW_BEARER_CREATION(context.Context, *SGW_BEARER_CREATION_MSG) (*SIMReply, error)
	SGW_BEARER_DELETION(context.Context, *SGW_BEARER_DELETION_MSG) (*SIMReply, error)
	SGW_BEARER_MODIFICATION(context.Context, *SGW_BEARER_MODIFICATION_MSG) (*SIMReply, error)
	SGW_DEDICATED_BEARER_ACTIVATE(context.Context, *SGW_DEDICATED_BEARER_ACTIVATE_MSG) (*SIMReply, error)
	SGW_DEDICATED_BEARER_DEACTIVATE(context.Context, *SGW_DEDICATED_BEARER_DEACTIVATE_MSG) (*SIMReply, error)
	ENB_RRC_CONN_SETUP(context.Context, *ENB_RRC_CONN_SETUP_MSG) (*SIMReply, error)
	ENB_S1_SIG_CONN_SETUP(context.Context, *ENB_S1_SIG_CONN_SETUP_MSG) (*SIMReply, error)
	ENB_INITIAL_CTXT_SETUP(context.Context, *ENB_INITIAL_CTXT_SETUP_MSG) (*SIMReply, error)
	ENB_UE_CTX_RELEASE(context.Context, *ENB_UE_CTX_RELEASE_MSG) (*SIMReply, error)
	ENB_X2HO_PREP_OUT(context.Context, *ENB_X2HO_PREP_OUT_MSG) (*SIMReply, error)
	ENB_X2HO_PREP_IN(context.Context, *ENB_X2HO_PREP_IN_MSG) (*SIMReply, error)
	ENB_X2HO_EXEC_OUT(context.Context, *ENB_X2HO_EXEC_OUT_MSG) (*SIMReply, error)
	ENB_X2HO_EXEC_IN(context.Context, *ENB_X2HO_EXEC_IN_MSG) (*SIMReply, error)
	ENB_ERAB_SETUP(context.Context, *ENB_ERAB_SETUP_MSG) (*SIMReply, error)
	ENB_ERAB_RELEASE(context.Context, *ENB_ERAB_RELEASE_MSG) (*SIMReply, error)
}

KubedgeServer is the server API for Kubedge service.

type MME_ATTACH_MSG

type MME_ATTACH_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MME_ATTACH_MSG) Descriptor

func (*MME_ATTACH_MSG) Descriptor() ([]byte, []int)

func (*MME_ATTACH_MSG) GetImsi

func (m *MME_ATTACH_MSG) GetImsi() string

func (*MME_ATTACH_MSG) ProtoMessage

func (*MME_ATTACH_MSG) ProtoMessage()

func (*MME_ATTACH_MSG) Reset

func (m *MME_ATTACH_MSG) Reset()

func (*MME_ATTACH_MSG) String

func (m *MME_ATTACH_MSG) String() string

func (*MME_ATTACH_MSG) XXX_DiscardUnknown

func (m *MME_ATTACH_MSG) XXX_DiscardUnknown()

func (*MME_ATTACH_MSG) XXX_Marshal

func (m *MME_ATTACH_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MME_ATTACH_MSG) XXX_Merge

func (m *MME_ATTACH_MSG) XXX_Merge(src proto.Message)

func (*MME_ATTACH_MSG) XXX_Size

func (m *MME_ATTACH_MSG) XXX_Size() int

func (*MME_ATTACH_MSG) XXX_Unmarshal

func (m *MME_ATTACH_MSG) XXX_Unmarshal(b []byte) error

type MME_DETACH_MSG

type MME_DETACH_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MME_DETACH_MSG) Descriptor

func (*MME_DETACH_MSG) Descriptor() ([]byte, []int)

func (*MME_DETACH_MSG) GetImsi

func (m *MME_DETACH_MSG) GetImsi() string

func (*MME_DETACH_MSG) ProtoMessage

func (*MME_DETACH_MSG) ProtoMessage()

func (*MME_DETACH_MSG) Reset

func (m *MME_DETACH_MSG) Reset()

func (*MME_DETACH_MSG) String

func (m *MME_DETACH_MSG) String() string

func (*MME_DETACH_MSG) XXX_DiscardUnknown

func (m *MME_DETACH_MSG) XXX_DiscardUnknown()

func (*MME_DETACH_MSG) XXX_Marshal

func (m *MME_DETACH_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MME_DETACH_MSG) XXX_Merge

func (m *MME_DETACH_MSG) XXX_Merge(src proto.Message)

func (*MME_DETACH_MSG) XXX_Size

func (m *MME_DETACH_MSG) XXX_Size() int

func (*MME_DETACH_MSG) XXX_Unmarshal

func (m *MME_DETACH_MSG) XXX_Unmarshal(b []byte) error

type MME_HO_MSG

type MME_HO_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MME_HO_MSG) Descriptor

func (*MME_HO_MSG) Descriptor() ([]byte, []int)

func (*MME_HO_MSG) GetImsi

func (m *MME_HO_MSG) GetImsi() string

func (*MME_HO_MSG) ProtoMessage

func (*MME_HO_MSG) ProtoMessage()

func (*MME_HO_MSG) Reset

func (m *MME_HO_MSG) Reset()

func (*MME_HO_MSG) String

func (m *MME_HO_MSG) String() string

func (*MME_HO_MSG) XXX_DiscardUnknown

func (m *MME_HO_MSG) XXX_DiscardUnknown()

func (*MME_HO_MSG) XXX_Marshal

func (m *MME_HO_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MME_HO_MSG) XXX_Merge

func (m *MME_HO_MSG) XXX_Merge(src proto.Message)

func (*MME_HO_MSG) XXX_Size

func (m *MME_HO_MSG) XXX_Size() int

func (*MME_HO_MSG) XXX_Unmarshal

func (m *MME_HO_MSG) XXX_Unmarshal(b []byte) error

type MME_PDN_CONNECT_MSG

type MME_PDN_CONNECT_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MME_PDN_CONNECT_MSG) Descriptor

func (*MME_PDN_CONNECT_MSG) Descriptor() ([]byte, []int)

func (*MME_PDN_CONNECT_MSG) GetImsi

func (m *MME_PDN_CONNECT_MSG) GetImsi() string

func (*MME_PDN_CONNECT_MSG) ProtoMessage

func (*MME_PDN_CONNECT_MSG) ProtoMessage()

func (*MME_PDN_CONNECT_MSG) Reset

func (m *MME_PDN_CONNECT_MSG) Reset()

func (*MME_PDN_CONNECT_MSG) String

func (m *MME_PDN_CONNECT_MSG) String() string

func (*MME_PDN_CONNECT_MSG) XXX_DiscardUnknown

func (m *MME_PDN_CONNECT_MSG) XXX_DiscardUnknown()

func (*MME_PDN_CONNECT_MSG) XXX_Marshal

func (m *MME_PDN_CONNECT_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MME_PDN_CONNECT_MSG) XXX_Merge

func (m *MME_PDN_CONNECT_MSG) XXX_Merge(src proto.Message)

func (*MME_PDN_CONNECT_MSG) XXX_Size

func (m *MME_PDN_CONNECT_MSG) XXX_Size() int

func (*MME_PDN_CONNECT_MSG) XXX_Unmarshal

func (m *MME_PDN_CONNECT_MSG) XXX_Unmarshal(b []byte) error

type MME_PDN_DISCONNECT_MSG

type MME_PDN_DISCONNECT_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MME_PDN_DISCONNECT_MSG) Descriptor

func (*MME_PDN_DISCONNECT_MSG) Descriptor() ([]byte, []int)

func (*MME_PDN_DISCONNECT_MSG) GetImsi

func (m *MME_PDN_DISCONNECT_MSG) GetImsi() string

func (*MME_PDN_DISCONNECT_MSG) ProtoMessage

func (*MME_PDN_DISCONNECT_MSG) ProtoMessage()

func (*MME_PDN_DISCONNECT_MSG) Reset

func (m *MME_PDN_DISCONNECT_MSG) Reset()

func (*MME_PDN_DISCONNECT_MSG) String

func (m *MME_PDN_DISCONNECT_MSG) String() string

func (*MME_PDN_DISCONNECT_MSG) XXX_DiscardUnknown

func (m *MME_PDN_DISCONNECT_MSG) XXX_DiscardUnknown()

func (*MME_PDN_DISCONNECT_MSG) XXX_Marshal

func (m *MME_PDN_DISCONNECT_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MME_PDN_DISCONNECT_MSG) XXX_Merge

func (m *MME_PDN_DISCONNECT_MSG) XXX_Merge(src proto.Message)

func (*MME_PDN_DISCONNECT_MSG) XXX_Size

func (m *MME_PDN_DISCONNECT_MSG) XXX_Size() int

func (*MME_PDN_DISCONNECT_MSG) XXX_Unmarshal

func (m *MME_PDN_DISCONNECT_MSG) XXX_Unmarshal(b []byte) error

type MME_SERVICE_REQUEST_MSG

type MME_SERVICE_REQUEST_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MME_SERVICE_REQUEST_MSG) Descriptor

func (*MME_SERVICE_REQUEST_MSG) Descriptor() ([]byte, []int)

func (*MME_SERVICE_REQUEST_MSG) GetImsi

func (m *MME_SERVICE_REQUEST_MSG) GetImsi() string

func (*MME_SERVICE_REQUEST_MSG) ProtoMessage

func (*MME_SERVICE_REQUEST_MSG) ProtoMessage()

func (*MME_SERVICE_REQUEST_MSG) Reset

func (m *MME_SERVICE_REQUEST_MSG) Reset()

func (*MME_SERVICE_REQUEST_MSG) String

func (m *MME_SERVICE_REQUEST_MSG) String() string

func (*MME_SERVICE_REQUEST_MSG) XXX_DiscardUnknown

func (m *MME_SERVICE_REQUEST_MSG) XXX_DiscardUnknown()

func (*MME_SERVICE_REQUEST_MSG) XXX_Marshal

func (m *MME_SERVICE_REQUEST_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MME_SERVICE_REQUEST_MSG) XXX_Merge

func (m *MME_SERVICE_REQUEST_MSG) XXX_Merge(src proto.Message)

func (*MME_SERVICE_REQUEST_MSG) XXX_Size

func (m *MME_SERVICE_REQUEST_MSG) XXX_Size() int

func (*MME_SERVICE_REQUEST_MSG) XXX_Unmarshal

func (m *MME_SERVICE_REQUEST_MSG) XXX_Unmarshal(b []byte) error

type MME_TAU_MSG

type MME_TAU_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MME_TAU_MSG) Descriptor

func (*MME_TAU_MSG) Descriptor() ([]byte, []int)

func (*MME_TAU_MSG) GetImsi

func (m *MME_TAU_MSG) GetImsi() string

func (*MME_TAU_MSG) ProtoMessage

func (*MME_TAU_MSG) ProtoMessage()

func (*MME_TAU_MSG) Reset

func (m *MME_TAU_MSG) Reset()

func (*MME_TAU_MSG) String

func (m *MME_TAU_MSG) String() string

func (*MME_TAU_MSG) XXX_DiscardUnknown

func (m *MME_TAU_MSG) XXX_DiscardUnknown()

func (*MME_TAU_MSG) XXX_Marshal

func (m *MME_TAU_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MME_TAU_MSG) XXX_Merge

func (m *MME_TAU_MSG) XXX_Merge(src proto.Message)

func (*MME_TAU_MSG) XXX_Size

func (m *MME_TAU_MSG) XXX_Size() int

func (*MME_TAU_MSG) XXX_Unmarshal

func (m *MME_TAU_MSG) XXX_Unmarshal(b []byte) error

type SGW_BEARER_CREATION_MSG

type SGW_BEARER_CREATION_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SGW_BEARER_CREATION_MSG) Descriptor

func (*SGW_BEARER_CREATION_MSG) Descriptor() ([]byte, []int)

func (*SGW_BEARER_CREATION_MSG) GetImsi

func (m *SGW_BEARER_CREATION_MSG) GetImsi() string

func (*SGW_BEARER_CREATION_MSG) ProtoMessage

func (*SGW_BEARER_CREATION_MSG) ProtoMessage()

func (*SGW_BEARER_CREATION_MSG) Reset

func (m *SGW_BEARER_CREATION_MSG) Reset()

func (*SGW_BEARER_CREATION_MSG) String

func (m *SGW_BEARER_CREATION_MSG) String() string

func (*SGW_BEARER_CREATION_MSG) XXX_DiscardUnknown

func (m *SGW_BEARER_CREATION_MSG) XXX_DiscardUnknown()

func (*SGW_BEARER_CREATION_MSG) XXX_Marshal

func (m *SGW_BEARER_CREATION_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SGW_BEARER_CREATION_MSG) XXX_Merge

func (m *SGW_BEARER_CREATION_MSG) XXX_Merge(src proto.Message)

func (*SGW_BEARER_CREATION_MSG) XXX_Size

func (m *SGW_BEARER_CREATION_MSG) XXX_Size() int

func (*SGW_BEARER_CREATION_MSG) XXX_Unmarshal

func (m *SGW_BEARER_CREATION_MSG) XXX_Unmarshal(b []byte) error

type SGW_BEARER_DELETION_MSG

type SGW_BEARER_DELETION_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SGW_BEARER_DELETION_MSG) Descriptor

func (*SGW_BEARER_DELETION_MSG) Descriptor() ([]byte, []int)

func (*SGW_BEARER_DELETION_MSG) GetImsi

func (m *SGW_BEARER_DELETION_MSG) GetImsi() string

func (*SGW_BEARER_DELETION_MSG) ProtoMessage

func (*SGW_BEARER_DELETION_MSG) ProtoMessage()

func (*SGW_BEARER_DELETION_MSG) Reset

func (m *SGW_BEARER_DELETION_MSG) Reset()

func (*SGW_BEARER_DELETION_MSG) String

func (m *SGW_BEARER_DELETION_MSG) String() string

func (*SGW_BEARER_DELETION_MSG) XXX_DiscardUnknown

func (m *SGW_BEARER_DELETION_MSG) XXX_DiscardUnknown()

func (*SGW_BEARER_DELETION_MSG) XXX_Marshal

func (m *SGW_BEARER_DELETION_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SGW_BEARER_DELETION_MSG) XXX_Merge

func (m *SGW_BEARER_DELETION_MSG) XXX_Merge(src proto.Message)

func (*SGW_BEARER_DELETION_MSG) XXX_Size

func (m *SGW_BEARER_DELETION_MSG) XXX_Size() int

func (*SGW_BEARER_DELETION_MSG) XXX_Unmarshal

func (m *SGW_BEARER_DELETION_MSG) XXX_Unmarshal(b []byte) error

type SGW_BEARER_MODIFICATION_MSG

type SGW_BEARER_MODIFICATION_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SGW_BEARER_MODIFICATION_MSG) Descriptor

func (*SGW_BEARER_MODIFICATION_MSG) Descriptor() ([]byte, []int)

func (*SGW_BEARER_MODIFICATION_MSG) GetImsi

func (m *SGW_BEARER_MODIFICATION_MSG) GetImsi() string

func (*SGW_BEARER_MODIFICATION_MSG) ProtoMessage

func (*SGW_BEARER_MODIFICATION_MSG) ProtoMessage()

func (*SGW_BEARER_MODIFICATION_MSG) Reset

func (m *SGW_BEARER_MODIFICATION_MSG) Reset()

func (*SGW_BEARER_MODIFICATION_MSG) String

func (m *SGW_BEARER_MODIFICATION_MSG) String() string

func (*SGW_BEARER_MODIFICATION_MSG) XXX_DiscardUnknown

func (m *SGW_BEARER_MODIFICATION_MSG) XXX_DiscardUnknown()

func (*SGW_BEARER_MODIFICATION_MSG) XXX_Marshal

func (m *SGW_BEARER_MODIFICATION_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SGW_BEARER_MODIFICATION_MSG) XXX_Merge

func (m *SGW_BEARER_MODIFICATION_MSG) XXX_Merge(src proto.Message)

func (*SGW_BEARER_MODIFICATION_MSG) XXX_Size

func (m *SGW_BEARER_MODIFICATION_MSG) XXX_Size() int

func (*SGW_BEARER_MODIFICATION_MSG) XXX_Unmarshal

func (m *SGW_BEARER_MODIFICATION_MSG) XXX_Unmarshal(b []byte) error

type SGW_DEDICATED_BEARER_ACTIVATE_MSG

type SGW_DEDICATED_BEARER_ACTIVATE_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) Descriptor

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) Descriptor() ([]byte, []int)

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) GetImsi

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) ProtoMessage

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) ProtoMessage()

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) Reset

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) String

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_DiscardUnknown

func (m *SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_DiscardUnknown()

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_Marshal

func (m *SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_Merge

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_Size

func (m *SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_Size() int

func (*SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_Unmarshal

func (m *SGW_DEDICATED_BEARER_ACTIVATE_MSG) XXX_Unmarshal(b []byte) error

type SGW_DEDICATED_BEARER_DEACTIVATE_MSG

type SGW_DEDICATED_BEARER_DEACTIVATE_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) Descriptor

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) Descriptor() ([]byte, []int)

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) GetImsi

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) ProtoMessage

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) ProtoMessage()

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) Reset

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) String

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_DiscardUnknown

func (m *SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_DiscardUnknown()

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_Marshal

func (m *SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_Merge

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_Size

func (*SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_Unmarshal

func (m *SGW_DEDICATED_BEARER_DEACTIVATE_MSG) XXX_Unmarshal(b []byte) error

type SGW_SESSION_CREATION_MSG

type SGW_SESSION_CREATION_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SGW_SESSION_CREATION_MSG) Descriptor

func (*SGW_SESSION_CREATION_MSG) Descriptor() ([]byte, []int)

func (*SGW_SESSION_CREATION_MSG) GetImsi

func (m *SGW_SESSION_CREATION_MSG) GetImsi() string

func (*SGW_SESSION_CREATION_MSG) ProtoMessage

func (*SGW_SESSION_CREATION_MSG) ProtoMessage()

func (*SGW_SESSION_CREATION_MSG) Reset

func (m *SGW_SESSION_CREATION_MSG) Reset()

func (*SGW_SESSION_CREATION_MSG) String

func (m *SGW_SESSION_CREATION_MSG) String() string

func (*SGW_SESSION_CREATION_MSG) XXX_DiscardUnknown

func (m *SGW_SESSION_CREATION_MSG) XXX_DiscardUnknown()

func (*SGW_SESSION_CREATION_MSG) XXX_Marshal

func (m *SGW_SESSION_CREATION_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SGW_SESSION_CREATION_MSG) XXX_Merge

func (m *SGW_SESSION_CREATION_MSG) XXX_Merge(src proto.Message)

func (*SGW_SESSION_CREATION_MSG) XXX_Size

func (m *SGW_SESSION_CREATION_MSG) XXX_Size() int

func (*SGW_SESSION_CREATION_MSG) XXX_Unmarshal

func (m *SGW_SESSION_CREATION_MSG) XXX_Unmarshal(b []byte) error

type SGW_SESSION_DELETION_MSG

type SGW_SESSION_DELETION_MSG struct {
	Imsi                 string   `protobuf:"bytes,1,opt,name=imsi,proto3" json:"imsi,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SGW_SESSION_DELETION_MSG) Descriptor

func (*SGW_SESSION_DELETION_MSG) Descriptor() ([]byte, []int)

func (*SGW_SESSION_DELETION_MSG) GetImsi

func (m *SGW_SESSION_DELETION_MSG) GetImsi() string

func (*SGW_SESSION_DELETION_MSG) ProtoMessage

func (*SGW_SESSION_DELETION_MSG) ProtoMessage()

func (*SGW_SESSION_DELETION_MSG) Reset

func (m *SGW_SESSION_DELETION_MSG) Reset()

func (*SGW_SESSION_DELETION_MSG) String

func (m *SGW_SESSION_DELETION_MSG) String() string

func (*SGW_SESSION_DELETION_MSG) XXX_DiscardUnknown

func (m *SGW_SESSION_DELETION_MSG) XXX_DiscardUnknown()

func (*SGW_SESSION_DELETION_MSG) XXX_Marshal

func (m *SGW_SESSION_DELETION_MSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SGW_SESSION_DELETION_MSG) XXX_Merge

func (m *SGW_SESSION_DELETION_MSG) XXX_Merge(src proto.Message)

func (*SGW_SESSION_DELETION_MSG) XXX_Size

func (m *SGW_SESSION_DELETION_MSG) XXX_Size() int

func (*SGW_SESSION_DELETION_MSG) XXX_Unmarshal

func (m *SGW_SESSION_DELETION_MSG) XXX_Unmarshal(b []byte) error

type SIMReply

type SIMReply struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SIMReply) Descriptor

func (*SIMReply) Descriptor() ([]byte, []int)

func (*SIMReply) GetMessage

func (m *SIMReply) GetMessage() string

func (*SIMReply) ProtoMessage

func (*SIMReply) ProtoMessage()

func (*SIMReply) Reset

func (m *SIMReply) Reset()

func (*SIMReply) String

func (m *SIMReply) String() string

func (*SIMReply) XXX_DiscardUnknown

func (m *SIMReply) XXX_DiscardUnknown()

func (*SIMReply) XXX_Marshal

func (m *SIMReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SIMReply) XXX_Merge

func (m *SIMReply) XXX_Merge(src proto.Message)

func (*SIMReply) XXX_Size

func (m *SIMReply) XXX_Size() int

func (*SIMReply) XXX_Unmarshal

func (m *SIMReply) XXX_Unmarshal(b []byte) error

type UERequest

type UERequest struct {
	Network              string   `protobuf:"bytes,1,opt,name=network,proto3" json:"network,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

This is for request from UE ( bluetooth/wifi )

func (*UERequest) Descriptor

func (*UERequest) Descriptor() ([]byte, []int)

func (*UERequest) GetNetwork

func (m *UERequest) GetNetwork() string

func (*UERequest) ProtoMessage

func (*UERequest) ProtoMessage()

func (*UERequest) Reset

func (m *UERequest) Reset()

func (*UERequest) String

func (m *UERequest) String() string

func (*UERequest) XXX_DiscardUnknown

func (m *UERequest) XXX_DiscardUnknown()

func (*UERequest) XXX_Marshal

func (m *UERequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UERequest) XXX_Merge

func (m *UERequest) XXX_Merge(src proto.Message)

func (*UERequest) XXX_Size

func (m *UERequest) XXX_Size() int

func (*UERequest) XXX_Unmarshal

func (m *UERequest) XXX_Unmarshal(b []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL