Attention is currently required from: lynxis lazus, pespin.
jolly has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/35566?usp=email )
Change subject: Also track downtime when OML link is lost ......................................................................
Patch Set 1:
(1 comment)
File src/osmo-bsc/bts_ipaccess_nanobts.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/35566/comment/2bb98965_0121496b PS1, Line 763: static void ipaccess_sign_link_down(struct e1inp_line *line)
Looks like you probably want to add the downtime count here instead of ipaccess_drop_oml()? What if […]
ipaccess_sign_link_down() calls ipaccess_drop_oml() in any case. ipaccess_sign_link_down() acquires the BTS pointer from the link that went down.