fix: smf ue online user state

This commit is contained in:
2024-04-22 15:34:55 +08:00
parent 5b3a43aa7c
commit 5b0ed46490

View File

@@ -46,6 +46,7 @@ type SmfUEInfo struct {
UpfN3IP string `json:"upfN3IP"`
RanN3IP string `json:"ranN3IP"`
Activetime string `json:"activeTime"`
UpState string `json:"upState"`
} `json:"pduSessionInfo"`
}