X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fei.types.ts;h=814c099bf2af12416e16fdd0979674927638289b;hb=refs%2Fchanges%2F86%2F5586%2F2;hp=2b0d92d7c2c93c7a69a124f605680b668207d844;hpb=94225563a68aecb49e713eb8508fb278682cec08;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/interfaces/ei.types.ts b/webapp-frontend/src/app/interfaces/ei.types.ts index 2b0d92d..814c099 100644 --- a/webapp-frontend/src/app/interfaces/ei.types.ts +++ b/webapp-frontend/src/app/interfaces/ei.types.ts @@ -32,4 +32,16 @@ export interface EIProducer { ei_producer_id: string; ei_producer_types: string[]; status: string; +} + +export interface ProducerRegistrationInfo { + supported_ei_types: String[] +} + +export enum OperationalState { + ENABLED, + DISABLED +} +export interface ProducerStatus { + opState: OperationalState } \ No newline at end of file