Attention is currently required from: pespin, fixeria. daniel has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/30617 )
Change subject: ipaccess: Add connect timeout in e1inp_line ......................................................................
Patch Set 4:
(1 comment)
File include/osmocom/abis/e1_input.h:
https://gerrit.osmocom.org/c/libosmo-abis/+/30617/comment/81924433_814bc2d7 PS3, Line 231: int connect_timeout; /* secs or E1INP_USE_DEFAULT */
no need for it to be an int, it can be an unsigned int (0 means disabled). […]
As far as I can see that doesn't work with the VTY configuration because there's no way to access the driver data?
ipaccess_line is allocated by the driver line_update() which in turn already tries to open/connect so it's not something you can just call.