diff options
author | Max <msuraev@sysmocom.de> | 2016-10-11 15:20:28 +0200 |
---|---|---|
committer | Max <msuraev@sysmocom.de> | 2016-10-11 18:27:22 +0200 |
commit | ed9d6da5df98538adc70aa03cb569eb9505d04b6 (patch) | |
tree | f2f31fb65cf2b07862d37d29b7eb94123ffc38e3 /TODO-RELEASE | |
parent | cbdfa65dbed69fc19ba195d2aa8ead76f1434c5c (diff) |
Constify ctrl_cmd struct fields where appropriate
Change-Id: I3f55c1d4b965d215dc9b16f4b284b7fea4bde9e9
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 648b6a6d..b67d6dd7 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -4,3 +4,4 @@ libosmocore change major external talloc dependency / internal talloc removal libosmocore change major size of ph_data_param struct changed / Extend L1SAP PH-DATA with presence information libosmocore change major size of ph_data_param struct changed / Extend L1SAP PH-DATA with measurement information libosmocore change major size of ph_tch_param struct changed / Extend with RTP Marker +libosmocore change minor mark as const id, variable & value fields of ctrl_cmd struct |