diff options
| author | Pau Espin Pedrol <pespin@sysmocom.de> | 2019-09-17 13:13:52 +0200 | 
|---|---|---|
| committer | pespin <pespin@sysmocom.de> | 2019-10-07 13:14:14 +0000 | 
| commit | 0cbe8f01003ca71209c12eacac3abaeb9a7df862 (patch) | |
| tree | 7b867229dd5492857a010b3da4c850c47d887f31 /TODO-RELEASE | |
| parent | 4ad3cb1044df8538f8014e8e2ac6d1dc0dc0c451 (diff) | |
tdef: Introduce min_val and max_val fields
This is useful for timers expected to have a range of valid or expected
values.
Validation is done at runtime when timer values are set by the app or by
the user through the VTY.
Related: OS#4190
Change-Id: I4661ac41c29a009a1d5fc57d87aaee6041c7d1b2
Diffstat (limited to 'TODO-RELEASE')
| -rw-r--r-- | TODO-RELEASE | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/TODO-RELEASE b/TODO-RELEASE index 665ecf79..547b5a90 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -8,3 +8,4 @@  # If any interfaces have been removed or changed since the last public release: c:r:0.  #library	what			description / commit summary line  core		osmo_tdef_get()		change val_if_not_present arg from unsigned long to long to allow passing -1 +core		struct osmo_tdef	fields min_val,max_val added, ABI break (arrays of structs used in programs) | 
