Attention is currently required from: keith.
5 comments:
Patchset:
@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:
Patch Set #6, Line 828: int gsm_bts_set_lac(struct gsm_bts *bts, int lac);
uint16_t lac
Patch Set #6, Line 829: int gsm_bts_set_ci(struct gsm_bts *bts, int ci);
uint16_t cell_identity
File src/osmo-bsc/bts_ctrl.c:
Patch Set #6, Line 250: cmd->reply = talloc_asprintf(cmd, "%d", bts->location_area_code);
PRIu16
Patch Set #6, Line 286: cmd->reply = talloc_asprintf(cmd, "%d", bts->cell_identity);
PRIu16
To view, visit change 40917. To unsubscribe, or for help writing mail filters, visit settings.