aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-06gsm_04_08.c: Some spoofing protection against two location updating requestsHolger Freyther1-0/+11
2009-06-06lchan: Handle the abnormal case of channel getting closedHolger Freyther1-0/+25
2009-06-05print reject cause of MM STATUS messageHarald Welte1-1/+10
2009-06-04[debug] Move subscr_get_by_tmsi below the debug statement (Andreas Eversberg)Holger Freyther1-1/+2
2009-06-02[debug] Change DEBUGPC statements to contain \n (Andreas Eversberg)Holger Freyther1-3/+3
2009-06-02[subcriber] Fix the subscriber use counting in gsm_04_08.c (Andreas Eversberg)Holger Freyther1-2/+8
2009-05-23With this patch, the TRAU muxing code supports not just bridging only. Harald Welte1-0/+2
2009-05-23Some messages have one or two length-value information elements. The isHarald Welte1-1/+1
2009-05-23add FIXME comment about the fact that we're paging in the wrong BTSHarald Welte1-0/+3
2009-05-23* rename the timer functions to avoid name collisions with libmisdn.Harald Welte1-2/+2
2009-05-01Fix "CM Service Request" parsing for Phase 1 devices. This means MO calls fr...Harald Welte1-6/+12
2009-05-01add verbose reporting of RR STATUS causeHarald Welte1-1/+46
2009-04-12[subscriber] Introduce subscr_put_channelHolger Freyther1-2/+8
2009-04-12[subscriber] Update the current_bts field on imsi detach and LOC acceptHolger Freyther1-3/+5
2009-04-12[calls] Remove a tautology from gsm48_cc_rx_disconnectHolger Freyther1-2/+1
2009-03-10move is_ipaccess_bts() and parse_btstype9) to gsm_data.cHarald Welte1-12/+0
2009-02-28actually request the IMEI not IMEISV, since Phase 1 doesn't have IMEISVHarald Welte1-2/+2
2009-02-28* more RSL and 04.08 constant definesHarald Welte1-2/+14
2009-02-28make sure all channels in one BTS use the same TSC (training sequence code)Harald Welte1-0/+1
2009-02-22fix paging response parsing for phase1 phones (classmar2 can be less than 4 b...Harald Welte1-4/+4
2009-02-22add parsing of IMSI DETACHHarald Welte1-7/+67
2009-02-22PAGING RESPONSE could contain non-TMSI mobile identity such as IMSIHarald Welte1-1/+8
2009-02-22don't allow calls of a subscriber to himselfHarald Welte1-0/+7
2009-02-19implement dynamic TRAU frame mappingHarald Welte1-12/+38
2009-02-18* make sure we use the correct GSM48 encoding typeHarald Welte1-2/+3
2009-02-17in case pagign of the 'B-end' during call setup fails, transmit message toHarald Welte1-1/+1
2009-02-17various CC updates:Harald Welte1-25/+59
2009-02-17CC: send correct messages (too much copy+paste) and better debug printoutHarald Welte1-14/+16
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