Slide 22
Slide 22 text
Copyright © 2025 TOYOTA MOTOR CORPORATION All rights reserved.
POC – 監視システムプロトタイプ
実験結果(自作した監視ツールの動作ログ)
22
{"time": "2023-12-05T07:48:25.411976661+09:00", "level": "info", "msg": "Allocated UE IP address: 10.241.0.6", "NF": "SMF", "CAT": "CTX"}
{"time": "2023-12-05T07:48:25.412720710+09:00", "level": "info", "msg": "Selected UPF: UPF1-1", "NF": "SMF", "CAT": "CTX"}
{"time": "2023-12-05T07:48:25.413436458+09:00", "level": "info", "msg": "Allocated PDUAdress[10.241.0.6]", "NF": "SMF", "CAT": "PduSess", "pdu_session_id":
"2", "supi": "imsi-208930000000002"}
# Found U-Plane/PDU Session mapping: UPF: UPF1-1 SUPI: imsi-208930000000002 pdu_session_id: 2 IP(UE): 10.241.0.6
{
"name": null,
"context": {
"trace_id": "0x4419c8cca82561d8b52116276b202ee8",
"span_id": "0x396829beeaa73eae",
"trace_state": "[]"
},
"kind": "SpanKind.INTERNAL",
"parent_id": null,
"start_time": "2023-12-05T02:35:34.698170Z",
"end_time": "2023-12-05T02:35:34.698250Z",
"status": {
"status_code": "OK"
},
"attributes": {
"supi": "imsi-208930000000002",
"pdu_session_id": "2",
"ue_ip": "10.241.0.6",
"selected_upf": "UPF1-1"
},
"events": [],
"links": [],
"resource": {
"attributes": {
"service.name": "free5gc-parse.py"
},
"schema_url": ""
}
}
OpenTelemetry Trace/Span Data
(By ConsoleExporter, normally exported to remote server)
Mapping information of UE and UPF is exported as trace attributes.
Processed (parsed) Free5GC SMF Log Lines