aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-01-27allow user to give private data to osmo_sua_user_create()Harald Welte1-1/+3
2016-07-07fix struct member typo: repsonding_addr in osmo_scu_disconn_paramNeels Hofmeyr1-1/+1
2016-07-06cosmetic: rename osmo_sua_link and osmo_sua_user to osmo_sccp_*Neels Hofmeyr1-8/+8
2016-04-16Add more OSMO_SCCP_SSN_ definesHarald Welte1-0/+16
2016-04-16Fix RANAP SSN: it's 142, not 143Neels Hofmeyr1-1/+1
2015-12-25Add missing OSMO_SCCP_SSN_RANAP for RANAP SSNHarald Welte1-0/+1
2015-12-23Properly define SCCP_SAP_USER without random magic numberHarald Welte3-4/+8
2015-12-22Import SUA (SCCP User Adaptation) and SCCP User SAPHarald Welte11-3/+347
2015-06-15sccp: Allow to specify the context of the incoming messageHolger Hans Peter Freyther1-0/+1
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 Freyther1-0/+5
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 Freyther4-35/+30
2015-03-23XUA: Move m2ua headers to sigtran, create xua_types.h and m3ua_types.hHolger Hans Peter Freyther7-29/+144
2015-03-22endian: Use new osmocom/core/endian.hHolger Hans Peter Freyther2-18/+19
2013-04-10sccp: Create sccp_create_cr and use it in the connection creationHolger Hans Peter Freyther1-1/+3
2011-06-04sccp: Make sccp_write take an additional local context0.0.6Holger Hans Peter Freyther1-2/+3
2011-03-23Update include paths with libosmocore 0.2.00.0.5Harald Welte1-1/+1
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 Freyther1-0/+2
2011-01-13m2ua: Implement to find a tag inside a messageHolger Hans Peter Freyther1-0/+2
2011-01-12m2ua: Add parsing and creation of m2ua packagesHolger Hans Peter Freyther2-1/+55
2011-01-12m2ua: Add enum values for the parameters of the individual messagesHolger Hans Peter Freyther1-0/+137
2011-01-12m2ua: Add basic header file for the common structure of a M2UA msgHolger Hans Peter Freyther3-1/+164
2011-01-12mtp: Remove the mtp_data header file as it refers to the cellmgrHolger Hans Peter Freyther2-86/+1
2010-08-25sccp: Pass the sccp_connection down to the send method if it exists0.0.3Holger Hans Peter Freyther1-1/+2
2010-08-03move include files to $(includedir)/osmocom/*Harald Welte2-2/+2
2010-08-02sccp.c: Make the create work with data + len to not have a msgbHolger Hans Peter Freyther1-1/+1
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-0/+2
2010-08-01mtp: Add the MTP Level3 code to the SCCP repoistoryHolger Hans Peter Freyther5-1/+282
2010-08-01sccp: Copy out pointers to the GTI into the parsed structure..Holger Hans Peter Freyther1-0/+4
2010-08-01sccp: Make it possible to have a POC inside the sockaddr_sccp.Holger Hans Peter Freyther1-0/+3
2010-08-01sccp: Make it possible to put a GlobalTitle into the SCCP header.Holger Hans Peter Freyther1-0/+7
2010-07-30sccp: Add a new buildsystem for the OSMO SCCP libraryHolger Hans Peter Freyther1-0/+1
2010-07-30sccp: Adjust the code to only depend on libosmocoreHolger Hans Peter Freyther1-0/+5
2010-07-23sccp: u_int32_t -> uint32_tHolger Hans Peter Freyther1-2/+2
2010-07-23sccp: u_int8_t -> uint8_tHolger Hans Peter Freyther2-52/+52
2010-05-17[sccp] Add method to create a dt1 packet.Holger Hans Peter Freyther1-0/+1
2010-05-17[sccp] Create a method to create RLSD messages.Holger Hans Peter Freyther1-0/+1
2010-05-17[sccp] Create a SCCP CC creation routine.Holger Hans Peter Freyther1-0/+1
2010-05-15[sccp] Make it optional to send data on a SCCP Connection RefuseHolger Hans Peter Freyther1-1/+1
2010-05-15[sccp] Export function to create SCCP Refuse message.Holger Hans Peter Freyther1-0/+2
2010-04-25[sccp] Parse the error message and add a unit test for it.Holger Hans Peter Freyther1-0/+6
2010-04-05[sccp] Add a force_free method for connectionsHolger Hans Peter Freyther1-0/+5
2010-03-26sccp: Change the ownership of the msgb passed to the callbackHolger Hans Peter Freyther1-1/+1