aboutsummaryrefslogtreecommitdiffstats
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-08-26 18:03:59 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-08-26 18:30:19 +0700
commitfa6cd88ee52add3ddddb73fbfabbc1a73e688d5f (patch)
tree7f9a86d24e50f5f719b68c3f0666a599c0399412 /TODO-RELEASE
parent16b076cd15cdf5e3512656ee2e1bc55fa6afad53 (diff)
gsm0808: add gsm0808_create_sapi_reject_cause()
This is basically a successor of gsm0808_create_sapi_reject(), but instead of hard-coding GSM0808_CAUSE_BSS_NOT_EQUIPPED, it allows the caller to specify a cause value to be used. The old function is now deprecated and should not be used. Change-Id: Iefe5484d0fa02d5722b628b1dc237d51d3fb1a9b Related: OS#4728
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 8ccfa491..3c2a15b8 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,3 +7,4 @@
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
+libosmogsm new API gsm0808_create_sapi_reject_cause() with cause argument