From 5b0ed464904b301f5133cee221d7600eaabfcb7d Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Mon, 22 Apr 2024 15:34:55 +0800 Subject: [PATCH] fix: smf ue online user state --- features/ue/ue.go | 1 + 1 file changed, 1 insertion(+) diff --git a/features/ue/ue.go b/features/ue/ue.go index 24b61328..279e24b9 100644 --- a/features/ue/ue.go +++ b/features/ue/ue.go @@ -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"` }