aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
AgeCommit message (Collapse)AuthorFilesLines
2021-02-24Bump version: 0.1.1.33-4292-dirty → 0.2.00.2.0Pau Espin Pedrol1-1/+0
Change-Id: I5353aee666d88e3d439e465dd06e34a9ea4d8b29
2020-09-20make sure a given timeslot can only be opened once (by default)Harald Welte1-0/+1
Align the behavior of osmo-e1d with that of DAHDI: If a timeslot is opened once, it cannot be opened again by anyone until it is closed by the current owner. This way we'd have the same failure semantics in DAHDI vs. osmo-e1d, which is very useful in case of misconfiguration when osmo-bsc + osmo-mgw would "fight" over a timeslot. Add a osmo_e1dp_client_ts_open_force() function that allows to override and get back the original behavior. Closes: OS#4654 Change-Id: Ib25adf827ec41e74de15e0e4fdcfc9bcc9a32e58