X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fapp%2Fservices%2Fe2-mgr%2Fe2-mgr.service.ts;h=3d06f0df6068815455d03d3b0b712c1bd9d7cf41;hb=eb7e7f53f6cc186fd4319c729f3138540aac741a;hp=45d7b5849e646b06b06ed333e871746696749b61;hpb=64a5e9470799236f0af4ce2df98f77c94eb1bed3;p=portal%2Fric-dashboard.git diff --git a/dashboard/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts b/dashboard/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts index 45d7b584..3d06f0df 100644 --- a/dashboard/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts +++ b/dashboard/webapp-frontend/src/app/services/e2-mgr/e2-mgr.service.ts @@ -22,7 +22,7 @@ import { Injectable } from '@angular/core'; import { Observable } from 'rxjs'; import { map } from 'rxjs/operators'; import { DashboardSuccessTransport } from '../../interfaces/dashboard.types'; -import { E2RanDetails, E2SetupRequest } from '../../interfaces/e2-mgr.types'; +import { E2RanDetails } from '../../interfaces/e2-mgr.types'; import { DashboardService } from '../dashboard/dashboard.service'; @Injectable({ @@ -60,24 +60,6 @@ export class E2ManagerService { return this.httpClient.get>(path); } - /** - * Sends a request to setup an ENDC/gNodeB connection - * @returns Observable. On success there is no data, only a code. - */ - endcSetup(instanceKey: string, req: E2SetupRequest): Observable> { - const path = this.dashboardSvc.buildPath(this.component, instanceKey, this.nodebPath, 'endc-setup'); - return this.httpClient.post(path, req, { observe: 'response' }); - } - - /** - * Sends a request to setup an X2/eNodeB connection - * @returns Observable. On success there is no data, only a code. - */ - x2Setup(instanceKey: string, req: E2SetupRequest): Observable> { - const path = this.dashboardSvc.buildPath(this.component, instanceKey, this.nodebPath, 'x2-setup'); - return this.httpClient.post(path, req, { observe: 'response' }); - } - /** * Sends a request to drop all RAN connections * @returns Observable with body.