aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-06-10[GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte5-3/+39
2010-06-10[GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte3-6/+124
2010-06-10[GPRS] SGSN: fix typoHarald Welte1-1/+1
2010-06-10ipa-proxy: Remove printf debugging.Holger Hans Peter Freyther1-2/+0
2010-06-10gsm_04_11: Start using the GSM Subscriber class to ask for a channelHolger Hans Peter Freyther1-5/+1
2010-06-10gsm_04_11: Handle OOM same as expired and clean the message.Holger Hans Peter Freyther1-3/+1
2010-06-10gsm_04_11: Fix a typo..Holger Hans Peter Freyther1-1/+1
2010-06-10bsc_rll: Stop using lchan refcounts, use the lchan signal to stop the timerHolger Hans Peter Freyther1-2/+27
2010-06-10ipa-proxy: Patch the IPA Set Attribute messages for NSVCIHolger Hans Peter Freyther1-1/+46
2010-06-10ipa-proxy: Fix the send routine.. convert port to network orderHolger Hans Peter Freyther1-1/+3
2010-06-09[SMS] Properly reject processing of compressed SMSHarald Welte1-1/+5
2010-06-09[GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX stateHarald Welte3-4/+68
2010-06-09[GPRS] GMM/SM: Improve error handling by sending STATUS messagesHarald Welte1-9/+60
2010-06-09[GPRS] Drop all PDP contexts not present in PDP CTX STATUS IE at RA UPDHarald Welte2-0/+69
2010-06-09[GPRS] SM: Acknowledge PDP CTX DEACT for non-existing PDP CTXHarald Welte1-5/+9
2010-06-09ipa-proxy: Only handle some stuff of the CCM locally...Holger Hans Peter Freyther1-4/+11
2010-06-09ipa-proxy: Move UDP socket code to the BTS and forward messages...Holger Hans Peter Freyther1-20/+77
2010-06-09ipa-proxy: Add option to locally listen to GPRS...Holger Hans Peter Freyther1-2/+67
2010-06-09ipa: Print the IP addr in the listen as well..Holger Hans Peter Freyther1-2/+3
2010-06-09ipa: Say which addr could not be connected...Holger Hans Peter Freyther1-1/+2
2010-06-09ipaccess-proxy: Add getopt based config options to the proxy...Holger Hans Peter Freyther1-0/+70
2010-06-09ipa: Increase msgb size for the IPA msg in the proxy.Holger Hans Peter Freyther1-1/+1
2010-06-09GPRS: Copy the content of the msgb instead of creating one that points to the...Holger Hans Peter Freyther1-4/+26
2010-06-09GPRS: Fix crash when the peer can not be found...Holger Hans Peter Freyther1-2/+2
2010-06-09misc: Fix the return type of the go back vty function...Holger Hans Peter Freyther5-5/+5
2010-06-09GPRS: Fix compiler warning that will also lead to a crash at runtime.Holger Hans Peter Freyther1-1/+1
2010-06-08GPRS: Have a simple map from BSSGP PDU to the name...Holger Hans Peter Freyther1-1/+17
2010-06-08GPRS: Add something that should have become a histogram display...Holger Hans Peter Freyther1-0/+62
2010-06-08chan_alloc: Stop the channel timers in the resetHolger Hans Peter Freyther1-0/+2
2010-06-08abis_rsl: Allow to specify the release mode for a given channel.Holger Hans Peter Freyther3-4/+5
2010-06-08abis_rsl: Fixup direct assignment and go through the method.Holger Hans Peter Freyther1-2/+2
2010-06-08gsm_04_11: Remove direct RSL calls from the SMS code...Holger Hans Peter Freyther1-9/+0
2010-06-07GSM 04.08: Improve IMEI recording in hlr.sqlite3 for rejected subscribersHarald Welte1-4/+3
2010-06-07GPRS: Print the IP address to see the direction...Holger Hans Peter Freyther1-1/+1
2010-06-07GPRS: It is TLLI and not TTLI...Holger Hans Peter Freyther2-16/+16
2010-06-07GPRS: Show the TLLI as hex value...Holger Hans Peter Freyther2-3/+8
2010-06-07GPRS: Add script to track the N(U) on GPRS LLC messages..Holger Hans Peter Freyther1-0/+55
2010-06-07GPRS: Add wireshark lua script to split a trace by TLLIHolger Hans Peter Freyther1-0/+45
2010-06-07GPRS: Move test script into subdirectory..Holger Hans Peter Freyther1-0/+0
2010-06-03[GPRS] BSSGP: Fix formatting of BSSGP TX STATUSHarald Welte1-1/+2
2010-06-03[GPRS] SNDCP: Implement fragmentation of N-PDUs to SN-PDUs in downlinkHarald Welte2-28/+348
2010-06-03[GPRS] SNDCP: Check if SN-PDU is too large and reject itHarald Welte1-0/+8
2010-06-03[GPRS] LLC: Implement per-SAPI default values for LLC parametersHarald Welte3-11/+114
2010-06-03[GPRS] implement GTP->SNDCP->LLC downlink user-data pathHarald Welte3-2/+58
2010-06-03[GPRS] add comments to SGSN header fileHarald Welte2-1/+5
2010-06-02[GPRS] SGSN: specify the local bind address in the config fileHarald Welte1-0/+1
2010-06-02[GPRS] SGSN: use correct length+data for GSN_ADDRESSHarald Welte1-6/+6
2010-06-02[GPRS] SNDCP: Fix PCOMP and DCOMP header field lengthHarald Welte1-2/+2
2010-06-02[GPRS] SGSN: Allow vty-based configuration of local listen/bind IP for GTPHarald Welte1-5/+19
2010-06-02[GPRS] SNDCP: Add new SNDCP Entity to global list of entitiesHarald Welte1-4/+7