aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon/gsup_test_client.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso1-2/+1
Use new function available in libosmocore to set up timers. Compile tested only. Change-Id: Ibcfd915688e97d370a888888a83a7c95cbe16819
2017-01-23cosmetic: use osmo_strlcpy() everywhereNeels Hofmeyr1-2/+1
Shorten some code and make obvious to the reader that the string copy is done in a safe way. Change-Id: I900726cf06d34128db22a3d3d911ee0d1423b1bd
2017-01-23fix strncpy() invocation in vty_interface_layer3.c and 3 testsNeels Hofmeyr1-3/+4
Use osmo_strlcpy() to fix unsafe invocation of strncpy(), which potentially left the result unterminated. Change-Id: I1a119b1760a3e3262538b4b012d476fdce505482
2016-12-13move grps_gsup_client.c to libcommon/gsup_client.cNeels Hofmeyr1-0/+299
This is in preparation for libvlr. Related: OS#1592 Change-Id: I9ad7dc7f17f3b033c779de9ae8bc120655502fce