Spaces:
Sleeping
Sleeping
Update app.py (#1)
Browse files- Update app.py (0827569b984dba3bbe1b3299dd360590524d0964)
Co-authored-by: hey men <[email protected]>
app.py
CHANGED
@@ -74,6 +74,26 @@ categories = [
|
|
74 |
"topic": "Public Safety and Emergency Communication",
|
75 |
"description": "This topic involves Public Safety Communication, Military Communication, Emergency Calls, Emergency Services, Disaster Communication Access, and other related areas.",
|
76 |
"experts": ["Dorin"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
}
|
78 |
]
|
79 |
|
|
|
74 |
"topic": "Public Safety and Emergency Communication",
|
75 |
"description": "This topic involves Public Safety Communication, Military Communication, Emergency Calls, Emergency Services, Disaster Communication Access, and other related areas.",
|
76 |
"experts": ["Dorin"]
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"topic": "Identifying the Human User of a Subscription",
|
80 |
+
"description": "This topic involves methods and processes for identifying the human user associated with a subscription.",
|
81 |
+
"experts": ["Kumar"] # Les experts pour cette catégorie ne sont pas spécifiés
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"topic": "Authentication and Authorization of Users and Restrictions on Users",
|
85 |
+
"description": "This topic covers authentication and authorization processes, as well as restrictions imposed on users.",
|
86 |
+
"experts": ["Kumar"] # Les experts pour cette catégorie ne sont pas spécifiés
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"topic": "Exposure of User Identity Profile Information",
|
90 |
+
"description": "This topic involves the exposure of user identity profile information and its security implications.",
|
91 |
+
"experts": ["Kumar"] # Les experts pour cette catégorie ne sont pas spécifiés
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"topic": "Identifying non-3GPP Devices Connecting behind a UE or 5G-RG",
|
95 |
+
"description": "This topic involves identifying non-3GPP devices connecting behind a UE (User Equipment) or 5G-RG (5G Residential Gateway).",
|
96 |
+
"experts": ["Kumar"] # Les experts pour cette catégorie ne sont pas spécifiés
|
97 |
}
|
98 |
]
|
99 |
|