aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-17[sccp] Create a method to create RLSD messages.Holger Hans Peter Freyther1-3/+21
2010-05-17[sccp] Create a SCCP CC creation routine.Holger Hans Peter Freyther1-8/+23
2010-05-15[sccp] Make it optional to send data on a SCCP Connection RefuseHolger Hans Peter Freyther1-2/+9
2010-05-15[sccp] Export function to create SCCP Refuse message.Holger Hans Peter Freyther1-1/+14
2010-04-25[sccp] Move from DEBUGP to LOGP in sccp.cHolger Hans Peter Freyther1-52/+54
2010-04-25[sccp] Parse the error message and add a unit test for it.Holger Hans Peter Freyther1-0/+20
2010-04-05[sccp] Add a force_free method for connectionsHolger Hans Peter Freyther1-0/+11
2010-03-26sccp: Change the ownership of the msgb passed to the callbackHolger Hans Peter Freyther1-42/+20
2010-02-26Merge remote branch 'origin/master' into on-waves/sccpHolger Hans Peter Freyther1-3/+4
2010-02-26[sccp] Implement parsing the rather easy IT messages.Holger Hans Peter Freyther1-0/+23
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-2/+2
2010-02-20Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-1/+1
2010-02-20[sccp] Use msgb->l2h instead of msgb->data for CRHolger Hans Peter Freyther1-1/+1
2010-02-14Merge branch 'on-waves/sccp'Holger Hans Peter Freyther1-0/+1