X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fe2-mgr%2Fe2-mgr.service.ts;h=f08facee21e62ba33bbcbd7af4a09077cbc27a20;hb=c40f0d5d74bfa57a8ee28ba818b7fcd67633177d;hp=1c1a534d2421c3554c4545adbf8b9d5f0c840de1;hpb=29ce34b03e4099786f14cd7fc5473305da8750d6;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts b/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts index 1c1a534d..f08facee 100644 --- a/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts +++ b/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts @@ -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' }); + } + }