add: export log&CDR&event task
This commit is contained in:
@@ -795,20 +795,21 @@ func GetUENumFromNF(w http.ResponseWriter, r *http.Request) {
|
||||
// UENum int `json:"ueNum"` // 当前在线用户数
|
||||
// }
|
||||
|
||||
// SmfUENum SMF在线用户数
|
||||
// UENumInfo IMS/SMF在线用户数
|
||||
type UENumInfo struct {
|
||||
NeType string `json:"neType"`
|
||||
NeId string `json:"neId"`
|
||||
UENum int `json:"ueNum"` // 当前在线用户数
|
||||
Data struct {
|
||||
UENum int `json:"ueNum"` // 当前在线用户数
|
||||
} `json:"data"`
|
||||
}
|
||||
|
||||
type UENumResponse struct {
|
||||
UENums []UENumInfo
|
||||
}
|
||||
|
||||
// Get UEInfo from SMF
|
||||
func NewGetUENumFromNF(w http.ResponseWriter, r *http.Request) {
|
||||
log.Info("GetUENumFromNF processing... ")
|
||||
log.Info("NewGetUENumFromNF processing... ")
|
||||
|
||||
vars := mux.Vars(r)
|
||||
neType := vars["elementTypeValue"]
|
||||
|
||||
Reference in New Issue
Block a user