Commit bc799ba8 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

removed ctrl-engine clients & model

parent 6f4b7f13
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
# Cellular4gDomainConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Mnc** | **string** | Mobile Network Code part of PLMN identity as defined in ETSI TS 136 413 | [optional] [default to null]
**Mcc** | **string** | Mobile Country Code part of PLMN identity as defined in ETSI TS 136 413 | [optional] [default to null]
**DefaultCellId** | **string** | The E-UTRAN Cell Identity as defined in ETSI TS 136 413 if no cellId is defined for the cell or if not applicable | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

+0 −10
Original line number Diff line number Diff line
# Cellular4gPoaConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CellId** | **string** | The E-UTRAN Cell Identity as defined in ETSI TS 136 413 including the ID of the eNB serving the cell | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

+0 −12
Original line number Diff line number Diff line
# CellularDomainConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Mnc** | **string** | Mobile Network Code part of PLMN identity as defined in ETSI TS 136 413 | [optional] [default to null]
**Mcc** | **string** | Mobile Country Code part of PLMN identity as defined in ETSI TS 136 413 | [optional] [default to null]
**DefaultCellId** | **string** | The E-UTRAN Cell Identity as defined in ETSI TS 136 413 if no cellId is defined for the cell or if not applicable | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

+0 −10
Original line number Diff line number Diff line
# CellularPoaConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**CellId** | **string** | The E-UTRAN Cell Identity as defined in ETSI TS 136 413 including the ID of the eNB serving the cell | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

+0 −12
Original line number Diff line number Diff line
# Domain3gpp

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Mnc** | **string** | Mobile Network Code part of PLMN identity as defined in ETSI TS 136 413 | [optional] [default to null]
**Mcc** | **string** | Mobile Country Code part of PLMN identity as defined in ETSI TS 136 413 | [optional] [default to null]
**DefaultCellId** | **string** | The E-UTRAN Cell Identity as defined in ETSI TS 136 413 if no cellId is defined for the cell or if not applicable | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Loading