diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2018-11-16 01:21:46 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2018-11-19 14:38:45 +0000 |
commit | 5a25c3ec4dcb6d3789c6ce94e3c3a165cc5c04d8 (patch) | |
tree | 7135e2c06e3c7835b6adc7a4e4a0f916605823e8 /include/osmocom/gsm/protocol | |
parent | adc4172fe3c18cb93809c5f4e46e9fbdf213025e (diff) |
gsm_44_318.h: remove #if 0 from struct gan_cch_desc_ie
These are actually parts of the struct in big endian order, which will soon be
done automatically by struct_endianess.py.
Change-Id: I9bc694f10fa9cef0bb7fc791bb40e7602459b16b
Diffstat (limited to 'include/osmocom/gsm/protocol')
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_44_318.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_44_318.h b/include/osmocom/gsm/protocol/gsm_44_318.h index 76e8396c..6ac02cfd 100644 --- a/include/osmocom/gsm/protocol/gsm_44_318.h +++ b/include/osmocom/gsm/protocol/gsm_44_318.h @@ -170,15 +170,6 @@ struct gan_cch_desc_ie { dtm:1, att:1, mscr:1; -#if 0 - uint8_t mscr:1, - att:1, - dtm:1, - gprs:1, - nmo:2, - ecmc:1, - spare:1; -#endif uint8_t t3212; uint8_t rac; uint8_t sgsnr:1, @@ -187,13 +178,5 @@ struct gan_cch_desc_ie { pfcfm:1, tgecs:2, spare2:2; -#if 0 - uint8_t spare2:2, - tgecs:2, - pfcfm:1, - re:1, - ecmp:1, - sgsnr:1; -#endif uint8_t access_class[2]; } __attribute__((packed)); |