Spaces:
Sleeping
Sleeping
Update dist/index.html
Browse files- dist/index.html +51 -5
dist/index.html
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
<title>3GPP SBI OpenAPI</title>
|
10 |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/swagger-ui.css" />
|
11 |
<style>
|
12 |
-
#
|
13 |
position: fixed;
|
14 |
top: 0;
|
15 |
left: 0;
|
@@ -19,16 +19,36 @@
|
|
19 |
padding: 10px;
|
20 |
overflow: auto;
|
21 |
}
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
#swagger-ui {
|
24 |
margin-left: 260px;
|
25 |
padding-top: 20px;
|
26 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
</style>
|
28 |
-
</head>
|
29 |
|
30 |
<body>
|
31 |
-
<div id="
|
32 |
<label for="release-select">Select Release:</label>
|
33 |
<select id="release-select" onchange="update(currentFile)">
|
34 |
<option value="Rel-18">Rel-18</option>
|
@@ -36,6 +56,8 @@
|
|
36 |
<option value="Rel-16">Rel-16</option>
|
37 |
<option value="Rel-15">Rel-15</option>
|
38 |
</select>
|
|
|
|
|
39 |
<h5>AMF 29518</h5>
|
40 |
<ul>
|
41 |
<li><a href="#" onclick="update('TS29518_Namf_Communication.yaml')">
|
@@ -71,7 +93,7 @@
|
|
71 |
<li><a href="#" onclick="update('TS29510_Nnrf_Bootstrapping.yaml')">
|
72 |
Bootstrapping</a></li>
|
73 |
</ul>
|
74 |
-
<h5>UDM
|
75 |
<ul>
|
76 |
<li><a href="#" onclick="update('TS29503_Nudm_SDM.yaml')">
|
77 |
SDM</a></li>
|
@@ -94,6 +116,30 @@
|
|
94 |
<li><a href="#" onclick="update('TS29503_Nudm_UEID.yaml')">
|
95 |
UEID</a></li>
|
96 |
</ul>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
<!-- Add more API links here -->
|
98 |
</div>
|
99 |
<div id="swagger-ui"></div>
|
|
|
9 |
<title>3GPP SBI OpenAPI</title>
|
10 |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/swagger-ui.css" />
|
11 |
<style>
|
12 |
+
#siderelease {
|
13 |
position: fixed;
|
14 |
top: 0;
|
15 |
left: 0;
|
|
|
19 |
padding: 10px;
|
20 |
overflow: auto;
|
21 |
}
|
22 |
+
|
23 |
+
#sidebar {
|
24 |
+
position: fixed;
|
25 |
+
top: 30px;
|
26 |
+
left: 0;
|
27 |
+
width: 250px;
|
28 |
+
height: 100%;
|
29 |
+
border-right: 1px solid #ccc;
|
30 |
+
padding: 10px;
|
31 |
+
overflow: auto;
|
32 |
+
}
|
33 |
+
|
34 |
#swagger-ui {
|
35 |
margin-left: 260px;
|
36 |
padding-top: 20px;
|
37 |
}
|
38 |
+
|
39 |
+
ul {
|
40 |
+
margin-top: 0.3em;
|
41 |
+
margin-bottom: 1em;
|
42 |
+
}
|
43 |
+
|
44 |
+
h5 {
|
45 |
+
margin: 0;
|
46 |
+
}
|
47 |
</style>
|
48 |
+
</head>
|
49 |
|
50 |
<body>
|
51 |
+
<div id="siderelease">
|
52 |
<label for="release-select">Select Release:</label>
|
53 |
<select id="release-select" onchange="update(currentFile)">
|
54 |
<option value="Rel-18">Rel-18</option>
|
|
|
56 |
<option value="Rel-16">Rel-16</option>
|
57 |
<option value="Rel-15">Rel-15</option>
|
58 |
</select>
|
59 |
+
</div>
|
60 |
+
<div id="sidebar">
|
61 |
<h5>AMF 29518</h5>
|
62 |
<ul>
|
63 |
<li><a href="#" onclick="update('TS29518_Namf_Communication.yaml')">
|
|
|
93 |
<li><a href="#" onclick="update('TS29510_Nnrf_Bootstrapping.yaml')">
|
94 |
Bootstrapping</a></li>
|
95 |
</ul>
|
96 |
+
<h5>UDM 29503</h5>
|
97 |
<ul>
|
98 |
<li><a href="#" onclick="update('TS29503_Nudm_SDM.yaml')">
|
99 |
SDM</a></li>
|
|
|
116 |
<li><a href="#" onclick="update('TS29503_Nudm_UEID.yaml')">
|
117 |
UEID</a></li>
|
118 |
</ul>
|
119 |
+
<h5>NSSF 29531</h5>
|
120 |
+
<ul>
|
121 |
+
<li><a href="#" onclick="update('TS29531_Nnssf_NSSAIAvailability.yaml')">
|
122 |
+
NSSAI Availability</a></li>
|
123 |
+
<li><a href="#" onclick="update('TS29531_Nnssf_NSSelection.yaml')">
|
124 |
+
NS Selection</a></li>
|
125 |
+
</ul>
|
126 |
+
<h5>LMF 29572</h5>
|
127 |
+
<ul>
|
128 |
+
<li><a href="#" onclick="update('TS29572_Nlmf_Location.yaml')">
|
129 |
+
Location</a></li>
|
130 |
+
<li><a href="#" onclick="update('TS29572_Nlmf_Broadcast.yaml')">
|
131 |
+
Broadcast</a></li>
|
132 |
+
</ul>
|
133 |
+
<h5>AUSF 29509</h5>
|
134 |
+
<ul>
|
135 |
+
<li><a href="#" onclick="update('TS29509_Nausf_UEAuthentication.yaml')">
|
136 |
+
UE Authentication</a></li>
|
137 |
+
<li><a href="#" onclick="update('TS29509_Nausf_SoRProtection.yaml')">
|
138 |
+
SoR Protection </a></li>
|
139 |
+
<li><a href="#" onclick="update('TS29509_Nausf_UPUProtection.yaml')">
|
140 |
+
UPU Protection </a></li>
|
141 |
+
</ul>
|
142 |
+
<br></br>
|
143 |
<!-- Add more API links here -->
|
144 |
</div>
|
145 |
<div id="swagger-ui"></div>
|