RFC Errata
Found 3 records.
Status: Reported (3)
RFC 8743, "Multiple Access Management Services Multi-Access Management Services (MAMS)", March 2020
Source of RFC: INDEPENDENT
Errata ID: 7265
Status: Reported
Type: Technical
Publication Format(s) : PDF
Reported By: Dacheng Huang
Date Reported: 2022-12-12
Section C.2.11. says:
ConvergenceConfig convergence_config
It should say:
ConvergenceConfig convergence_config <1..*>;
Notes:
the "convergence_config" field should be an array of ConvergenceConfig. And the description in the schemas of MX UP Setup Configuration Request in Chapter C.3.10 also confirms this point
Errata ID: 7266
Status: Reported
Type: Technical
Publication Format(s) : PDF
Reported By: Dacheng Huang
Date Reported: 2022-12-12
Section C.2.12 says:
Probe Delay: Average delay of probe message, in microseconds.
It should say:
null
Notes:
This data type does not include probe latency in the definition described later. This is also confirmed in the description in Chapter 8.6.
Errata ID: 7267
Status: Reported
Type: Technical
Publication Format(s) : PDF
Reported By: Dacheng Huang
Date Reported: 2022-12-12
Section C.4.8. says:
{
"connection_id": 0,
"connection_type": "LTE",
"udp_port": 8888,
"num_delivery_connections": 2,
"delivery_connections": [{
"connection_id": 0,
"connection_type": "LTE"
},
{
"connection_id": 1,
"connection_type": "Wi-Fi",
"adaptation_method": "UDP_without_DTLS",
"adaptation_method_param": {
"tunnel_ip_addr": "192.168.3.3",
"tunnel_end_port": "6000"
}
}
]
}
It should say:
{
"connection_id": 0,
"connection_type": "LTE",
"num_active_mx_conf": 1,
"convergence_config": [{
"mx_configuration_id": 1,
"convergence_method": "MPTCP",
"convergence_method_params": {},
"num_delivery_connections": 2,
"delivery_connections": [{
"connection_id": 0,
"connection_type": "LTE"
},
{
"connection_id": 1,
"connection_type": "Wi-Fi",
"adaptation_method": "UDP_without_DTLS",
"adaptation_method_param": {
"tunnel_ip_addr": "192.168.3.3",
"tunnel_end_port": "6000"
}
}
]
}]
}
Notes:
The "udp_port" field should be deleted. And it is missing "num_active_mx_conf" field and "convergence_config" field.
The "num_delivery_connections" field and "delivery_connections" field should be in the item of "convergence_config" field
