cosmetic: Move comment one line below in append_gprs_cell_opt

Move it above the place where the bit is set, since the bit represents
whether Extension Information is available, not whether R99 is
available.

Change-Id: Ice592acc50a24efd7fe4cf1a91f1d48fd74f38d8
This commit is contained in:
Pau Espin Pedrol 2021-02-09 19:29:28 +01:00 committed by laforge
parent 3e2e4a017a
commit c31809faf3
1 changed files with 1 additions and 2 deletions

View File

@ -906,9 +906,8 @@ static int append_gprs_cell_opt(struct bitvec *bv,
bitvec_set_bit(bv, 0);
} else {
/* extension information */
/* R99 extension: */
bitvec_set_bit(bv, 1);
/* R99 extension: */
if (!gco->ext_info.egprs_supported) {
/* 6bit length of extension */
bitvec_set_uint(bv, (1 + 5)-1, 6);