Attention is currently required from: daniel, laforge, neels.
3 comments:
Patchset:
I don't really understand what this is about TBH, just doing a quick read of the code for "unexpected" things and this seemed a bit weird to me, feel free to ignore if this is how it should be ...
File src/ranap_common_ran.c:
Patch Set #1, Line 196: static int ran_ranap_rx_unsuccessful_msg_co(RANAP_SuccessfulOutcome_t *imsg, ranap_message *message)
ran_ranap_rx_unsuccessful_msg_co takes a RANAP_SuccessfulOutcome_t as param and not some RANAP_UnsuccessfulOutcome_t
Patch Set #1, Line 247: rc = ran_ranap_rx_unsuccessful_msg_co(&pdu->choice.successfulOutcome, message);
Not pdu->choice.unsuccessfulOutcome ?
To view, visit change 36787. To unsubscribe, or for help writing mail filters, visit settings.