summaryrefslogtreecommitdiffstats
path: root/openbsc
Commit message (Expand)AuthorAgeFilesLines
* Add mandatory routeing area IE to SUSPEND-NACKDieter Spaar2010-12-121-1/+5
* [GPRS NS] Fix memory leak in gprs_ns_sendmsg() error pathHarald Welte2010-08-091-0/+4
* [gprs] BSSGP: Fix null pointer dereferenceHarald Welte2010-07-231-2/+3
* [SGSN] BSSGP: Print TLLI as hex value like everwhere elseHarald Welte2010-06-301-1/+1
* GPRS: Increase the NS msg size to 2048Holger Hans Peter Freyther2010-06-141-1/+1
* [gprs] bssgp: Fix LLC PDU length encoding in BSSGP.Sylvain Munaut2010-06-101-1/+1
* [GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte2010-06-101-1/+1
* [GPRS] BSSGP/SGSN: Implement Gb-Interface PagingHarald Welte2010-06-102-0/+90
* [GPRS] SGSN: Pass BSSGP SUSPEND/RESUME up to GMM and alter MMCTX stateHarald Welte2010-06-091-4/+16
* GPRS: Fix compiler warning that will also lead to a crash at runtime.Holger Hans Peter Freyther2010-06-091-1/+1
* [GPRS] BSSGP: Fix formatting of BSSGP TX STATUSHarald Welte2010-06-031-1/+2
* [GPRS] Major LLC / TLLI handling fixesHarald Welte2010-06-011-1/+1
* [GPRS] Include IMSI and DRX params in BSSGP DL-UDHarald Welte2010-05-312-3/+36
* [GPRS] BSSGP: Fix way too long TLLI debug lineHarald Welte2010-05-311-1/+1
* [GPRS] BSSGP: More verbose debug log / error reportingHarald Welte2010-05-311-34/+86
* [GPRS] BSSGP: When we receive a BLOCK, we should not respond with UNBLOCK-ACKHarald Welte2010-05-311-2/+1
* [GPRS] NS: Fix GRE keepalive response in FR-GRE encapsulationHarald Welte2010-05-311-2/+2
* [GPRS] BSSGP: Acknowledge all SUSPEND and RESUME requestsHarald Welte2010-05-301-0/+103
* [GPRS] NS: correctly pass the NS payload length to the TLV parserHarald Welte2010-05-301-7/+9
* [GPRS] NS: Don't hand Frame Relay LMI packets into the NS codeHarald Welte2010-05-281-5/+15
* [GPRS] NS: Respond to GRE keepalive messagesHarald Welte2010-05-281-1/+67
* [GPRS] NS: Frame Relay DLCI for PVC from 16-1007Harald Welte2010-05-281-1/+1
* [GPRS] NS: Print error message if TLV parser fails for some reasonHarald Welte2010-05-281-0/+22
* [GPRS] NS: Start TEST procedure, not ALIVE procedure, on RESET/RESET_ACKHarald Welte2010-05-281-2/+3
* gprs: Subtract the headroom for what we can receiveHolger Hans Peter Freyther2010-05-281-1/+1
* Migrate VTY code to libosmovtyHarald Welte2010-05-252-6/+8
* [GPRS] NS: Always generate LOG_INFO message when we block NS-VCHarald Welte2010-05-251-0/+5
* gprs_ns_frgre.h: Create the header and include itHolger Hans Peter Freyther2010-05-232-0/+7
* gprs_ns.c: Make make_socket known to the compilerHolger Hans Peter Freyther2010-05-231-0/+1
* gprs: Fix warnings on funny casts for the return statementHolger Hans Peter Freyther2010-05-232-5/+4
* gprs_bssgp.c: Return something from non void methods.Holger Hans Peter Freyther2010-05-231-1/+3
* gprs_bssgp.c: Cast const of TLVP_VAL away.Holger Hans Peter Freyther2010-05-231-2/+2
* [GPRS] NS: Better formatting of VTY outputHarald Welte2010-05-191-6/+8
* [GPRS] NS: properly parse FR DLCI on RxHarald Welte2010-05-191-10/+4
* [GPRS] NS: Never respond to STATUS with STATUS to prevent loops!Harald Welte2010-05-191-0/+6
* [GPRS] NS: SOCK_RAW sockets always provide the full IPv4 header on receiveHarald Welte2010-05-191-5/+14
* [GPRS] NS/FR/GRE rcvmsg case: msgb_free() in error caseHarald Welte2010-05-191-3/+2
* [GPRS] NS: Make sure we allocate NS packet with headroom for FR/GREHarald Welte2010-05-192-7/+11
* [GPRS] NS: FR/GRE: Use AF_INET, correctly encode FR DLCI and GRE payload typeHarald Welte2010-05-191-3/+4
* [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' nodeHarald Welte2010-05-194-6/+104
* [GPRS] Add Frame Relay in GRE encapsulation for NSHarald Welte2010-05-194-33/+336
* [GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQHarald Welte2010-05-181-0/+4
* [GPRS] BSSG: Fix Vty printing of BVCHarald Welte2010-05-181-1/+1
* [GPRS] BSSGP: Use correct values for SIGNALLING and PTM BVCIHarald Welte2010-05-182-5/+9
* [GPRS] SGSN: Activate BSSGP VTY functionsHarald Welte2010-05-181-0/+3
* [GPRS] BSSGP: Add VTY for configuration and inpectionHarald Welte2010-05-172-0/+181
* [GPRS] BSSGP: Introduce packet/byte countersHarald Welte2010-05-171-0/+17
* [GPRS] BSSGP: expose more internal structures / APIHarald Welte2010-05-172-27/+33
* [GPRS] BSSGP: Rename bssgp_bts_ctx to bssgp_bvc_ctxHarald Welte2010-05-171-19/+19
* [GPRS] NS: Receiving a STATUS message is a NOTICEable eventHarald Welte2010-05-161-2/+2