Versions in this module Expand all Collapse all v1 v1.2.5 Sep 23, 2024 Changes in this version + var QoServerCert = "qosserver.crt" + var QosClientCert = "qosclient.crt" + var QosClientKey = "qosclient.key" + type OperatorApiGw struct + Servers *operator.OperatorApiGwServers + func (*OperatorApiGw) GetVersionProperties(ctx context.Context) map[string]string + func (OperatorApiGw) GetOperatorName() string + func (o *OperatorApiGw) CreatePrioritySession(ctx context.Context, req *dme.QosPrioritySessionCreateRequest) (*dme.QosPrioritySessionReply, error) + func (o *OperatorApiGw) DeletePrioritySession(ctx context.Context, req *dme.QosPrioritySessionDeleteRequest) (*dme.QosPrioritySessionDeleteReply, error) + func (o *OperatorApiGw) GetLocation(mreq *dme.GetLocationRequest, mreply *dme.GetLocationReply) error + func (o *OperatorApiGw) GetQOSPositionKPI(mreq *dme.QosPositionRequest, ...) error + func (o *OperatorApiGw) Init(operatorName string, servers *operator.OperatorApiGwServers) error + func (o *OperatorApiGw) SetQosSessionsApiKey(key string) + func (o *OperatorApiGw) VerifyLocation(mreq *dme.VerifyLocationRequest, mreply *dme.VerifyLocationReply) error