aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-20sccp.c: Fix gcc-8.2 -Werror=maybe-uninitializedHarald Welte1-1/+1
2018-10-21build: move include/{mtp,sccp} to include/osmocom/Neels Hofmeyr1-1/+1
2017-11-13Add SPDX-License-Identifier + missing copyright statementsHarald Welte1-0/+2
2016-12-11NULL safety: sccp_create_sccp_addr: copy only non-NULL sock->gtiNeels Hofmeyr1-2/+4
2016-02-12Fix for big-endian architecturesRuben Undheim1-0/+12
2015-12-22sccp.c: Fix compiler warnings about size_t / %uHarald Welte1-3/+3
2015-06-15sccp: Allow to specify the context of the incoming messageHolger Hans Peter Freyther1-7/+12
2013-04-10sccp: Create sccp_create_cr and use it in the connection creationHolger Hans Peter Freyther1-24/+38
2013-04-10misc: Use a unsigned result for the sizeof sizesHolger Hans Peter Freyther1-5/+5
2011-06-04sccp: Make sccp_write take an additional local context0.0.6Holger Hans Peter Freyther1-15/+17
2011-05-08namespace: use osmo_static_assert() instead of static_assert()Harald Welte1-1/+1
2011-03-23Update include paths with libosmocore 0.2.00.0.5Harald Welte1-4/+4
2010-11-26sccp: Add a test case for GTI creation, set the SSN indicator bitHolger Hans Peter Freyther1-1/+1
2010-11-16sccp: Use the length of the address to update the offsetsHolger Hans Peter Freyther1-8/+14
2010-11-16sccp: Rewrite the sccp_test_addr to set the size correctlyHolger Hans Peter Freyther1-13/+21
2010-11-16sccp: Make the sccp_create_addr function publicHolger Hans Peter Freyther1-4/+4
2010-08-25sccp: Pass the sccp_connection down to the send method if it exists0.0.3Holger Hans Peter Freyther1-12/+12
2010-08-02sccp.c: Make the create work with data + len to not have a msgbHolger Hans Peter Freyther1-6/+6
2010-08-02sccp: We have the gti_ind inside the address already.Holger Hans Peter Freyther1-1/+0
2010-08-01sccp: Allow to create a _udt message with the given parameter.Holger Hans Peter Freyther1-3/+18
2010-08-01sccp: Use the function to put the sccp address.. fixes GTI for connectHolger Hans Peter Freyther1-5/+2
2010-08-01sccp: Rename the SCCP file and delete the sccp/ directory..Holger Hans Peter Freyther1-0/+1423