Drop endc/x2 connection setup support
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / app / interfaces / e2-mgr.types.ts
index f303c14..5d5bfdb 100644 (file)
 
 // Models of data used by the E2 Manager
 
-export interface E2SetupRequest {
-  ranName: string;
-  ranIp: string;
-  ranPort: string;
-}
-
 export interface E2ErrorResponse {
   errorCode: string;
   errorMessage: string;