NetworkSearch

data class NetworkSearch(val lastRegistrationOkTimingInMinutes: List<Int>, val lastRegistrationErrorTimingInMinutes: List<Int>, val disablePeriodBaseInMinutes: Int, val disableCounterMax: Int)

Network search timing schema.

Constructors

Link copied to clipboard
constructor(lastRegistrationOkTimingInMinutes: List<Int>, lastRegistrationErrorTimingInMinutes: List<Int>, disablePeriodBaseInMinutes: Int, disableCounterMax: Int)

Properties

Link copied to clipboard

Maximum value of the counter. Range: 1:255

Link copied to clipboard

Disable time = 'disablePeriodBaseInMinutes' * counter (from 1 to 'disableCounterMax'). Range: 1:255

Link copied to clipboard

timing schema, if unsuccessful registration since the last reset. 6 items. Range: 1:255

Link copied to clipboard

timing schema, if successful registration since the last reset. 6 items. Range: 1:255

Functions

Link copied to clipboard