Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gsm: make osmo_imsi_str_valid() NULL-safe | Neels Hofmeyr | 2017-10-10 | 1 | -0/+2 |
| | | | | | | | | | No callers that would pass NULL exist, but let's check against NULL from the start. Fixup for recent change I1e94f5b0717b947d2a7a7d36bacdf04a75cb3522. Change-Id: I111fbf29228929f2cd6ffa06bcb1f69da223224e | ||||
* | add osmo_imsi_str_valid() and osmo_msisdn_str_valid() | Neels Hofmeyr | 2017-10-05 | 1 | -0/+65 |
Add GSM23003_IMSI_MIN_DIGITS definition. Add regression test gsm23003_test.c to test the two new functions. Will be used by OsmoHLR to validate VTY and CTRL input. Change-Id: I1e94f5b0717b947d2a7a7d36bacdf04a75cb3522 |