aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/common/smpl_buf.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13smpl_buf: Fix str_code() param and print unknown error valPau Espin Pedrol1-1/+1
Change-Id: I95fadac15b9ad337ebc7cfb44a20dcf803ff8a47
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
Change-Id: I4ec7accb1912c052b446be7c399bed32a8c62253
2019-07-22Add SPDX annotationPau Espin Pedrol1-0/+2
Related: OS#3515 Change-Id: I3719bd8dc015569ecd81928fc079e27593cdca09
2019-05-06smpl_buf: Move it to device/common and create libdevice_common.laPau Espin Pedrol1-0/+87
Since in next commit osmo-trx-lms starts using smpl_buf.cpp, it seems some automake step doesn't like including a cpp file twice from a different directory, since race conditions can occur building it. Instead we define the dependency by first building a static lib and then using it on each libdevice.la (one per device type). We already do the similar under arch/ subdir, where we have a common/ subdir and then one subdir and lib per architecture. Change-Id: I465ad0f6d5569bb3006d711c8fd0df14391fcf35