aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Make a minor release with the XUDT supportzecke/0.7.0-xudtHolger Hans Peter Freyther1-0/+6
2019-05-02udts/xudts: Attempt to implement unitdata service parsingHolger Hans Peter Freyther1-0/+30
2019-05-02xudt: Implement address and data extractionHolger Hans Peter Freyther3-14/+162
2015-08-01debian: Prepare a new release0.7.0Holger Hans Peter Freyther1-1/+7
2015-06-19build: Fix "make distcheck"Andreas Rottmann1-0/+2
2015-06-19gitignore: Add 'compile'Andreas Rottmann1-0/+1
2015-06-15sccp: Allow to specify the context of the incoming messageHolger Hans Peter Freyther2-7/+13
2015-04-16debian: Build new version of the packageHolger Hans Peter Freyther1-1/+7
2015-03-24mtp: Correct the pointcode maskHolger Hans Peter Freyther1-1/+1
2015-03-24mtp: Add missing defines from cellmgr-ngHolger Hans Peter Freyther1-0/+8
2015-03-24mtp: Add implementation from cellmgrHolger Hans Peter Freyther1-1/+4
2015-03-24mtp: Convert to pragma onceHolger Hans Peter Freyther1-3/+1
2015-03-24mtp: Error about unknown endian as wellHolger Hans Peter Freyther1-0/+2
2015-03-24mtp: Implement reading the OPC/DPC for little endianHolger Hans Peter Freyther2-0/+15
2015-03-24m3ua: Add the definition of the protocol data headerHolger Hans Peter Freyther1-0/+15
2015-03-23xua: Generalize the m2ua_msg and call it xua_msgHolger Hans Peter Freyther8-85/+81
2015-03-23XUA: Move m2ua headers to sigtran, create xua_types.h and m3ua_types.hHolger Hans Peter Freyther10-32/+147
2015-03-22endian: Use new osmocom/core/endian.hHolger Hans Peter Freyther3-19/+20
2015-03-14debian: Add misc depends as wanted by lintianHolger Hans Peter Freyther1-0/+1
2015-03-14debian: Bump the versionHolger Hans Peter Freyther1-0/+6
2015-03-14debian: By definition this only creates a dev packageHolger Hans Peter Freyther6-25/+0
2015-03-14debian: Move to multi-arch supportHolger Hans Peter Freyther5-10/+10
2013-12-12debian: Enable hardening for the SCCP library buildHolger Hans Peter Freyther1-0/+2
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer5-5/+5
2013-04-10sccp: Create sccp_create_cr and use it in the connection creationHolger Hans Peter Freyther2-25/+41
2013-04-10misc: Fix a compiler warning about the filter_fn typeHolger Hans Peter Freyther1-1/+1
2013-04-10misc: Use a unsigned result for the sizeof sizesHolger Hans Peter Freyther1-5/+5
2013-04-10debian: Add debug packages with the debug symbolsHolger Hans Peter Freyther2-0/+9
2013-04-10debian: Add the changelog for the next releaseHolger Hans Peter Freyther1-0/+6
2012-12-26tests: Don't delete atconfig in cleanDaniel Willmann1-1/+1
2012-08-14Use package version since git info won't be available.0.0.6.3Eric Butler2-0/+14
2012-08-14Update debian package.Eric Butler3-2/+8
2012-03-26misc: Fix the email address in the configure.acHolger Hans Peter Freyther1-1/+1
2011-12-06tests: Remove the missing and use it from $(top_srcdir)0.0.6.2Holger Hans Peter Freyther2-378/+2
2011-11-20tests: Run the existing tests with GNU AutotestHolger Hans Peter Freyther14-6/+572
2011-07-16{m2ua,sccp}_test: use (void) ANSI function declarationsHarald Welte2-5/+5
2011-06-30misc: Fix the log_init init call with a recent libosmocore0.0.6.1Holger Hans Peter Freyther1-1/+1
2011-06-04sccp: Make sccp_write take an additional local context0.0.6Holger Hans Peter Freyther3-24/+27
2011-05-24libosmo-sccp: update .gitignoreAlexander Huemer1-0/+2
2011-05-24libosmo-sccp: add missing AC_LANG_SOURCE for current autoconfAlexander Huemer1-1/+1
2011-05-10update debian changelog for 0.0.5Harald Welte1-0/+6
2011-05-08tests: update to libosmocore namespace prefix (osmo_)0.0.5.1Harald Welte2-4/+4
2011-05-08namespace: use osmo_static_assert() instead of static_assert()Harald Welte2-2/+2
2011-03-23Update include paths with libosmocore 0.2.00.0.5Harald Welte6-14/+14
2011-02-25m2ua: Fix some defines found when moving this to Smalltalk0.0.4Holger Hans Peter Freyther1-2/+2
2011-01-22m2ua: Allow to set a log area for DM2UA.Holger Hans Peter Freyther2-0/+7
2011-01-18m2ua: Fix the padding calculationHolger Hans Peter Freyther1-2/+2
2011-01-14m2ua: Okay... get the order of the arguments rightHolger Hans Peter Freyther1-1/+1
2011-01-14m2ua: Attempt to use a memcpy... maybe this is fixing a segfaultHolger Hans Peter Freyther1-1/+1
2011-01-14m2ua: Pad the data properly, read over the padding properlyHolger Hans Peter Freyther2-1/+51