Attention is currently required from: neels.
Patch set 1:Code-Review +1
1 comment:
File src/osmo-hnbgw/hnbgw_hnbap.c:
Patch Set #1, Line 657: cause.present = HNBAP_Cause_PR_protocol;
probably better to do here:
cause = (HNBAP_Cause_t){
.present = HNBAP_Cause_PR_protocol,
.choice.protocol = HNBAP_CauseProtocol_unspecified,
};
To view, visit change 37996. To unsubscribe, or for help writing mail filters, visit settings.