Attention is currently required from: falconia, fixeria, neels.
3 comments:
Commit Message:
Patch Set #7, Line 9: Some early GSM phones (like the Siemens P1 Porty) do not accept a mobile-terminating call setup if octet 3a is present.
The logic of the patch is correct, as we now know thanks to @vyanitskiy@sysmocom. […]
Done
File src/gsm/gsm48_ie.c:
Patch Set #7, Line 322: int encode_3a = 0;
Make this bool instead of int?
Done
Patch Set #7, Line 340: encode_3a == 1
If encode_3a is changed to bool, then this check should take the bool directly, without == operator.
Done
To view, visit change 36784. To unsubscribe, or for help writing mail filters, visit settings.