aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-12-29add READMEHarald Welte1-0/+18
2008-12-29add authors fileHarald Welte1-0/+4
2008-12-29Implement sending SMS and send one on network registrationDaniel Willmann5-0/+73
2008-12-29Documentation update and where we found the informationHarald Welte1-1/+1
2008-12-29Print channel requests coming from paging command, print the reason in every ...Harald Welte1-2/+8
2008-12-29Create request channel reason to see channel requests originating from PAGHarald Welte3-0/+40
2008-12-29debug: Create a region for Paging CommandHarald Welte2-0/+2
2008-12-29Print out info about CP-ERRORDaniel Willmann1-0/+4
2008-12-29RP-ACK needs to be sent in a CP-DATADaniel Willmann1-4/+7
2008-12-29Send transaction index when sending an CP-ACKDaniel Willmann1-5/+7
2008-12-29Split out rach_control, missing mask from the last commitHarald Welte1-4/+14
2008-12-29disable paging, send SETUP after LOCATION UPDATE ACCEPTHarald Welte2-41/+64
2008-12-29ACK sms-submitDaniel Willmann3-5/+75
2008-12-29Parse sms-submit messagesDaniel Willmann3-4/+88
2008-12-29turn gsm_cc_tx_simple into gsm_tx_simpleHarald Welte1-6/+11
2008-12-28* use 16bit for network and country codeHarald Welte4-16/+17
2008-12-28make it optional where the hlr database is storedHolger Freyther4-6/+25
2008-12-28Add stubs to test gsm0408 functionality including LAIHolger Freyther4-1/+86
2008-12-28Add second test SMSDaniel Willmann2-23/+77
2008-12-28Add coloring for SMS debug messagesDaniel Willmann1-0/+1
2008-12-28Add the new options to the getopt_long call as wellHolger Freyther1-1/+1
2008-12-28Fix compile, on rebase the static_assert change got lost...Harald Welte1-2/+2
2008-12-28[bsc_hack] Patch the tables before we setup the rslHolger Freyther1-15/+31
2008-12-28[gsm0408] Make the generate_lai usable by other codeHolger Freyther2-2/+4
2008-12-28[bsc_hack] Start to understand the SI packages we sendHolger Freyther1-14/+31
2008-12-28[bsc_hack] Make sure that the newly defined structs match the current packetsHolger Freyther1-0/+7
2008-12-28[debug.h] Introduce a static assert using the array with negative size trickHolger Freyther1-0/+2
2008-12-28[gsm_04_08] Add structs for system information type 1 to 6Holger Freyther1-0/+68
2008-12-28bsc_hack: Add command line parameter to set the MCC and MNCHolger Freyther1-4/+28
2008-12-28fix typo in debug messageJan Luebbe1-1/+1
2008-12-28working state up to location update and classmark inquiryHarald Welte6-15/+113
2008-12-28Add SMS (GSM 04.11) testing programDaniel Willmann6-2/+59
2008-12-28Start implementing GSM 04.11 (short message service)Daniel Willmann6-12/+123
2008-12-27sms.txt: Analyze CP-DATA, RP-DATA, TPDUDaniel Willmann1-0/+32
2008-12-27Draft ideas for high level call handlingStefan Schmidt1-0/+64
2008-12-27add extension field to subscriber struct and name column to dbJan Luebbe3-19/+65
2008-12-27fix TMSI length in Mobile Identity IE of LOCATION UPDATE ACCEPTHarald Welte1-1/+1
2008-12-27smsHarald Welte1-0/+1
2008-12-27SMS stubHarald Welte3-4/+23
2008-12-27* add database handlingHarald Welte7-26/+127
2008-12-27* fix location update reject (actually reject, not accept)Harald Welte1-1/+1
2008-12-27* release channel after LOCATION UPDATE REJECTHarald Welte1-0/+1
2008-12-27* fix sending of wrong message discriminator for dedicated channel RSL msgsHarald Welte1-64/+14
2008-12-27also track creation and update time for subscriber and equipmentJan Luebbe1-7/+11
2008-12-27add a equipment tableJan Luebbe4-20/+98
2008-12-27missing header file changesHarald Welte2-19/+28
2008-12-27add authorized state to subscribers in dbJan Luebbe2-8/+8
2008-12-27hack to write TS2 frames to a file Harald Welte2-4/+76
2008-12-27add minimal MO call state transitionsHarald Welte1-74/+133
2008-12-27remove db debug outputJan Luebbe1-7/+0