Values.UplinkConnectionDetailsSourceConnection details for customer to Agent and Agent to Ground Station
type nonrec t = {ingressAddressAndPort : ConnectionDetails.t;agentIpAndPortAddress : RangedConnectionDetails.t;}val make :
ingressAddressAndPort:ConnectionDetails.t ->
agentIpAndPortAddress:RangedConnectionDetails.t ->
unit ->
t