RFC Errata
RFC 8743, "Multiple Access Management Services Multi-Access Management Services (MAMS)", March 2020
Source of RFC: INDEPENDENT
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
