aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/e1_input.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-27fix various RSL msgb memory leaks in error pathsHarald Welte1-0/+1
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte1-3/+1
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+1
when we generate a talloc report (SIGUSR1), we can now see which system allocated a given msgb, this helps memory leak debugging
2009-06-20introduce talloc all over OpenBSCHarald Welte1-1/+8
2009-06-10[pcap] Write incoming packages without the extra mISDN headerAndreas Eversberg1-4/+7
This patch fixes the PCAP logging. If frames are received from E1 interface, an 8 byte mISDN header (MISDN_HEADER_LEN) is in front of the RSL packet. When frames are transmitted to the E1 interface, the pcap_write_packet function will get a message buffer without the mISDN header in front of the RSL packet. The pcap file was tested and the output is correct. Follow up patches should make use the msgb->l2, make the ipaccess code use the pcap writing too...
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+498