Attention is currently required from: pespin.
1 comment:
File src/osmo-bsc/osmo_bsc_bssap.c:
Patch Set #2, Line 1752: struct gsm0808_vgcs_vbs_setup_ack sa = {
this looks a bit weird, for zero-initialized structs we usually use formatting "= {};" or "= {0};"
Makes sense. (I had some values in it earlier.)
To view, visit change 33610. To unsubscribe, or for help writing mail filters, visit settings.