Attention is currently required from: pespin.
2 comments:
File src/sbcap_link_fsm.c:
Patch Set #3, Line 256: /* static const long asn_VAL_19_SBcAP_id_Cause = 1; */
did you leave this on purpose?
Patch Set #3, Line 264: SBcAP_Cause_missing_mandatory_element, pdu);
Looks like error with missing mandatory element is sent back even if cause is not accepted. Is this how it should be? After reading the commit message, I would have assumed:
if (cause == accepted) {
if (!ie) {
// tx error_ind_pdu: missing mandatory element
}
} else {
// ...
}
To view, visit change 28824. To unsubscribe, or for help writing mail filters, visit settings.