Commit Graph

22 Commits

Author SHA1 Message Date
Vadim Yanitskiy 900ad92912 srsue/extnas: implement a simple UNIX domain socket server
Unfortunately, the existing networking API (common/network_utils.h)
lacks the UNIX domain socket support, and it turned to be easier
to implement a simple, single client server using Boost.Asio.

The server runs in its own thread with a blocking Tx queue, and
calls a user definted callback on receipt of any data from client.
Multiple client connections are not supported and will be rejected.
2020-11-09 06:31:45 +07:00
Pedro Alvarez 9ad1328bbd Copy copyright modifications into debian/copyright. 2020-10-09 12:51:50 +01:00
Francisco Paisana 64e8f5e3ed update license year 2020-06-18 12:41:54 +01:00
Pedro Alvarez 6b468b25f6 Added script to help with the packaging 2019-09-09 17:08:49 +02:00
Pedro Alvarez 8d808d3fd8 Update the debian changelog to package srsLTE 19.06 for Ubuntu Disco 2019-09-09 17:08:49 +02:00
Pedro Alvarez 6a17eefd75 Update the debian changelog to package srsLTE 19.06 for Ubuntu Cosmic 2019-09-09 17:08:49 +02:00
Pedro Alvarez 68119c7730 Update the changelog to package srsLTE 19.06 for Bionic 2019-09-09 17:08:49 +02:00
Pedro Alvarez 53e1616d0b Update the changelog to package srsLTE 19.06 for Xenial 2019-09-09 17:08:49 +02:00
Pedro Alvarez be92e8d30b Adding Ubuntu Xenial to packaging changelog 2019-09-09 17:08:49 +02:00
Pedro Alvarez 6f722b5f8c Adding Ubuntu Disco to packaging changelog 2019-09-09 17:08:49 +02:00
Pedro Alvarez c9505b1ceb Adding Ubuntu Cosmic to packaging changelog 2019-09-09 17:08:49 +02:00
Pedro Alvarez 2ea800965f Modified change log to update the naming convention of packages. Changed maintainer name to sign the package. 2019-09-09 17:08:49 +02:00
Andre Puschmann 6cde228bc1 bump version and update changelog, readme, etc. 2019-07-23 16:58:29 +02:00
Andre Puschmann 5343b33f8a adjust break and replace info in control file and adjust copyright 2019-05-13 16:55:42 +02:00
Andre Puschmann 3cabbad8ea bump version for deb packages 2019-05-13 16:55:42 +02:00
Andre Puschmann 777f5b22dc bump version for deb packages to 18.12 2019-01-22 12:09:52 +01:00
Andre Puschmann 4b2117615d update Debian packaging scripts
This commit extends and reorganizes the Debian packaging script
according to suggestions made by Ruben Undheim <ruben.undheim@gmail.com>.
2019-01-22 12:09:52 +01:00
Andre Puschmann 1c015aab62 update changelog for deb package 2018-10-15 10:09:39 +02:00
Andre Puschmann eb8a71f85b update debian files 2018-07-18 12:14:59 +02:00
Andre Puschmann 3dcddf92e3 update debian files (remove obsolete install script) 2018-07-18 10:25:27 +02:00
Andre Puschmann 6d4bb7f6b1 update debian files 2018-07-17 17:32:17 +02:00
Andre Puschmann 105d93fd5e add minimal file skeleton to build deb packages for launchpad 2018-06-01 15:33:15 +02:00