Attention is currently required from: pespin.
Patch set 2:Code-Review +1
1 comment:
File include/osmocom/bsc/gsm_data.h:
Patch Set #2, Line 993: #define LAC_CI_HASHTABLE_KEY(lac, ci) ((((uint32_t)(ci)) << sizeof(lac)) | (uint32_t)(lac))
cosmetic: << to the left, otherwise it looks like another field in this struct.
Maybe even move outside of the struct definition.
To view, visit change 38127. To unsubscribe, or for help writing mail filters, visit settings.