Attention is currently required from: keith.
pespin has posted comments on this change by keith. ( https://gerrit.osmocom.org/c/osmo-bsc/+/40917?usp=email )
Change subject: Add functions to set LAC/CI on a BTS and update hashtables. ......................................................................
Patch Set 6:
(5 comments)
Patchset:
PS6: @keith@rhizomatica.org as requested I'll rework the patch myself with the small changes mentioned below and submit, thanks!
File include/osmocom/bsc/bts.h:
https://gerrit.osmocom.org/c/osmo-bsc/+/40917/comment/f3b67ad7_0535eec0?usp=... : PS6, Line 828: int gsm_bts_set_lac(struct gsm_bts *bts, int lac); uint16_t lac
https://gerrit.osmocom.org/c/osmo-bsc/+/40917/comment/ed67ea10_6bef3916?usp=... : PS6, Line 829: int gsm_bts_set_ci(struct gsm_bts *bts, int ci); uint16_t cell_identity
File src/osmo-bsc/bts_ctrl.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/40917/comment/e1f08de6_2163182d?usp=... : PS6, Line 250: cmd->reply = talloc_asprintf(cmd, "%d", bts->location_area_code); PRIu16
https://gerrit.osmocom.org/c/osmo-bsc/+/40917/comment/818d1e21_f480047b?usp=... : PS6, Line 286: cmd->reply = talloc_asprintf(cmd, "%d", bts->cell_identity); PRIu16