Big red button addition
[portal/ric-dashboard.git] / webapp-frontend / src / app / services / e2-mgr / e2-mgr.service.ts
index 1c1a534..f08face 100644 (file)
@@ -62,4 +62,8 @@ export class E2ManagerService {
     return this.httpClient.post(this.basePath + 'x2Setup', req);
   }
 
+  disconnectAllRAN() {
+    return this.httpClient.delete((this.basePath + 'disconnectAllRAN'), { observe: 'response' });
+  }
+
 }