Attention is currently required from: fixeria, laforge, pespin.
jolly has posted comments on this change by jolly. ( https://gerrit.osmocom.org/c/osmocom-bb/+/41359?usp=email )
Change subject: Add ER-GSM band support to all relevant applications ......................................................................
Patch Set 4:
(2 comments)
File src/host/layer23/src/common/sysinfo.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/41359/comment/e0a4d5db_d0af9fa7?us... : PS3, Line 406: return gsm48_decode_freq_list(f, cd, len, mask, frqt);
Just to be sure, did you make sure this API in libosmocore. […]
I looked at the gsm48_decode_freq_list() function. Except for the P-BAND (1..124) the frequency lists are not related to any band range.
File src/shared/libosmocore/src/gsm/gsm_utils.c:
https://gerrit.osmocom.org/c/osmocom-bb/+/41359/comment/483dd9d8_31a8e274?us... : PS3, Line 484: else if (arfcn >= 940 && arfcn <= 1023)
I agree. Or even better: update the libosmocore in osmocom-bb using update-libosmocore.sh. […]
I tried to update libosmocore and talked to pespin and fixeria. There are too many dependencies, so we decided not to do this now.