Documentation ¶
Overview ¶
Package directoryd provides a client API for interacting with the directory cloud service, which manages the UE location information
Index ¶
Constants ¶
View Source
const ( ServiceName = "DIRECTORYD" ImsiPrefix = "IMSI" UseCloudDirectordEnv = "USE_CLOUD_DIRECTORYD" )
Variables ¶
This section is empty.
Functions ¶
func DeleteRecord ¶
func DeleteRecord(request *protos.DeleteRecordRequest) error
DeleteRecord deletes the directory record for the provided ID
func GetGatewayDirectorydClient ¶
func GetGatewayDirectorydClient() (protos.GatewayDirectoryServiceClient, error)
Get a thin RPC client to the gateway directory service.
func PrependImsiPrefix ¶
func UpdateRecord ¶
func UpdateRecord(request *protos.UpdateRecordRequest) error
UpdateRecord updates the directory record for the provided ID with the calling GW's HW ID and any associated identifiers
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.