aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/misdn.h
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06rename include/openbsc to include/osmocom/mscNeels Hofmeyr1-27/+0
Change-Id: I1f96a1285bbd1b4607614856bca935d5c26e2da9
2017-07-12move openbsc/* to repos rootNeels Hofmeyr1-0/+27
This is the first step in creating this repository from the legacy openbsc.git. Like all other Osmocom repositories, keep the autoconf and automake files in the repository root. openbsc.git has been the sole exception, which ends now. Change-Id: I9c6f2a448d9cb1cc088cf1cf6918b69d7e69b4e7
2009-06-10move openbsc into its own subdirectoryHarald Welte1-28/+0
2009-04-22[misdn] Add option to automatically release layer2 on exitHolger Freyther1-1/+1
Patch by Andreas Eversberg to automatically release layer2 on exit of the application. Made the naming of the variables consistent (only release_l2 and not both release_l2 and l2_release).
2009-03-31[e1] Enable dumping of LAPD frames againHolger Freyther1-1/+0
Kill mi_set_pcap_fd from the header, introduce e1_set_pcap_fd and call it from bsc_hack.c. Hook into abis_rsl_sendmsg and _abis_nm_sendmsg for sending and e1inp_rx_ts for reading. It compiles and should not cause a regression.
2009-03-09[misc] Fix compile warnings...Holger Freyther1-2/+3
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-0/+1
Remove the callbacks from gsm_network for now. A set of different callbacks will be back. E.g. when the paging is completed, when the Q.931 like call handling is there... Remove var's or move them into #if 0, remove unused stuff that looks like we do not need it anytime soon or #if 0 them, move stuff around.
2009-01-02Add the option to write the communication on the D Channel to a pcap fileHolger Freyther1-0/+1
When using ISDN as network type and using a fake LAPD encapsulation wireshark should be able to recognize some bits if dump. Append a dummy LAPD header. It is not clear to me if the Control field of the LAPD frame is part of the msg or if we need to add it as well. TODO: - Do the same for the B Channel - Write out time - Check if more of the LAPD frame needs to be prepended. The information from the mISDNhead comes into mind. Maybe it makes sense to start a custom wireshark mISDN dissector.
2008-12-27misdn.h forward declare mi_setupHolger Freyther1-0/+26