Values.LoRaWANServiceProfileSourceLoRaWANServiceProfile object.
type nonrec t = {addGwMetadata : AddGwMetadata.t option;The AddGWMetaData value.
*)drMin : DrMinBox.t option;The DrMin value.
*)drMax : DrMaxBox.t option;The DrMax value.
*)prAllowed : PrAllowed.t option;The PRAllowed value that describes whether passive roaming is allowed.
*)raAllowed : RaAllowed.t option;The RAAllowed value that describes whether roaming activation is allowed.
*)txPowerIndexMin : TxPowerIndexMin.t option;The Transmit Power Index minimum. Default: 0
*)txPowerIndexMax : TxPowerIndexMax.t option;The Transmit Power Index maximum. Default: 15
*)nbTransMin : NbTransMin.t option;The minimum number of transmissions. Default: 0
*)nbTransMax : NbTransMax.t option;The maximum number of transmissions. Default: 3
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of AddGwMetadata.t | `Integer of DrMinBox.t ])
list ]