Attention is currently required from: pespin.
6 comments:
File doc/examples/osmo-bsc-nat/osmo-bsc-nat.cfg:
Patch Set #1, Line 16: sccp-address bsc
why is this dropped in this patch?
It's not useful to hardcode one BSC's address in the config anymore, with this patch only the dynamically stored BSCs (as soon as they send their RESET) get used. This part of the config was read by sccp_sap_get_peer_addr_out in bsc_nat_fsm.c, which gets dropped in this patch.
File include/osmocom/bsc_nat/bsc_nat.h:
Patch Set #1, Line 49: struct conn {
subscr_conn? conn seems to generic, too many layers, protocols, levels. […]
Done
Patch Set #1, Line 87: void bsc_nat_conn_del(struct conn *conn);
subscr_conn_free()
Done
File src/osmo-bsc-nat/bsc_nat.c:
Patch Set #1, Line 121: llist_for_each_entry(conn, &bsc_nat->conns, list) {
for_each_entry_safe
Done
Patch Set #1, Line 131: llist_for_each_entry(conn, &bsc_nat->conns, list) {
for_each_entry_safe
Done
Patch Set #1, Line 241: llist_for_each_entry(msc, &bsc_nat->mscs, list) {
for_each_entry_safe (previous commit)
Done
To view, visit change 27476. To unsubscribe, or for help writing mail filters, visit settings.