diff options
author | Oliver Smith <osmith@sysmocom.de> | 2019-01-08 16:22:30 +0100 |
---|---|---|
committer | osmith <osmith@sysmocom.de> | 2019-01-09 14:53:34 +0000 |
commit | d621a1ec2ed361d5ce8d3ff71a00b71e22b88933 (patch) | |
tree | ac2f3e28f41f4b07b4316a052dc55cab47109636 /tests/gsm29205/gsm29205_test.c | |
parent | a6749ac7d4efcb3adfe3ec7959a5ef2c7a383a35 (diff) |
Cosmetic: GSUP: note "on wire" for imei_result
Note that OSMO_GSUP_IMEI_RESULT_ACK is 0 on the wire, although the
enum value is 1. Same with NACK (1 on wire, enum 2).
I had implemented enum osmo_gsup_imei_result after
enum osmo_gsup_cancel_type above, where this comment exists as well,
and I incorrectly assumed that enum osmo_gsup_cn_domain in the middle
was also implemented this way and therefore adding the comments to each
enum would be redundant. But for cn_domain, the values on the wire are
the same as the enum values.
Change-Id: If97c34f117bfaab2232bbb625e9d118c8f390e58
Diffstat (limited to 'tests/gsm29205/gsm29205_test.c')
0 files changed, 0 insertions, 0 deletions