aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-17slightly more complete GSM 04.08 CC, we can nowHarald Welte1-33/+114
2009-02-16* introduce a callback function when paging completes (I know this is somewha...Harald Welte1-6/+172
2009-02-16modify the signal handler/dispatch code (sorry zecke, no offense, I just had ...Harald Welte1-9/+6
2009-02-14[paging] Assign the subscriber to the channel first...Holger Freyther1-7/+7
2009-02-14[signal] Move the area into the struct signal_data...Holger Freyther1-1/+4
2009-02-14[signal] dispatch the paging response...Holger Freyther1-0/+8
2009-02-11* add more GSM 04.08 IEIsHarald Welte1-22/+75
2009-02-09[paging] Cleanup page -> paging in function namesHolger Freyther1-1/+1
2009-02-09fix compiler warning about undeclared function by adding include fileHarald Welte1-0/+1
2009-02-06[rr] Send a Channel Release before deactivating the channelHolger Freyther1-0/+20
2009-02-06stop paging a particular subscriber after we have received a PAGING RESPONSEHarald Welte1-0/+1
2009-02-06implement parsing of PAGING RESPONSEHarald Welte1-3/+40
2009-02-03cosmetic fixes / more commentsHarald Welte1-8/+8
2009-01-10If there is already a subscriber and it does not equal to us -> moanHarald Welte1-0/+5
2009-01-10Make mi_to_string parse the TMSI we generate, finish CM Service Request imple...Harald Welte1-10/+27
2009-01-10Start working on CM Service RequestHarald Welte1-5/+51
2009-01-09Use use_lchan/put_lchan for call handling to keep the channel upHarald Welte1-1/+6
2009-01-06Handle TMSI reallocation complete by printing the subscriberHarald Welte1-1/+6
2009-01-04Make gcc happy and remove a couple of warningsHolger Freyther1-41/+10
2009-01-04Make gsm48_sendmsg public as wellHolger Freyther1-1/+1
2009-01-04Make gsm48_msgb_alloc public and usable for the telnet_interfaceHolger Freyther1-1/+1
2009-01-01Do not call rsl_chan_release directly but use the use_count of the lchanHolger Freyther1-2/+2
2009-01-01Speculative fix for not sending LOCATION UPDATING REJECTHolger Freyther1-0/+2
2009-01-01get rid of some more gcc warningsHarald Welte1-2/+2
2008-12-31* fix check for null-pointer in release_loc_updating_req()Harald Welte1-3/+3
2008-12-31Introduce logical updating request operation on the gsm_lchanHolger Freyther1-29/+60
2008-12-31Add an option to set the global reject causeHolger Freyther1-2/+7
2008-12-31Fix the compile the timer got renamedHolger Freyther1-2/+2
2008-12-30Recylce a gsm_lchan when the refcount drops to zeroHolger Freyther1-3/+13
2008-12-30Fix indenting... use tabs hereHolger Freyther1-4/+4
2008-12-30* fix IMSI parsing of last two digitsHarald Welte1-11/+105
2008-12-30Add an option to allow everyone to the network.Holger Freyther1-2/+19
2008-12-30Fix regression and send the accept message againHolger Freyther1-0/+1
2008-12-30Fix documentation so one is finding it in GSM04.08Holger Freyther1-4/+4
2008-12-29Introduce new callbacks, remember that we have LOC UPD REQ, reject things onl...Holger Freyther1-20/+32
2008-12-29Regenerate a valid TPDU and send it at first registrationDaniel Willmann1-0/+2
2008-12-29Up on call released release the channel and take the next itemHolger Freyther1-0/+3
2008-12-29Improve page command handling in the bsc_hackHolger Freyther1-1/+10
2008-12-29[gsm_04_08] Do not automatically initiate a callHolger Freyther1-3/+3
2008-12-29Implement sending SMS and send one on network registrationDaniel Willmann1-0/+2
2008-12-29Create request channel reason to see channel requests originating from PAGHarald Welte1-0/+29
2008-12-29disable paging, send SETUP after LOCATION UPDATE ACCEPTHarald Welte1-41/+62
2008-12-29turn gsm_cc_tx_simple into gsm_tx_simpleHarald Welte1-6/+11
2008-12-28[gsm0408] Make the generate_lai usable by other codeHolger Freyther1-2/+2
2008-12-28working state up to location update and classmark inquiryHarald Welte1-14/+31
2008-12-28Start implementing GSM 04.11 (short message service)Daniel Willmann1-7/+2
2008-12-27fix TMSI length in Mobile Identity IE of LOCATION UPDATE ACCEPTHarald Welte1-1/+1
2008-12-27SMS stubHarald Welte1-2/+13
2008-12-27* add database handlingHarald Welte1-10/+31
2008-12-27* fix location update reject (actually reject, not accept)Harald Welte1-1/+1