Commit Graph

18 Commits

Author SHA1 Message Date
Harald Welte 0dacb3a38c introduce git submodule for src/lib
This means that clones now have to use 'git clone --recursive'
or existing clones have to manually do 'git submodule init && git
submodule update'.

The advantage is that the new library submodule can be used from other
projects like osmo-cc-* without code duplication.
2022-05-01 13:46:49 +02:00
Harald Welte 870fc7e976 remove src/lib from this repository, prepare for submodule
The contents of src/lib will be replaced with a submodule
in a following commit.
2022-05-01 13:46:05 +02:00
Harald Welte 6a2a3dca26 re-structure directory tree in preparation of submodules
This moves src/lib* to src/lib/lib* so that we can replace it
with the osmocom-analog-libraries.git submodule in a subsequent
commit.
2022-05-01 13:44:02 +02:00
Andreas Eversberg e1dcbb89db Fixed issue in handling channel offer
When (exclusive or suggested) channel is offered, we must "seize" it, so that
it is linked with call instance. Still the channel might be changed on reply.
2022-05-01 10:15:08 +02:00
Andreas Eversberg ef4950bd66 Updated Libs 2021-11-07 07:28:12 +01:00
Andreas Eversberg 231cc1b9f9 update libs 2021-07-09 20:26:07 +02:00
Andreas Eversberg 8300dce9fb Updated libs 2021-03-28 13:15:12 +02:00
Andreas Eversberg eb9b40c260 Fixed MSN option and handling 2021-03-28 12:52:58 +02:00
Andreas Eversberg 234f18cb43 Updated libs 2021-03-20 11:37:33 +01:00
Andreas Eversberg a6315c2916 Add missing m4 directory 2021-03-20 07:23:31 +01:00
Andreas Eversberg e61a000eae Fix configure.ac 2021-03-20 07:23:23 +01:00
Andreas Eversberg 0a97f9edc0 Add option for config file path 2021-03-14 11:13:04 +01:00
Andreas Eversberg 18471ad4c0 Updated libs 2021-03-14 11:12:42 +01:00
Martin Hauke c2caeb2a2f Fix typos 2021-01-03 10:08:10 +01:00
Andreas Eversberg 024bbb0592 Updated libs 2021-01-03 10:01:23 +01:00
Andreas Eversberg 3cee5be7b2 Add LICENSE file 2021-01-03 09:46:59 +01:00
Andreas Eversberg e2476976a7 Add libraries from Osmocom-Analog 2020-12-29 11:16:44 +01:00
Andreas Eversberg 22dab51ab1 Initial GIT import 2020-12-23 10:00:18 +01:00