Merge remote-tracking branch 'origin/main' into lichang

This commit is contained in:
TsMask
2024-04-24 15:40:15 +08:00
12 changed files with 46 additions and 38 deletions

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"`
}