aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-01-27allow user to give private data to osmo_sua_user_create()Harald Welte1-1/+9
2016-12-12fix NULL deref: sua_accept_cb: missing error-returnNeels Hofmeyr1-1/+3
2016-12-11NULL safety: sccp_create_sccp_addr: copy only non-NULL sock->gtiNeels Hofmeyr1-2/+4
2016-11-11sua: Remove unused 'cur' variablesHarald Welte1-2/+0
2016-07-06cosmetic: rename osmo_sua_link and osmo_sua_user to osmo_sccp_*Neels Hofmeyr1-41/+41
2016-06-14fix log msg typo, x5Neels Hofmeyr1-5/+5
2016-06-14clarify fixme comment, x7Neels Hofmeyr1-7/+7
2016-02-12Fix for big-endian architecturesRuben Undheim1-0/+12
2015-12-24fix build if depenedencies are in distinct directoriesAlexander Huemer1-1/+1
2015-12-22sccp.c: Fix compiler warnings about size_t / %uHarald Welte1-3/+3
2015-12-22Import SUA (SCCP User Adaptation) and SCCP User SAPHarald Welte4-2/+1490
2015-06-15sccp: Allow to specify the context of the incoming messageHolger Hans Peter Freyther1-7/+12
2015-03-23xua: Generalize the m2ua_msg and call it xua_msgHolger Hans Peter Freyther2-38/+38
2015-03-23XUA: Move m2ua headers to sigtran, create xua_types.h and m3ua_types.hHolger Hans Peter Freyther1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
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 Welte2-7/+7
2011-01-22m2ua: Allow to set a log area for DM2UA.Holger Hans Peter Freyther1-0/+5
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 Freyther1-1/+14
2011-01-13m2ua: Implement to find a tag inside a messageHolger Hans Peter Freyther1-0/+11
2011-01-12m2ua: Add parsing and creation of m2ua packagesHolger Hans Peter Freyther2-1/+157
2011-01-12mtp: Remove the mtp_data header file as it refers to the cellmgrHolger Hans Peter Freyther2-513/+1
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-01mtp: Add the MTP Level3 code to the SCCP repoistoryHolger Hans Peter Freyther3-1/+600
2010-08-01sccp: Rename the SCCP file and delete the sccp/ directory..Holger Hans Peter Freyther2-1/+1
2010-08-01sccp: Remove SCCP address check, routing is a different topic..Holger Hans Peter Freyther1-32/+0
2010-08-01sccp: Allow to have more data in the buffer than wanted by UDT..Holger Hans Peter Freyther1-1/+1
2010-08-01sccp: Copy out pointers to the GTI into the parsed structure..Holger Hans Peter Freyther1-2/+4
2010-08-01sccp: Make it possible to have a POC inside the sockaddr_sccp.Holger Hans Peter Freyther1-2/+12
2010-08-01sccp: Make it possible to put a GlobalTitle into the SCCP header.Holger Hans Peter Freyther1-11/+22
2010-07-30sccp: Add a new buildsystem for the OSMO SCCP libraryHolger Hans Peter Freyther1-0/+7
2010-07-30sccp: Adjust the code to only depend on libosmocoreHolger Hans Peter Freyther1-1/+8
2010-07-23sccp: u_int32_t -> uint32_tHolger Hans Peter Freyther1-17/+17
2010-07-23sccp: u_int16_t -> uint16_tHolger Hans Peter Freyther1-2/+2
2010-07-23sccp: u_int8_t -> uint8_tHolger Hans Peter Freyther1-20/+20
2010-05-17[sccp] Add method to create a dt1 packet.Holger Hans Peter Freyther1-12/+27