Attention is currently required from: lynxis lazus.
1 comment:
File sgsn/BSSGP_ConnHdlr.ttcn:
Patch Set #9, Line 691: allow_auth
Maybe add an enumerated type with three values?
```
AUTH_MODE_DISABLED
AUTH_MODE_PERMITTED
AUTH_MODE_REQUIRED
```
Let's imagine I want to make sure there's no authentication. With the current API, if I pass `allow_auth := false`, the code will still handle authentication despite it's not expected.
To view, visit change 39018. To unsubscribe, or for help writing mail filters, visit settings.