mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
DAHDI: usse lower-case name to parse correctly by vty code
This commit is contained in:
@@ -369,7 +369,7 @@ static int dahdi_fd_cb(struct bsc_fd *bfd, unsigned int what)
|
||||
static int dahdi_e1_line_update(struct e1inp_line *line);
|
||||
|
||||
struct e1inp_driver dahdi_driver = {
|
||||
.name = "DAHDI",
|
||||
.name = "dahdi",
|
||||
.want_write = ts_want_write,
|
||||
.line_update = &dahdi_e1_line_update,
|
||||
};
|
||||
|
Reference in New Issue
Block a user