Attention is currently required from: osmith.
1 comment:
File include/osmocom/gsm/protocol/gsm_04_08.h:
Patch Set #1, Line 2158: /* GSM 04.08 Table 10.72: In network to MS direction, the network must send
This kind of approach is usually placed inside the enum to quickly see it's related to it:
enum gsm48_bcap_rrq {
GSM48_BCAP_RRQ_FR_ONLY = 1,
GSM48_BCAP_RRQ_DUAL_HR = 2,
GSM48_BCAP_RRQ_DUAL_FR = 3,
/* GSM 04.08 Table 10.72: In network to MS direction, the network must send
* spare bits that are encoded the same as FR_ONLY. */
#define GSM48_BCAP_RRQ_SPARE_NETWORK_TO_MS GSM48_BCAP_RRQ_FR_ONLY
};
To view, visit change 41056. To unsubscribe, or for help writing mail filters, visit settings.