Attention is currently required from: fixeria, daniel. pespin 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/8436f61f_8ca62d2b 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).
BTW, this is quite ipaccess specific, so IMHO this should go into struct ipaccess_line (aka line->driver_data)
AFAIU this "connect-timeout" has no meaning in E1 lines.