aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/doc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/doc')
-rw-r--r--openbsc/doc/e1-data-model.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/doc/e1-data-model.txt b/openbsc/doc/e1-data-model.txt
index 9286d5f8a..509004fe9 100644
--- a/openbsc/doc/e1-data-model.txt
+++ b/openbsc/doc/e1-data-model.txt
@@ -140,7 +140,7 @@ struct e1inp_ts {
union {
struct {
/* mISDN driver has one fd for each ts */
- struct bsc_fd;
+ struct osmo_fd;
} misdn;
} driver;
};