aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-06-15Correct the company name. It should be On-Waves (ehf)Holger Hans Peter Freyther6-6/+6
2010-06-15nat: Redo a merge with master that happend at this time.Holger Hans Peter Freyther5-12/+20
2010-06-15[msc/nat] It is better to use msgb_free to free the msgbHolger Hans Peter Freyther1-2/+2
2010-06-15[nat/bsc] Fix memory leak of IPA messages...Holger Hans Peter Freyther1-0/+2
2010-06-15[nat] Intercept the PAGING message and then forward it to the BSCs with that LACHolger Hans Peter Freyther1-1/+41
2010-06-15[nat] Fix compiler warning..Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Implement token based identification.Holger Hans Peter Freyther2-1/+54
2010-06-15[nat] Do not forward messages from and to BSC when it is not authenticatedHolger Hans Peter Freyther1-0/+13
2010-06-15[nat] Use default handler for SIGINT to quit the appHolger Hans Peter Freyther1-1/+0
2010-06-15[nat] Add VTY support to the BSC nat applicationHolger Hans Peter Freyther3-13/+324
2010-06-15[nat] Move the structs to the header fileHolger Hans Peter Freyther2-28/+30
2010-06-15[nat] Add missing Makefile.am..Holger Hans Peter Freyther1-0/+7
2010-06-15[nat] Make some methods static.Holger Hans Peter Freyther1-4/+5
2010-06-15[nat] Begin to patch SCCP connectionsHolger Hans Peter Freyther1-2/+211
2010-06-15[nat] Send a GSM 08.08 Reset Ack to the BSC...Holger Hans Peter Freyther1-2/+23
2010-06-15[nat] Specify the direction of the messageHolger Hans Peter Freyther4-23/+45
2010-06-15[nat] Prepare more sophisicated filtering and patchingHolger Hans Peter Freyther4-12/+401
2010-06-15[nat] Make use of the LOGP macro in the code base.Holger Hans Peter Freyther1-13/+11
2010-06-15[nat] Handle write errors with a warning to make the compiler happyHolger Hans Peter Freyther1-1/+6
2010-06-15[nat] Add a bsc_filter.c which will carry out the analysis and filteringHolger Hans Peter Freyther3-6/+81
2010-06-15[nat] Use the right len for the packages..Holger Hans Peter Freyther1-2/+2
2010-06-15[nat] Really forward the data to the BSCHolger Hans Peter Freyther1-0/+1
2010-06-15[nat] Make sure the ipaccess_bsc_cb will be called..Holger Hans Peter Freyther1-0/+1
2010-06-15[nat] Unregister the fd before leaving..Holger Hans Peter Freyther1-0/+1
2010-06-15[nat] First code to simply forward data from the MSC to the real BSCHolger Hans Peter Freyther1-0/+97
2010-06-15[nat] Turn off compiler warning...Holger Hans Peter Freyther1-0/+1
2010-06-15[nat] Security will become important at some point...Holger Hans Peter Freyther1-0/+1
2010-06-15[nat] Start to listen for the incoming BTSHolger Hans Peter Freyther1-1/+74
2010-06-15[nat] Connect to the MSC like the real BSCHolger Hans Peter Freyther1-0/+107
2010-06-15[bsc_msc] Move the connect to the MSC routine into a new fileHolger Hans Peter Freyther2-0/+100
2010-06-15[bsc-nat] Start with a simple NAT/MUX for a BSCHolger Hans Peter Freyther1-0/+115
2010-06-15gsm48: Split LU Reject sending and generation into two.Holger Hans Peter Freyther3-9/+26
2010-06-15gsm48: Separate CM Service Reject sending and creation.Holger Hans Peter Freyther3-9/+25
2010-06-15Merge branch 'on-waves/sccp'Holger Hans Peter Freyther2-24/+97
2010-06-15bsc_api: Remove the lchan argument from gsm48_tx_mm_info.Holger Hans Peter Freyther2-6/+6
2010-06-15bsc_api: Remove the lchan argument from the mm_tx_identity_req method.Holger Hans Peter Freyther1-6/+6
2010-06-15bsc_api: Remove lchan from LU Reject...Holger Hans Peter Freyther1-8/+6
2010-06-15bsc_api: Kill the lchan argument from the LU Accept Method.Holger Hans Peter Freyther1-6/+6
2010-06-15bsc_api: Move most of GSM0408 to the DTAP API...Holger Hans Peter Freyther4-64/+72
2010-06-15bsc_api: Switch gsm_04_08.c to use the clear request of the API.Holger Hans Peter Freyther3-18/+14
2010-06-15gsm_04_11: Place subscr_put_channel whenever being done with SMS.Holger Hans Peter Freyther1-1/+24
2010-06-15gsm_04_11: Speculative leak fix for the SMS...Holger Hans Peter Freyther1-2/+6
2010-06-15bsc_api: Do not use RLL inside the SMS code, handle SAPI n REJECTHolger Hans Peter Freyther3-38/+32
2010-06-15bsc_api: Create osmo_msc, and initialize the MSC API in the bsc_init.Holger Hans Peter Freyther5-2/+53
2010-06-15bsc_api: Implement transparent RLL establishment and SAPI n REJECTHolger Hans Peter Freyther2-1/+47
2010-06-15bsc_api: Add newline to the end of the file.Holger Hans Peter Freyther1-1/+1
2010-06-14auth: Add missing include/auth.hSylvain Munaut2-1/+11
2010-06-14require libosmocore 0.1.11 to make encryption compileHarald Welte1-1/+1
2010-06-14auth: Add support for XOR test A3A8 algo (and vty commands)Sylvain Munaut3-13/+53
2010-06-14gsm_04_08: Improve gsm48_rx_mm_auth_resp debug in failure caseSylvain Munaut1-1/+7